com.imsweb.seerapi.client.mph.MphService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of seerapi-client-java Show documentation
Show all versions of seerapi-client-java Show documentation
API mapping for SEER*API in Java
The newest version!
/*
* Copyright (C) 2016 Information Management Services, Inc.
*/
package com.imsweb.seerapi.client.mph;
import retrofit2.Call;
import retrofit2.http.Body;
import retrofit2.http.POST;
public interface MphService {
/**
* Uses multiple primary rules to compare two diseases
* @param pair a pair of diseases
* @return a result indicating whether the two diseases are the same primary
*/
@POST("mph")
Call mph(@Body MphInputPair pair);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy