edits.seer.internal.rules.EOD_Primary_Tumor.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of validation-edits-seer Show documentation
Show all versions of validation-edits-seer Show documentation
Java implemenation of the SEER edits.
The newest version!
<rule id="EOD_Primary_Tumor" name="EOD Primary Tumor (SEER)" tag="N2993" java-path="lines.line" category="field"> <expression><![CDATA[return line.eodPrimaryTumor == null || ((List)Context.EOD_Primary_Tumor_Table).contains(line.eodPrimaryTumor)]]></expression> <message>EOD Primary Tumor is not valid.</message> <description><![CDATA[Must be a valid code for EOD Primary Tumor. May be blank. Valid codes: 000 050 070 100 110 120 125 130 150 170 175 200 210 220 225 250 275 300 325 350 370 375 400 425 450 475 500 525 550 575 600 650 675 700 720 750 800 888 980 999 blank]]></description> <history> <event version="SE18-018-02" user="kirbyk" date="2018-05-04" ref="67779">Edit created.</event> <event version="SE18-019-01" user="kirbyk" date="2019-04-16" ref="68174">Added '675' as a valid value.</event> <event version="SE23-023-02" user="shearerw" date="2023-04-14" ref="69244">Added '575' as a valid value.</event> </history> </rule>