imsweb / algorithms

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

Some of the algorithm names are really long #86

Closed depryf closed 4 years ago

depryf commented 4 years ago

Here are some examples:

That last one is long, but it's kind of official and it also makes sense the way it is. And I would like to keep that one as-is but that would be the maximum length allowed.

I would like to change the first one to

And the second one to

I would also like to add a new attribute to the Algorithm class: a URL to more information about the algorithm. All SEER algorithm have documentation available on the SEER website; unfortunately the NAACCR ones don't and so that will be an optional attribute.

depryf commented 4 years ago

This is done.