imsweb / seerapi-client-java

A SEER*API Java client
MIT License
7 stars 1 forks source link

The recently added section information to the NAACCR field resource is wrong for some fields. #21

Closed mgurley closed 5 years ago

mgurley commented 5 years ago

It seems like many NAACCR fields in the 'Treatment-1st Course' section are reported as being in the "Stage/Prognostic Factors' section. For example:

https://api.seer.cancer.gov/rest/naaccr/latest/item/1512

See here for what seems to be uniformly correct:

http://datadictionary.naaccr.org/default.aspx?c=7

ctmay4 commented 5 years ago

SEER*API makes use of another library to provide the NAACCR documentation.

https://github.com/imsweb/layout

I am going to submit this issue in that project and see what the problem is. Once the library is fixed I will update the API and the library should return correct results.

ctmay4 commented 5 years ago

The layout library was updated and I just rolled the fixes into SEER*API. The section values should all be correct now.