imsweb / algorithms

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

Add new algorithm for Tumor Size Over Time #177

Closed depryf closed 9 months ago

depryf commented 11 months ago

This is based on a SAS program that IMS maintains.

I already provided the program.

To add a new algorithm, you will need to create a "tumorsizeovertime" package, and a TumorSizeOverTime algorithm that extends the Algorithm interface. You will need to register it in Algorithms. And finally, you will need to add a new (non-standard) field in Algorithms for that computed field. You can assign the next NAACCR number available for the non-standard fields.

I think that's it. There are plenty of examples.

Let me know if you have any questions.