imsweb / algorithms

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

Add entry for NeoAdjuvantTherapyTxEffect lookup #155

Closed depryf closed 1 year ago

depryf commented 1 year ago

See NeoAdjuvantTherapyTxEffectUtils; this is a very simple utility class that provides a lookup for the NeoAdjuvantTherapyTxEffect field based on a given schema ID (it groups the schemas into 7 groups).

For group "G" (schema IDs "00790", "00795", "00811", "00812", "00821", "00822", "00830", "99999"); there is currently only one entry:

0 -> No Neoadjuvant therapy (not applicable)

Please add a second entry to that group:

9 -> Death certificate only (DCO)
depryf commented 1 year ago

@CookiIMS you are making other changes to the library, so can you also take care of this one? Make sure to work on a different branch for this, and to make another Pull Request. Thanks!