edits.seer.internal.rules.RX_Summ--Surgical_Margins.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--Surgical_Margins" name="RX Summ--Surgical Margins (NAACCR)" tag="N1246" java-path="lines.line" category="field"> <expression><![CDATA[return line.rxSummSurgicalMargins == null || Functions.matches(line.rxSummSurgicalMargins, /^[0123789]$/)]]></expression> <message>RX Summ--Surgical Margins is not valid.</message> <description><![CDATA[Must be a valid code for RX Summ--Surgical Margins (0-3,7-9) or blank.]]></description> <history> <event version="SE16-016-05" user="kirbyk" date="2017-07-28" ref="67659">Edit created.</event> <event version="SE16-016-06" user="kirbyk" date="2017-09-13" ref="67666">Disabled edit (it will always return true).</event> <event version="SE18-017-01" user="schadega" date="2018-03-15" ref="67714">Re-enabled edit.</event> </history> </rule>