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

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

There is a newer version: 024-13
Show newest version
        <rule id="EOD_Mets" name="EOD Mets (SEER)" tag="N2995" java-path="lines.line" category="field">
            <expression><![CDATA[return line.eodMets == null || Functions.matches(line.eodMets, /^0[05]|[1-4]5|[1-7]0|88|99$/)]]></expression>
            <message>EOD Mets is not valid.</message>
            <description><![CDATA[Must be a valid code for EOD Mets. May be blank.

Valid codes:

    00
    05
    10
    15
    20
    25
    30
    35
    40
    45
    50
    60
    70
    88
    99
    blank]]></description>
            <history>
                <event version="SE18-018-02" user="kirbyk" date="2018-05-04" ref="67779">Edit created.</event>
                <event version="SE24-024-06" user="cooki" date="2024-06-26" ref="69471">Added codes 15, 25, 35, 45.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy