edits.seer.internal.rules.PhIII_Total_Dose.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.
<rule id="PhIII_Total_Dose" name="PhIII Total Dose (COC)" tag="N2558" java-path="lines.line" category="field"> <expression><![CDATA[return line.phase3TotalDose == null || Functions.matches(line.phase3TotalDose, /^\d{6}$/)]]></expression> <message>Phase III Total Dose is not valid.</message> <description><![CDATA[This data item identifies the total radiation dose delivered to the patient in the third phase of radiation treatment during the first course of treatment. The unit of measure is centiGray (cGy). 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 Total Dose: 000000-999999. 000000: No therapy administered 000001-999997: Actual total 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-03" ref="67779">Edit created.</event> <event version="SE18-020-05" user="kirbyk" date="2020-08-03" ref="68440">Updated description for code '99998'.</event> </history> </rule>