edits.seer.internal.rules.IF138.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="IF138" name="Unknown Site, Laterality (SEER IF138)" tag="N0407" java-path="lines.line" category="inter-field"> <expression><![CDATA[return ! (line.primarySite == 'C809' && line.laterality != '0')]]></expression> <message>Unknown Site, Laterality must equal 0</message> <description><![CDATA[This edit verifies that an unknown site (Primary site [400] = 809) has a Laterality [410] of 0.]]></description> <history> <event version="SE24-024-06" user="kirbyk" date="2024-07-22" ref="69326">Removed edit dependencies.</event> </history> </rule>