edits.seer.internal.rules.IF630.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="IF630" name="Census Tr Certainty 2020 and Year of Diagnosis(SEER IF630)" tag="S059" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis"> <expression><![CDATA[if (line.registryId != '0000001533' && line.dateOfDiagnosisYear > '2015' && line.dateOfDiagnosisYear != '9999') return line.censusTractCertainty2020 != null return true]]></expression> <message>Census Tr Certainty 2020 and Year of Diagnosis conflict</message> <description><![CDATA[If Registry ID[40] = 0000001533 (Arizona Indians), Census Tr Certainty 2020 can be blank. For all other values of Registry ID[40]: If Year of Diagnosis[390] > 2015 and not 9999, Census Tr Certainty 2020 cannot be blank.]]></description> <history> <event version="SE23-023-07" user="cooki" date="2023-09-22" ref="69313">Edit created.</event> <event version="SE24-024-06" user="kirbyk" date="2024-07-22" ref="69326">Removed some edit dependencies.</event> </history> </rule>