edits.seer.internal.rules.RX_Summ--Radiation.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="RX_Summ--Radiation" name="RX Summ--Radiation (SEER RADIATN)" tag="N0296" java-path="lines.line" category="field"> <expression><![CDATA[return line.rxSummRadiation == null || Functions.matches(line.rxSummRadiation, /^[0-9]$/)]]></expression> <message>RX summ--radiation is not valid.</message> <description><![CDATA[Valid codes for RX summ--radiation[1360] are 0-9 or blank. 0 = None 1 = Beam radiation 2 = Radioactive implants 3 = Radioisotopes 4 = Combination of beam with implants or isotopes 5 = Radiation, NOS method or source not specified 6 = Other radiation (1973-1987 cases only) 7 = Refused 8 = Recommended, unknown if administered 9 = Unknown]]></description> <history> <event version="SE11-001-04" user="greend" date="1988-05-25">Additional codes made valid due to 1988 SEER record changes.</event> <event version="SE16-016-08" user="depryf" date="2017-11-22" ref="67674">Edit syntax updated to allow pre-compilation optimization; no change in behavior.</event> <event version="SE18-018-02" user="schadega" date="2018-05-17" ref="67799">Allow blank values.</event> </history> </rule>