edits.seer.internal.rules.Month_Other.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_Other" name="RX Date Other (COC)" tag="N0074" java-path="lines.line" category="field"> <expression><![CDATA[return line.rxDateOtherMonth == null || line.rxDateOtherMonth ==~ /^(0[1-9]|1[0-2])$/]]></expression> <message>RX Month Other is not valid.</message> <description><![CDATA[Valid values for RX Month Other[1250] are 01-12 and blank.]]></description> <history> <event version="SE15-013-01" user="kirbyk" date="2015-01-14" ref="67144">Edit created.</event> </history> </rule>