edits.seer.internal.rules.Month_SurvDateDXRecode.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="Month_SurvDateDXRecode" name="Surv-Date DX Recode (SEER)" tag="N1981" java-path="lines.line" category="field"> <expression><![CDATA[return line.survDateDxRecodeMonth == null || Functions.matches(line.survDateDxRecodeMonth, /^(0[1-9]|1[0-2])$/)]]></expression> <message>Month of Surv-Date DX Recode is not valid.</message> <description><![CDATA[Valid values for Month of Surv-Date DX Recode[1788] are 01-12 and blank.]]></description> <history> <event version="SE15-013-01" user="kirbyk" date="2015-01-14" ref="67148">Edit created.</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>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy