imsweb / algorithms

Java implementation of cancer-related algorithms (NHIA, NAPIIA, Survival Time, etc...)
Other
6 stars 6 forks source link

Consider adding latest ICCC version #112

Closed depryf closed 3 years ago

depryf commented 3 years ago

Looks like there is now an "ICCC, Third Edition based on ICD-O-3/IARC 2017".

That one is not available in the library and it probably should.

https://seer.cancer.gov/iccc/iccc-iarc-2017.html

depryf commented 3 years ago

So the computing of the ICCC recode value is done in a utility class; that class already supports to "versions":

This issue will add support for a third version:

That's for the utility class. For the "algorithms", there is a single ICCC algorithm and it currently uses the "WHO 2008" version. That will be switched to using the "Third Edition/IARC 2017" instead.

depryf commented 3 years ago

Those changes have been implemented; they will be released with version 3.1