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

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

There is a newer version: 024-13
Show newest version
        <rule id="County_at_DX_Analysis" name="County at DX Analysis (NAACCR)" tag="N2569" java-path="lines.line" category="field">
            <expression><![CDATA[return line.countyAtDxAnalysis == null || Functions.matches(line.countyAtDxAnalysis, /^\d\d[1-9]|\d[1-9]0|[1-9]\d0$/)]]></expression>
            <message>County at DX Analysis is not valid.</message>
            <description><![CDATA[Must be a valid three-digit number (001-997, 998, 999) or blank.]]></description>
            <history>
                <event version="SE18-018-02" user="kirbyk" date="2018-05-04" ref="67779">Edit created.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy