edits.seer.internal.rules.IF242.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="IF242" name="CS Site-Specific Factor10, Schema (SEER)" tag="N2413" java-path="lines.line" category="inter-field" depends="Behavior_Code_ICD-O-3,CS_Extension,CS_Site-Specific_Factor_10,CS_Site-Specific_Factor_25,Histologic_Type_ICD-O-3,Primary_Site,Year_of_Diagnosis"> <expression><![CDATA[if (line.histologicTypeIcdO3 == null || line.primarySite == null || line.csSiteSpecificFactor10 == null) return true if ((line.behaviorCodeIcdO3 == '0' || line.behaviorCodeIcdO3 == '1') && line._csSchemaId != 'brain' && line._csSchemaId != 'cns_other' && line._csSchemaId != 'intracranial_gland') return true if (line._csSchemaId == null) return true if ((line.dateOfDiagnosisYear == '2016' || line.dateOfDiagnosisYear == '2017') && line.csExtension == null && line._csSchemaId == 'bile_ducts_intrahepat') return true return Functions.isAcceptableCsCode(line, 'csSiteSpecificFactor10',line.csSiteSpecificFactor10)]]></expression> <message>CS site-specific factor 10 is invalid for this schema.</message> <description><![CDATA[This edit verifies that CS Site-Specific Factor 10 is correct for a particular schema. The schema determined by Primary Site, Histologic Type ICD-O-3, and sometimes CS Site-Specific Factor25 (schema discriminator). This edit is skipped if any of the following conditions are true: 1. CS Site-Specific Factor 10, Primary Site, or Histologic Type ICD-O-3 is blank. 2. Behavior Code ICD-O-3 = 0 (benign) or 1 (borderline) and Schema is not Brain, CNSOther, or IntracranialGland. 3. CS schema is invalid 4. Year of Diagnosis is 2016-2017 and CS Extension is Blank and schema is BileDuctsIntraHepat This edit verifies that CS Site-Specific Factor 10 is valid for a particular schema by doing function calls to the CS Dynamic Link Library (dll).]]></description> <history> <event version="SE12-002-01" user="murphyr" date="2010-01-28">Edit created.</event> <event version="SE13-010-01" user="murphyr" date="2013-07-12" ref="66904">Added blank schema skip condition.</event> <event version="SE16-015-01" user="kirbyk" date="2016-04-05" ref="67266">Added skip condition for some cases with DX year 2016.</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="SE16-016-01" user="kirbyk" date="2016-12-08" ref="67564">Some 2017 cases are now skipped.</event> <event version="SE18-020-01" user="depryf" date="2020-02-04" ref="68281">Changed property names to align with NAACCR XML IDs.</event> <event version="SE23-023-02" user="shearerw" date="2023-05-04" ref="69268">Edit name and tag changed.</event> </history> </rule>