All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edits.seer.internal.rules.IF317.xml Maven / Gradle / Ivy

There is a newer version: 024-13
Show newest version
        <rule id="IF317" name="CS Lymph Nodes, IntracranialGland Schema (CS)" tag="N1346" java-path="lines.line" category="inter-field" depends="CS_Lymph_Nodes">
            <expression><![CDATA[if (line.csLymphNodes == null || line._csSchemaId != 'intracranial_gland')
    return true

return line.csLymphNodes == '988' || line.csLymphNodes == '999']]></expression>
            <message>CS Lymph Nodes and IntraCranialGland Schema conflict</message>
            <description><![CDATA[This edit is skipped if any of the following conditions are true:
            1. CS Lymph Nodes is empty
            2. CS schema is not IntracranialGland

            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 CS schema is IntracranialGland:
                CS Lymph Nodes must = 988 (Not applicable) or 999 (OBSOLETE DATA RETAINED V0200; Unknown; not stated).]]></description>
            <history>
                <event version="SE12-002-01" user="murphyr" date="2010-05-26">Edit created.</event>
                <event version="SE13-009-01" user="murphyr" date="2013-01-25" ref="66826">Edit name changed.</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>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy