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

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

        <rule id="Behavior_ICDO2_Submission" name="SEER Submission Edit 02 (SEER)" tag="N0850" java-path="lines.line" category="submission">
            <expression><![CDATA[if (    line.dateOfDiagnosisYear >= '1992'
     && line.dateOfDiagnosisYear <= '2000'
     && line.registryId != '0000001562'
     && line.behaviorIcdO2 != '2'
     && line.behaviorIcdO2 != '3'
   )
    return false
return true]]></expression>
            <message>Behavior ICD-O-2 must be 2 or 3.</message>
            <history>
                <event version="SE18-019-02" user="kirbyk" date="2019-05-06" ref="68181">Edit is now skipped for New York.</event>
            </history>
        </rule>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy