edits.seer.internal.rules.Month_of_Diagnosis.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="Month_of_Diagnosis" name="Date of Diagnosis (NAACCR DATEEDIT)" tag="N0021" java-path="lines.line" category="field"> <expression><![CDATA[return line.dateOfDiagnosisMonth == null || Functions.matches(line.dateOfDiagnosisMonth, /^(0[1-9]|1[0-2])$/)]]></expression> <message>Month of diagnosis is not valid.</message> <description><![CDATA[Valid codes for Month of diagnosis[390] are 01-12 and blanks.]]></description> <history> <event version="SE11-001-19" user="greend" date="2005-06-30">Blanks are allowed prior to submission.</event> <event version="SE12-002-01" user="greend" date="2009-12-29">99 removed.</event> <event version="SE13-009-01" user="murphyr" date="2012-12-20" ref="66804">Fixed edit to not allow a one digit month.</event> <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>