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

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

The newest version!
        <rule id="IF555" name="Tumor Size Pathologic, Primary Site (SEER)" tag="N2328" java-path="lines.line" category="inter-field" depends="Primary_Site,Tumor_Size_Pathologic">
            <expression><![CDATA[return line.tumorSizePathologic != '998' || Functions.matches(line.primarySite, /^C(1(5[0-589]|6[0-689]|8[02-9]|99)|209|34[0-389]|50[0-689])$/)]]></expression>
            <message>Tumor Size Pathologic and Primary Site conflict</message>
            <description><![CDATA[If Tumor Size Pathologic[754] is coded 998, primary site must be coded C199, C209, C180, C182-C189, C150-C155, C158, C159, C160-C166, C168, C169, C340-C343, C348, C349, C500-C506, C508, C509. (Sites listed in NAACCR Data Dictionary)]]></description>
            <history>
                <event version="SE16-015-01" user="kirbyk" date="2016-04-12" ref="67321">Edit created.</event>
                <event version="SE16-016-08" user="depryf" date="2017-11-22" ref="67674">Edit syntax updated to allow pre-compilation optimization; no change in behavior.</event>
                <event version="SE21-021-03" user="kirbyk" date="2021-03-09" ref="68568">Edit name changed.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy