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

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

There is a newer version: 024-13
Show newest version
        <rule id="IF318" name="Lymphovascular Invasion, Histology, Behav (CS)" tag="N1958" java-path="lines.line" category="inter-field" depends="Histologic_Type_ICD-O-3,Year_of_Diagnosis">
            <expression><![CDATA[if (line.lymphVascularInvasion == null || line.histologicTypeIcdO3 == null || line.dateOfDiagnosisYear > '2017')
    return true

if (line.histologicTypeIcdO3 >= '9590' && line.histologicTypeIcdO3 <= '9992' && line.lymphVascularInvasion != '8')
    return false

if ((line.behaviorCodeIcdO3 == '0' || line.behaviorCodeIcdO3 == '1' || line.behaviorCodeIcdO3 == '2') && line.lymphVascularInvasion == '1')
    return false

return true]]></expression>
            <message>Lymphovascular Invasion and Histology/Behav conflict</message>
            <description><![CDATA[This edit is skipped if either Lymphovascular Invasion or Histologic Type ICD-O-3 is blank, or if Year of Diagnosis > 2017.

If Histologic Type ICD-O-3 = 9590-9992 (lymphoma and hematopoietic), then Lymphovascular Invasion must = 8 (not applicable).

If Behavior Code ICD-O-3 = 0, 1, or 2, then Lymphovascular Invasion must not = 1 (lymphovascular invasion present/identified).]]></description>
            <history>
                <event version="SE12-002-04" user="murphyr" date="2010-09-10">Edit created.</event>
                <event version="SE13-009-01" user="murphyr" date="2013-01-25" ref="66826">Edit name changed.</event>
                <event version="SE14-012-02" user="depryf" date="2014-07-23" ref="67095">Edit name changed; added logic checking behavior code.</event>
                <event version="SE14-012-03" user="depryf" date="2014-08-13" ref="67103">Changed histology range from 9560-9992 to 9590-9992.</event>
                <event version="SE18-018-01" user="schadega" date="2018-04-24" ref="67724">Limit to cases diagnosed before 2018.</event>
                <event version="SE18-018-06" user="kirbyk" date="2018-08-24" ref="68025">Changed &apos;Lymph-vascular Invasion&apos; to &apos;Lymphovascular Invasion&apos; in name and documentation.</event>
                <event version="SE18-020-01" user="depryf" date="2020-02-04" ref="68281">Changed property names to align with NAACCR XML IDs.</event>
                <event version="SE24-024-06" user="kirbyk" date="2024-07-22" ref="69326">Removed some edit dependencies.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy