![JAR search and dependency download from the Maven repository](/logo.png)
edits.seer.internal.rules.IF209.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="IF209" name="CS Mets Eval, Mets at DX, CS Version Inp Orig (CS)" tag="N0945" java-path="lines.line" category="inter-field" depends="CS_Mets_Eval,CS_Mets_at_DX,CS_Version_Input_Original"> <expression><![CDATA[if (line.csMetsAtDx == null || line.csMetsEval == null || line.csVersionInputOriginal < '010400') return true if (Functions.matches(line.csMetsEval, /^[236]$/)) return line.csMetsAtDx != '00' return true]]></expression> <message>CS Mets Eval, CS Mets at Dx, and CS Version 1st conflict</message> <description><![CDATA[This edit is skipped if either CS Mets Eval or CS Mets at DX are blank. It is also skipped if CS Version Input Original is less than 010400 (version 01.04). If CS Mets Eval = 2, 3 or 6, then CS Mets at DX cannot = 00 (none). Note: CS Mets Eval code 2 = No pathologic examination of metastatic tissue done prior to death, but evidence derived from autopsy (tumor was suspected or diagnosed prior to autopsy. CS Mets Eval code 3 = Pathologic examination of metastatic tissue performed WITHOUT pre-surgical systemic treatment or radiation OR pathologic examination of metastatic tissue performed, unknown if presurgical systemic treatment or radiation performed. CS Mets Eval code 6 = Pathologic examination of metastatic tissue performed WITH pre-surgical systemic treatment or radiation, BUT metastasis based on pathologic evidence.]]></description> <history> <event version="SE16-016-08" user="depryf" date="2017-11-22" ref="67674">Edit syntax updated to allow pre-compilation optimization; no change in behavior.</event> <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>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy