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

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

        <rule id="IF461" name="Census Tract 2010 and Year of Diagnosis" tag="S008" java-path="lines.line" category="inter-field" depends="Census_Tract_2010,Year_of_Diagnosis">
            <expression><![CDATA[if (line.registryId == '0000001565')
    return true

if (Functions.asInt(line.dateOfDiagnosisYear) > 2005 && line.dateOfDiagnosisYear != '9999')
    return line.censusTract2010 != null

return true]]></expression>
            <message>Censust Tract 2010 and Year of Diagnosis conflict</message>
            <description><![CDATA[This edit is skipped if Registry ID[40] is 0000001565 (Illinois).

If Year of Diagnosis[390] > 2005 and not 9999, Census Tract 2010 cannot be blank.]]></description>
            <history>
                <event version="SE13-010-04" user="murphyr" date="2013-08-21" ref="66924">Edit created.</event>
                <event version="SE21-021-08" user="beverung" date="2021-08-05" ref="68702">Add skip condition for IL.</event>
            </history>
        </rule>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy