edits.seer.internal.rules.Reason_for_No_Radiation.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.
<rule id="Reason_for_No_Radiation" name="Reason for No Radiation (NAACCR)" tag="N1234" java-path="lines.line" category="field"> <expression><![CDATA[return line.reasonForNoRadiation == null || Functions.matches(line.reasonForNoRadiation, /^[0-25-9]$/)]]></expression> <message>Reason for No Radiation is not valid.</message> <description><![CDATA[Must be a valid code for Reason for No Radiation (0-2,5-9) or blank.]]></description> <history> <event version="SE18-018-02" user="kirbyk" date="2018-05-03" ref="67779">Edit created.</event> <event version="SE18-018-03" user="kirbyk" date="2018-07-09" ref="67963">Added blank as a valid value.</event> <event version="SE21-021-03" user="kirbyk" date="2021-03-09" ref="68568">Edit tag changed.</event> </history> </rule>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy