edits.seer.internal.rules.IF110.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="IF110" name="PIN III ICDO3, Date of Diagnosis (SEER IF110)" tag="N0714" java-path="lines.line" category="inter-field" depends="Behavior_Code_ICD-O-3,Histologic_Type_ICD-O-3,Primary_Site,Year_of_Diagnosis"> <expression><![CDATA[if (line.dateOfDiagnosisYear == null) return true if (line.dateOfDiagnosisYear > '2000' && line.behaviorCodeIcdO3 == '2' && line.primarySite == 'C619') return line.histologicTypeIcdO3 != '8148' return true]]></expression> <message>PIN III and Year of Diagnosis conflict</message> <description><![CDATA[This edit is skipped if Year of of Diagnosis[390] is blank. If Year of of Diagnosis[390] > 2000 and not = 9999 and Primary Site[400] = C619 (Prostate) and Behavior Code ICD-O-3 = 2 (in situ), Histologic Type ICD-O-3[522] cannot be 8148 (PIN III).]]></description> <history> <event version="SE12-002-01" user="murphyr" date="2009-12-21">Edit now skipped if year of diagnosis is blank.</event> <event version="SE18-020-01" user="depryf" date="2020-02-04" ref="68281">Changed property names to align with NAACCR XML IDs.</event> </history> </rule>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy