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

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

There is a newer version: 024-13
Show newest version
        <rule id="IF529" name="TNM Clin Descriptor, Date of Diagnosis (SEER)" tag="N2015" java-path="lines.line" category="inter-field" depends="TNM_Clin_Descriptor,Year_of_Diagnosis">
            <expression><![CDATA[return line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2016' || line.dateOfDiagnosisYear > '2017' || line.tnmClinDescriptor != null]]></expression>
            <message>TNM Clin Descriptor is not valid.</message>
            <description><![CDATA[This edit is skipped if year of Date of Diagnosis is blank or invalid.

If year of Date of Diagnosis is greater than 2015 and less than 2018, then TNM Clin Descriptor cannot be blank.]]></description>
            <history>
                <event version="SE15-013-01" user="kirbyk" date="2015-01-14" ref="67183">Edit created.</event>
                <event version="SE16-015-01" user="kirbyk" date="2016-03-29" ref="67233">Updated description for skip conditions.</event>
                <event version="SE16-015-01" user="kirbyk" date="2016-04-07" ref="67306">Updated logic for 2016 cases.</event>
                <event version="SE18-018-01" user="kirbyk" date="2018-05-01" ref="67745">Updated logic for 2018+ cases.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy