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

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

The newest version!
        <rule id="PhI_Radiation_Treatment_Modality" name="PhI Radiation Treatment Modality (COC)" tag="N2540" java-path="lines.line" category="field">
            <expression><![CDATA[return line.phase1RadiationTreatmentModality == null || Functions.matches(line.phase1RadiationTreatmentModality, /^0\d|1[0-6]|98|99$/)]]></expression>
            <message>Phase I Radiation Treatment Modality is not valid.</message>
            <description><![CDATA[This data item identifies the radiation modality administered during the first
phase of radiation treatment delivered during the first course of treatment.

1. The data item may be blank. Other edits check that the item is recorded
    according to standard setter requirements by date.

2. Must be right-justified, zero-filled.

3. Must be a valid code for Phase I Radiation Treatment Modality: 00-16, 99.

        00: No radiation treatment
        01: External beam, NOS
        02: External beam, photons
        03: External beam, protons
        04: External beam, electrons
        05: External beam, neutrons
        06: External beam, carbon ions
        07: Brachytherapy, NOS
        08: Brachytherapy, intracavitary, LDR
        09: Brachytherapy, intracavitary, HDR
        10: Brachytherapy, Interstitial, LDR
        11: Brachytherapy, Interstitial, HDR
        12: Brachytherapy, electronic
        13: Radioisotopes, NOS
        14: Radioisotopes, Radium-232
        15: Radioisotopes, Strontium-89
        16: Radioisotopes, Strontium-90
        98: Radiation treatment administered, modality unknown
        99: Radiation treatment modality unknown;
            Unknown if radiation treatment administered]]></description>
            <history>
                <event version="SE18-018-02" user="kirbyk" date="2018-05-03" ref="67779">Edit created.</event>
                <event version="SE18-020-05" user="kirbyk" date="2020-08-04" ref="68442">Added code &apos;98&apos;.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy