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

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

The newest version!
        <rule id="Behavior_ICDO3_Submission" name="SEER Submission Edit 02 (SEER)" tag="N0850" java-path="lines.line" category="submission">
            <expression><![CDATA[if (    line.dateOfDiagnosisYear >= '2001'
     && line.dateOfDiagnosisYear <= '2003'
     && line.behaviorCodeIcdO3 != '2'
     && line.behaviorCodeIcdO3 != '3'
   )
    return false
return true]]></expression>
            <message>Behavior ICD-O-3 must be 2 or 3.</message>
            <history>
                <event version="SE18-020-01" user="depryf" date="2020-02-04" ref="68281">Changed property names to align with NAACCR XML IDs.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy