edits.seer.internal.rules.IF321.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="IF321" name="CS SSF 16, Skin and Scrotum Schemas (CS)" tag="N1368" java-path="lines.line" category="inter-field" depends="Behavior_Code_ICD-O-3,CS_Lymph_Nodes,CS_Site-Specific_Factor_25,Histologic_Type_ICD-O-3,Primary_Site,Regional_Nodes_Positive"> <expression><![CDATA[if (line.csSiteSpecificFactor16 == null || line.csLymphNodes == null || line.regionalNodesPositive == null || line.behaviorCodeIcdO3 == '0' || line.behaviorCodeIcdO3 == '1' || line._csSchemaId == null) return true if (line._csSchemaId == 'skin' || line._csSchemaId == 'scrotum') { if (line.csSiteSpecificFactor16 == '000' && line.regionalNodesPositive != '00' && line.regionalNodesPositive != '98' && line.regionalNodesPositive != '99') return false if (line.csLymphNodes == '000') return line.csSiteSpecificFactor16 == '000' || line.csSiteSpecificFactor16 == '988' if (line.csLymphNodes == '999') return line.csSiteSpecificFactor16 == '988' || line.csSiteSpecificFactor16 == '999' } return true]]></expression> <message>CS Lymph Nodes, Regional Nodes Positive, CS SSF 16 Conflict for Skin and Scrotum Schemas.</message> <description><![CDATA[This edit verifies that for cases coded using the Skin and Scrotum schemas, CS Site-Specific Factor 16 (Size of Lymph Nodes), Regional Nodes Positive, and CS Lymph Nodes are coded consistently. This edit is skipped if any of the following conditions are true: 1. CS Site-Specific Factor16 is blank 2. CS Lymph Nodes is blank 3. Regional Nodes Positive is blank 4. Behavior Code ICD-O-3 = 0 (benign) or 1 (borderline) 5. CS schema is invalid This edit first determines the CS schema by doing a function call to the CS Dynamic Link Library (dll). The function call passes Primary Site, Histologic Type ICD-O-3, and CS Site-Specific Factor25 (schema discriminator) to the dll and the CS schema name is returned. If CS schema is Skin or Scrotum: 1. If CS Site-Specific Factor16 = 000 (no involved regional lymph nodes), then Regional Nodes Positive must = 00 (all nodes examined negative), 98 (no nodes examined) or 99 (unknown). 2. If CS Lymph Nodes = 000 (no regional lymph nodes involvement), then CS Site-Specific Factor16 must = 000 (no involved regional lymph nodes) or 988 (not applicable). 3. If CS Lymph Nodes = 999 (unknown), then CS Site-Specific Factor16 must = 988 (not applicable) or 999 (unknown if regional lymph nodes involved).]]></description> <history> <event version="SE12-004-01" user="murphyr" date="2010-12-15">Edit created.</event> <event version="SE12-004-01" user="murphyr" date="2011-02-07">Changed error message.</event> <event version="SE12-004-03" user="murphyr" date="2011-04-20" ref="66458">Fixed an error were edit was applied to MerkelCell schemas instead of Skin and Scrotum. Also fixed condition 'CS schema is invalid' in documentation.</event> <event version="SE13-009-01" user="murphyr" date="2013-01-25" ref="66826">Edit name changed.</event> <event version="SE14-011-01" user="murphyr" date="2013-10-28" ref="67021">Changed edit to allow regional positive nodes 99 when SSF 16 is 000.</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>