edits.seer.internal.rules.Derived_AJCC_Flag.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="Derived_AJCC_Flag" name="Derived AJCC--Flag (CS)" tag="N0674" java-path="lines.line" category="field"> <expression><![CDATA[return line.derivedAjccFlag == null || Functions.matches(line.derivedAjccFlag, /^[12\s]$/)]]></expression> <message>Derived AJCC--Flag is not valid.</message> <description><![CDATA[Must be a valid value for Derived AJCC--Flag (1,2). May be blank. 1 = AJCC Sixth Edition derived from Collaborative Stage 2 = AJCC Sixth Edition derived from EOD (prior to 2004)]]></description> <history> <event version="SE16-016-08" user="depryf" date="2017-11-22" ref="67674">Edit syntax updated to allow pre-compilation optimization; no change in behavior.</event> </history> </rule>