imsweb / algorithms

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

Hide certain IARC calculations #153

Closed howew closed 1 year ago

howew commented 2 years ago

Per discussions w/ Jennifer... do not expose the following IARC field calculations...

iarcMpHisGroup iarcMpHistologicTypeIcdO3 iarcMpSiteGroup

This can wait until after the submission processing has slowed down.

depryf commented 2 years ago

When I work on this, I will remove the three variables from the "Algorithms" but I will leave them in the IarcUtils class. That way a software can still compute them if needed, but the won't be exposed to the ones that use the data-driven algorithms approach...