All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edits.seer.internal.rules.IF462.xml Maven / Gradle / Ivy

There is a newer version: 024-13
Show newest version
        <rule id="IF462" name="Census Tr Certainty 2010 and Year of Diagnosis(SEER IF462)" tag="S009" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis">
            <expression><![CDATA[if (line.registryId != '0000001533' && line.dateOfDiagnosisYear > '2005')
    return line.censusTrCertainty2010 != null

return true]]></expression>
            <message>Census Tr Certainty 2010 and Year of Diagnosis conflict</message>
            <description><![CDATA[If Registry ID[40] = 0000001533 (Arizona Indians), Census Tr Certainty 2010 can be blank.

For all other values of Registry ID[40]:
If Year of Diagnosis[390] > 2005, Census Tr Certainty 2010 cannot be blank.]]></description>
            <history>
                <event version="SE13-010-04" user="murphyr" date="2013-08-21" ref="66925">Edit created.</event>
                <event version="SE13-010-05" user="murphyr" date="2013-09-11" ref="66925">Changed edit name and added skip condition for Arizona Indians.</event>
                <event version="SE18-020-01" user="depryf" date="2020-02-04" ref="68281">Changed property names to align with NAACCR XML IDs.</event>
                <event version="SE24-024-06" user="kirbyk" date="2024-07-22" ref="69326">Removed some edit dependencies.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy