edits.seer.internal.rules.IFN6621.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.
The newest version!
<rule id="IFN6621" name="RX Summ--Surgical Margins, RPTSRC (SEER)" tag="N6621" java-path="lines.line" category="inter-field"> <expression><![CDATA[ if(line.rxSummSurgicalMargins == null) return true if (line.typeOfReportingSource == '6') return line.rxSummSurgicalMargins == '8' || line.rxSummSurgicalMargins == '9' if (line.typeOfReportingSource == '7') return line.rxSummSurgicalMargins == '9' return true]]></expression> <message>Invalid value for RX Summ--Surgical Margins</message> <description><![CDATA[This edit is skipped if RX Summ--Surgical Margins is blank. If Type of Reporting Source = 6 (Autopsy Only), RX Summ--Surgical Margins must = 8 or 9. If Type of Reporting Source = 7 (Death Certificate Only), RX Summ--Surgical Margins must = 9. ]]></description> <history> <event version="SE22-022-01" user="secristc" date="2022-02-16" ref="68828">Edit created.</event> </history> </rule>