edits.seer.internal.rules.PhII_Dose_per_Fraction.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="PhII_Dose_per_Fraction" name="PhII Dose per Fraction (COC)" tag="N2545" java-path="lines.line" category="field"> <expression><![CDATA[return line.phase2DosePerFraction == null || Functions.matches(line.phase2DosePerFraction, /^\d{5}$/)]]></expression> <message>Phase II Dose per Fraction is not valid.</message> <description><![CDATA[This data item records the dose per fraction (treatment session) delivered to the patient in the second phase of radiation 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 II Dose per Fraction: 00000-99999. 00000: Radiation therapy not administered 00001-99997: Actual Phase II dose delivered in cGy 99998: Not applicable, radioisotopes administered to the patient 99999: Phase II radiation therapy was administered but dose is unknown; Unknown whether Phase II 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>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy