edits.seer.internal.rules.IF137.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="IF137" name="CS Tumor Size, SSF 1, MelanomaConjunctiva (CS)" tag="N0684" java-path="lines.line" category="inter-field" depends="Behavior_Code_ICD-O-3,CS_Site-Specific_Factor_1,CS_Tumor_Size,Histologic_Type_ICD-O-3,Primary_Site"> <expression><![CDATA[if (line.csTumorSize == null || line.csSiteSpecificFactor1 == null || line.behaviorCodeIcdO3 == '0' || line.behaviorCodeIcdO3 == '1') return true if (line._csSchemaId == 'melanoma_conjunctiva'){ return ((line.csTumorSize == '000' && line.csSiteSpecificFactor1 == '000') || (line.csTumorSize != '000' && line.csSiteSpecificFactor1 != '000')) } return true]]></expression> <message>Conflict among Site, Hist ICD-O-3, CS Tumor Size and CS SSF 1</message> <description><![CDATA[This edit is skipped if any of the following conditions are true: 1. CS Tumor Size [2800] is empty 2. CS Site-Specific Factor 1 [2880] is empty 3. Behavior Code ICD-O-3 [523] = 0 (benign) or 1 (borderline) This edit first determines the correct 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 schema is MelanomaConjuctiva: If CS Tumor Size [2800] = 000 then, CS Site-Specific Factor 1 must = 000 and vice versa.]]></description> <history> <event version="SE11-001-19" user="greend" date="2005-05-11">The Malignant Melanoma Other Eye schema(C691,C692,C695,C698,C699) was removed from this edit.</event> <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)</event> <event version="SE12-003-03" user="murphyr" date="2011-02-10">Updated documentation.</event> <event version="SE16-015-01" user="kirbyk" date="2016-04-21" ref="67228">Fixed documentation.</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-018-01" user="schadega" date="2018-04-11" ref="67741">Edit name change.</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