edits.seer.internal.rules.IFN2514.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="IFN2514" name="Date of Sentinel Lymph Node Biopsy, RPTSRC (SEER)" tag="N2514" java-path="lines.line" category="inter-field"> <expression><![CDATA[boolean dateSentinelLymphNodeBiopsyIsBlank = line.dateSentinelLymphNodeBiopsyYear == null && line.dateSentinelLymphNodeBiopsyMonth == null && line.dateSentinelLymphNodeBiopsyDay == null if (line.typeOfReportingSource == '6' || line.typeOfReportingSource == '7') return dateSentinelLymphNodeBiopsyIsBlank return true]]></expression> <message>Date of Sentinel Lymph Node Biopsy and Type of Reporting Source conflict.</message> <description><![CDATA[ If Type of Reporting Source = 6 (Autopsy Only), or 7 (Death Certificate Only) then Date of Sentinel Lymph Node Biopsy must be blank. ]]></description> <history> <event version="SE18-018-02" user="kirbyk" date="2018-06-01" ref="67781">Edit created.</event> <event version="SE18-018-03" user="kirbyk" date="2018-07-20" ref="67961">Removed unnecessary dependency.</event> <event version="SE18-018-05" user="kirbyk" date="2018-08-15" ref="68017">Changed edit to use date year field instead of full date field.</event> <event version="SE18-018-06" user="kirbyk" date="2018-08-24" ref="68026">Changed error message.</event> <event version="SE18-020-01" user="depryf" date="2020-02-04" ref="68281">Changed property names to align with NAACCR XML IDs.</event> <event version="SE18-020-05" user="kirbyk" date="2020-08-04" ref="68491">Changed edit name.</event> <event version="SE22-022-01" user="beverung" date="2022-01-20" ref="68897">Update edit name to match new NAACCR translated edit.</event> <event version="SE22-022-01" user="smithm" date="2022-02-15" ref="68801">Add Type of Reporting Source condtions to logic</event> <event version="SE23-023-01" user="cooki" date="2023-01-23" ref="69081">Update edit name and change Date of Sentinel Lymph Node Biopsy conditions to be blank.</event> </history> </rule>