edits.seer.internal.rules.Day_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.
<rule id="Day_Systemic" name="RX Date Systemic (COC)" tag="N0567" java-path="lines.line" category="field"> <expression><![CDATA[return line.rxDateSystemicDay == null || Functions.matches(line.rxDateSystemicDay, /^(0[1-9]|[12][0-9]|3[01])$/)]]></expression> <message>RX Date Systemic Day is not valid.</message> <description><![CDATA[Valid values for RX Date Systemic Day[3230] are 01-31 and blank.]]></description> <history> <event version="SE16-016-10" user="kirbyk" date="2018-01-16" ref="67682">Edit created.</event> </history> </rule>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy