public interface MphService
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<MphOutput> |
mph(MphInputPair pair)
Uses multiple primary rules to compare two diseases using strict histology matching mode
|
retrofit2.Call<MphOutput> |
mph(MphInputPair pair,
MphInput.HistologyMatchMode matchMode)
Uses multiple primary rules to compare two diseases
|
@POST(value="mph") retrofit2.Call<MphOutput> mph(@Body MphInputPair pair)
pair - a pair of diseases@POST(value="mph") retrofit2.Call<MphOutput> mph(@Body MphInputPair pair, @Query(value="histology-matching-mode") MphInput.HistologyMatchMode matchMode)
pair - a pair of diseasesmatchMode - match mode