edits.seer.internal.rules.RX_Summ--Surg-Rad_Seq.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--Surg-Rad_Seq" name="RX Summ--Surg/Rad Seq (NPCR)" tag="N0815" java-path="lines.line" category="field"> <expression><![CDATA[return line.rxSummSurgRadSeq == null || Functions.matches(line.rxSummSurgRadSeq, /^[02345679]$/)]]></expression> <message>RX summ--surg/rad seq is not valid.</message> <description><![CDATA[Valid codes for RX summ--surg/rad seq[1380] are 0,2-7,9 or blank. 0 = No radiation and/or cancer-directed surgery 2 = Radiation prior to surgery 3 = Radiation after surgery 4 = Radiation before and after surgery 5 = Intraoperative radiation 6 = Intraoperative rad with other rad before/after surgery 7 = Surgery both before and after radiation 9 = Sequence unknown, but both were given]]></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="SE12-006-01" user="murphyr" date="2011-12-16" ref="66633">Added code 7.</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-019-02" user="kirbyk" date="2019-05-06" ref="68178">Added blank as valid value and changed edit name.</event> <event version="SE21-021-03" user="kirbyk" date="2021-03-09" ref="68568">Edit tag changed.</event> </history> </rule>