All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.imsweb.seerapi.client.mph.MphService Maven / Gradle / Ivy

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