edits.seer.internal.rules.IFN7050.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="IFN7050" name="Tumor Size Summary, Date of Diagnosis (SEER)" tag="N7050" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis"> <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2024') return true return line.tumorSizeSummary != null]]></expression> <message>Tumor Size Summary must not be blank for cases diagnosed 2024+</message> <description><![CDATA[If year of Date of Diagnosis is blank (unknown), invalid, or < 2024, this edit is skipped. If year of Date of Diagnosis is 2024 or later, then Tumor Size Summary cannot be blank.]]></description> <history> <event version="SE24-024-03" user="shearerw" date="2024-03-21" ref="69433">Edit Created.</event> </history> </rule>