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

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

There is a newer version: 024-13
Show newest version
        <rule id="PhII_Number_of_Fractions" name="PhII Number of Fractions (COC)" tag="N2546" java-path="lines.line" category="field">
            <expression><![CDATA[return line.phase2NumberOfFractions == null || Functions.matches(line.phase2NumberOfFractions, /^\d{3}$/)]]></expression>
            <message>Phase II Number of Fractions is not valid.</message>
            <description><![CDATA[Records the total number of fractions (treatment sessions) delivered to the
patient in the second phase of radiation during the first course of treatment.

1. The data item may be blank. Another edit checks consistency with radiation
   phases.

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

3. Must be a valid code for Phase II Number of Fractions: 000-999.

    000: Radiation therapy was not administered
    001-998: Number of fractions administered during second 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