All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edits.seer.internal.rules.Month_Systemic.xml Maven / Gradle / Ivy

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>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy