imsweb / mph

Java implementation of the Multiple Primary and Histology Coding Rules.
Other
4 stars 2 forks source link

Better handling of questionable rules & NOS histologies #13

Closed bekeles closed 7 years ago

bekeles commented 7 years ago

If we don't have enough information to answer a question of a rule, rather than returning questionable immediately, we continue as it were a yes. If we get same result as the questionable result, we return that result. If there are multiple questionable rules, we will continue as long as their potential result is the same. If we get 2 questionable rules that would end up as a single and multiple primaries, we stop and return questionable.

bekeles commented 7 years ago

We also need to consider all histologies to be more specific for 8000, NOS.

bekeles commented 7 years ago

This is fixed.