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

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

        <rule id="IF44" name="RX Summ--Surgery Type, Radiation (SEER IF44)" tag="N0227" java-path="lines.line" category="inter-field" depends="IF58,RX_Summ--Rad_to_CNS,RX_Summ--Radiation,RX_Summ--Surg-Rad_Seq,RX_Summ--Surgery_Type">
            <expression><![CDATA[if (line.rxSummSurgeryType == null)
    return true

if (Functions.matches(line.rxSummSurgeryType, /^[1-9]\d$/) && (Functions.matches(line.rxSummRadiation, /^[1-6]$/) || line.rxSummRadToCns == '1'))
    return Functions.matches(line.rxSummSurgRadSeq, /^[2-69]$/)

if (line.rxSummSurgeryType < '10' || line.rxSummRadiation == '0')
    return line.rxSummSurgRadSeq == '0'

return true]]></expression>
            <message>RX Summ--Surgery Type, Rx Summ--Radiation, RX Summ--Surg/Rad Seq conflict</message>
            <description><![CDATA[This edit is skipped if:
   1) RX Summ--Surgery Type[1640] is blank.
   2) Inter-Field edit flag "RX Summ--Radiation, Year of
      Diagnosis conflict" has been triggered.

If RX Summ--Surgery Type[1640] > 09 (cancer-directed surgery performed), and [RX Summ--radiation[1360] = 1-6  or RX Summ--rad to cns[1370] = 1 (radiation give)] then RX Summ--surg/rad seq[1380] must specify sequence using codes 2-6 or 9.

If RX Summ--Surgery  Type[1640] < 10 (no cancer directed surgery) or RX Summ--Radiation[1360] = 0 (no radiation), then RX Summ--surg/rad seq[1380] must be 0 (no).]]></description>
            <history>
                <event version="SE11-001-04" user="greend" date="1988-05-25">Additional codes made valid due to 1988 SEER record changes.</event>
                <event version="SE11-001-07" user="greend" date="1991-09-15">Radiaton code values indicating Radiation therapy performed, were changed from 1-6 to 1-5.</event>
                <event version="SE11-001-11" user="greend" date="1995-10-01">Radiation code values indicating Radiation therapy performed were changed from 1-5 to 1-6.</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>
            </history>
        </rule>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy