edits.seer.internal.rules.Month_Systemic.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_Systemic" name="RX Date Systemic (COC)" tag="N0567" java-path="lines.line" category="field"> <expression><![CDATA[return line.rxDateSystemicMonth == null || Functions.matches(line.rxDateSystemicMonth, /^(0[1-9]|1[0-2])$/)]]></expression> <message>RX Date Systemic Month is not valid.</message> <description><![CDATA[Valid values for RX Date Systemic Month[3230] are 01-12 or blank.]]></description> <history> <event version="SE16-016-10" user="kirbyk" date="2018-01-16" ref="67682">Edit created.</event> </history> </rule>