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

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

There is a newer version: 024-13
Show newest version
<rule id="IFN7050" name="Tumor Size Summary, Date of Diagnosis (SEER)" tag="N7050" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis">
            <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2024')
    return true

return line.tumorSizeSummary != null]]></expression>
            <message>Tumor Size Summary must not be blank for cases diagnosed 2024+</message>
            <description><![CDATA[If year of Date of Diagnosis is blank (unknown), invalid, or < 2024, this edit is skipped.

If year of Date of Diagnosis is 2024 or later,
    then Tumor Size Summary cannot be blank.]]></description>
            <history>
                <event version="SE24-024-03" user="shearerw" date="2024-03-21" ref="69433">Edit Created.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy