edits.seer.internal.rules.IF158.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="IF158" name="CS Lymph Nodes, Regional Nodes Positive (CS)" tag="N0784" java-path="lines.line" category="inter-field" depends="Behavior_Code_ICD-O-3,CS_Lymph_Nodes,Primary_Site,Regional_Nodes_Positive"> <expression><![CDATA[if (line.csLymphNodes == null || line.regionalNodesPositive == null || line._csSchemaId == null || ((line.behaviorCodeIcdO3 == '0' || line.behaviorCodeIcdO3 == '1') && !['brain','cns_other','intracranial_gland'].contains(line._csSchemaId))) return true if (Functions.between(line.regionalNodesPositive,'01','97')) return line.csLymphNodes != '000' return true]]></expression> <message>CS Lymph Nodes and Regional Nodes Positive Conflict</message> <description><![CDATA[This edit is skipped if any of the following conditions are true: 1. CS Lymph Nodes or Regional Nodes Positive is empty. 2. Behavior Code ICD-O-3 = 0 (benign) or 1 (borderline) and schema is not Brain, CNSOther, or IntracranialGland If Regional Nodes Positive = 01-97, then CS Lymph Nodes cannot = 000.]]></description> <history> <event version="SE11-001-22" user="greend" date="2007-12-15">Edit is skipped if Behavior Code ICD-O-3 [523] = 0 (benign) or 1 (borderline) and Primary Site [400] is not C700-729 (Brain and Other CNS) or C751-C753 (Intracranial Endocrine).</event> <event version="SE12-002-01" user="murphyr" date="2010-01-07">Added an extra 0 to the lymph nodes number.</event> <event version="SE12-002-01" user="murphyr" date="2010-03-05">Edit now uses schema name.</event> <event version="SE12-002-04" user="murphyr" date="2010-07-29">Edit now passes if CS schema is not found.</event> <event version="SE16-015-01" user="kirbyk" date="2016-05-04" ref="67370">Changed edit to use schema IDs instead of schema names</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 - 2024 Weber Informatics LLC | Privacy Policy