imsweb / algorithms

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

SEER Site Recode 2023 should compute 2-digit codes #175

Closed depryf closed 1 year ago

depryf commented 1 year ago

Right now the codes are 3 characters long. That's wrong, they are supposed to be 2.

The field length also needs to be adjusted technically, but I am not sure how disruptive that is going to be and we could just change the computation and leave the field length as 3 characters...

depryf commented 1 year ago

This is fixed (will be released in version 4.5); the fields length has been changed to length 2.