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

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

There is a newer version: 024-13
Show newest version
        <rule id="PhI_Number_of_Fractions" name="PhI Number of Fractions (COC)" tag="N2543" java-path="lines.line" category="field">
            <expression><![CDATA[return line.phase1NumberOfFractions == null || Functions.matches(line.phase1NumberOfFractions, /^\d{3}$/)]]></expression>
            <message>Phase I Number of Fractions is not valid.</message>
            <description><![CDATA[Records the total number of fractions (treatment sessions) delivered to the
patient in the first phase of radiation 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 Number of Fractions: 000-999.

    000: Radiation therapy was not administered
    001-998: Number of fractions administered during third phase of radiation
             therapy
    999: Radiation therapy administerd but number of fractions unknown;
         Unknown if radiation therapy administered]]></description>
            <history>
                <event version="SE18-018-02" user="kirbyk" date="2018-05-03" ref="67779">Edit created.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy