edits.seer.internal.rules.IF04_3.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="IF04_3" name="Type of Rep Srce(DC),Seq Num--Cent,ICDO3 (SEER IF04)" tag="N0457" java-path="lines.line" category="inter-field" depends="Histologic_Type_ICD-O-3"> <expression><![CDATA[if (line.overRideReportSource != '1' && line.histologicTypeIcdO3 != null) { if (line.typeOfReportingSource == '7' && Functions.between(line.histologicTypeIcdO3, '8000', '9589') && !(line.sequenceNumberCentral == '00' || line.sequenceNumberCentral == '60')) return false } return true]]></expression> <message>Type of Report Srce and Seq Num--Central conflict (ICD-O-3)</message> <description><![CDATA[This edit is skipped if any of the following conditions are true: 1) Histologic Type ICD-O-3[522] is empty 2) Over-ride Report Source[2050] = 1 (review complete). If Type of Reporting Source[500] = 7 (Death certificate only) and Histologic Type ICD-O-3[522] < 9590 (not a lymphoma, leukemia, immunoproliferative or myeloproliferative disease), then Sequence Number--central[380] must = 00 or 60 (one primary only).]]></description> <history> <event version="SE11-001-20" user="greend" date="2006-10-05">Edit modified to allow sequence number 60 as well as 00 for DCO cases. Edit logic changed in 7/05 but documentation was not updated.</event> <event version="SE18-018-02" user="schadega" date="2018-05-17" ref="67760">Name change.</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="SE24-024-04" user="kirbyk" date="2024-04-16" ref="69326">Removed several dependencies.</event> </history> </rule>