edits.seer.internal.rules.PhIII_Number_of_Fractions.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of validation-edits-seer Show documentation
Show all versions of validation-edits-seer Show documentation
Java implemenation of the SEER edits.
The newest version!
<rule id="PhIII_Number_of_Fractions" name="PhIII Number of Fractions (COC)" tag="N2553" java-path="lines.line" category="field"> <expression><![CDATA[return line.phase3NumberOfFractions == null || Functions.matches(line.phase3NumberOfFractions, /^\d{3}$/)]]></expression> <message>Phase III Number of Fractions is not valid.</message> <description><![CDATA[Records the total number of fractions (treatment sessions) delivered to the patient in the third 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 III 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>