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

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

There is a newer version: 024-13
Show newest version
        <rule id="Place_of_Death_Country" name="Place of Death--Country (NAACCR)" tag="N1670" java-path="lines.line" category="field">
            <expression><![CDATA[return line.placeOfDeathCountry == null || ((Map)Context.Country_State).containsKey(line.placeOfDeathCountry)]]></expression>
            <message>Place of Death--Country is not valid</message>
            <description><![CDATA[Place of Death--Country must contain a valid ISO code or standard custom code for country. May be 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