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

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

There is a newer version: 024-13
Show newest version
        <rule id="Total_Dose" name="Total Dose (COC)" tag="N2561" java-path="lines.line" category="field">
            <expression><![CDATA[return line.totalDose == null || Functions.matches(line.totalDose, /^\d{6}$/)]]></expression>
            <message>Total Dose is not valid.</message>
            <description><![CDATA[This data item identifies the total radiation dose administered to the patient
across all phases during the first course of treatment. The unit of measure is
centiGray (cGy).

1. The data item may be blank. Other edits checks 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 Total Dose: 000000-999999.

    000000: No therapy administered
    000001-999997:  Actual dose delivered in cGy
    999998: Not applicable, radioisotopes administered to the patient
    999999: Radiation therapy was administered, but the dose is unknown
            Unknown whether radiation therapy was administered]]></description>
            <history>
                <event version="SE18-018-02" user="kirbyk" date="2018-05-04" ref="67779">Edit created.</event>
                <event version="SE18-020-05" user="kirbyk" date="2020-08-03" ref="68440">Updated description for code &apos;99998&apos;.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy