edits.seer.internal.rules.Place_of_Death_Country.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="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>