public interface SiteRecodeService
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<SiteRecode> |
siteGroup(java.lang.String site,
java.lang.String hist)
Return the SEER Site Group for the site/histology combination, or 99999 if the combination is unknown.
|
retrofit2.Call<Version> |
version()
Return the version of the SEER Site Recode database.
|
@GET(value="recode/version") retrofit2.Call<Version> version()
@GET(value="recode/sitegroup") retrofit2.Call<SiteRecode> siteGroup(@Query(value="site") java.lang.String site, @Query(value="hist") java.lang.String hist)
site - Primary Site O3hist - Histology O3