edits.seer.internal.rules.Behavior_ICDO3_Submission.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="Behavior_ICDO3_Submission" name="SEER Submission Edit 02 (SEER)" tag="N0850" java-path="lines.line" category="submission"> <expression><![CDATA[if ( line.dateOfDiagnosisYear >= '2001' && line.dateOfDiagnosisYear <= '2003' && line.behaviorCodeIcdO3 != '2' && line.behaviorCodeIcdO3 != '3' ) return false return true]]></expression> <message>Behavior ICD-O-3 must be 2 or 3.</message> <history> <event version="SE18-020-01" user="depryf" date="2020-02-04" ref="68281">Changed property names to align with NAACCR XML IDs.</event> </history> </rule>