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

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

There is a newer version: 024-13
Show newest version
        <rule id="IF48_3" name="Diagnostic Confirmation, Histology ICDO3 (SEER IF48)" tag="N0444" java-path="lines.line" category="inter-field" depends="Histologic_Type_ICD-O-3">
            <expression><![CDATA[if (line.overRideLeukLymphoma == '1')
   return true
if (line.histologicTypeIcdO3 == null)
   return true
if (Functions.between(line.histologicTypeIcdO3, '9590', '9993') && line.diagnosticConfirmation == '6')
   return false
if (line.diagnosticConfirmation == '3')
   return Functions.between(line.histologicTypeIcdO3, '9590', '9993')

return true]]></expression>
            <message>Diagnostic Confirmation and Histologic Type ICD-O-3 conflict</message>
            <description><![CDATA[This edit is skipped if any of the following conditions are true:

1) Histologic Type ICD-O-3[522] is blank.
2) Over-ride Leuk,Lymphoma[2070] = 1 (review complete).

If Histologic Type ICD-O-3[522] = 9590-9993 then Diagnostic Confirmation[490] cannot be 6 (direct visualization).

If Diagnostic Confirmation[490] = 3, then Histologic Type ICD-O-3[522] must = 9590-9993.]]></description>
            <history>
                <event version="SE12-002-01" user="murphyr" date="2010-01-06">Removed if histology equals 9590-9729 then diagnostic confirmation cannot be 6 or 8.  Changed range to 9590-9992.  Added if diagnostic confirmation equals 3 then histollogy must equal 9590-9992.</event>
                <event version="SE12-002-01" user="murphyr" date="2010-01-27">Now skipped if histology is blank.</event>
                <event version="SE12-003-03" user="murphyr" date="2011-02-10">Updated documentation.</event>
                <event version="SE18-018-02" user="schadega" date="2018-05-17" ref="67760">Name change.</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="SE18-020-04" user="beverung" date="2020-06-18" ref="68354">Expand range 9590-9992 to 9590-9993.</event>
                <event version="SE24-024-04" user="kirbyk" date="2024-04-16" ref="69326">Removed several dependencies.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy