edits.seer.internal.rules.Place_of_Death_State.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.
The newest version!
<rule id="Place_of_Death_State" name="Place of Death--State (NAACCR)" tag="N1674" java-path="lines.line" category="field"> <expression><![CDATA[return line.placeOfDeathState == null || ((Map)Context.State).containsKey(line.placeOfDeathState)]]></expression> <message>Place of Death--State is not valid</message> <description><![CDATA[Place of Death--State must contain a valid ISO code or standard custom code for state. May be blank.]]></description> <history> <event version="SE18-018-02" user="kirbyk" date="2012-05-04" ref="67779">Edit created.</event> </history> </rule>