@@ -30,14 +30,14 @@ Download [the latest JAR][1] or grab via Maven:
30
30
<dependency >
31
31
<groupId >com.imsweb</groupId >
32
32
<artifactId >seerapi-client-java</artifactId >
33
- <version >5.6 </version >
33
+ <version >5.7 </version >
34
34
</dependency >
35
35
```
36
36
37
37
or via Gradle:
38
38
39
39
```
40
- compile 'com.imsweb:seerapi-client-java:5.6 '
40
+ compile 'com.imsweb:seerapi-client-java:5.7 '
41
41
```
42
42
43
43
## Usage
@@ -132,15 +132,17 @@ A searchable database for coding oncology drug and regimen treatment categories
132
132
api. rx(). getById(" latest" , " 53c44b01102c1290262dc8b2" ). execute(). body()
133
133
```
134
134
135
- ### SEER Incidence Site Recode (rest/recode)
135
+ ### Site Recode (rest/recode)
136
136
137
- The values of SEER site recode variables are based on the primary site and histology data fields submitted to SEER by the
138
- registries. The site recode variables define the major cancer site/histology groups that are commonly used in the reporting of
139
- cancer incidence data. For example, there is a section of the SEER Cancer Statistics Review for each major site corresponding to
140
- groupings in a site recode variable. The site recode variables are added to SEER databases as a convenience for researchers.
137
+ The API supports three algorithms for recoding site: SEER site recode ("seer"), International Classification of Childhood Cancer Site Recode ("iccc"),
138
+ and Adolescents and Young Adults Site Recode ("aya"). The values of SEER site recode variables are based on the primary site, histology and
139
+ behavior data fields submitted to SEER by the registries. The site recode variables define the major cancer site/histology groups that
140
+ are commonly used in the reporting of cancer incidence data. For example, there is a section of the SEER Cancer Statistics Review for
141
+ each major site corresponding to groupings in a site recode variable. The site recode variables are added to SEER databases as a
142
+ convenience for researchers.
141
143
142
144
``` java
143
- api. siteRecode(). siteGroup(" C619" , " 8000" ). execute(). body()
145
+ api. siteRecode(). siteGroup(" seer " , " C619" , " 8000" , null ). execute(). body()
144
146
```
145
147
146
148
### Site-specific Surgery Codes (rest/surgery)
0 commit comments