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

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

The newest version!
        <rule id="TNM_Clin_T" name="TNM Clin T (SEER)" tag="S044" java-path="lines.line" category="field">
            <expression><![CDATA[return line.tnmClinT == null || ((List)Context.TNM_Clin_T_Table).contains(line.tnmClinT)]]></expression>
            <message>Must be a valid TNM Clin T code or blank.</message>
            <description><![CDATA[Must be a valid TNM Clin T code or blank.

cX, c0, pA, pIS, pISU, pISD,
c1MI, c1, c1A, c1A1, c1A2, c1B, c1B1, c1B2, c1C, c1D,
c2, c2A, c2A1, c2A2, c2B, c2C, c2D,
c3, c3A, c3B, c3C, c3D,
c4, c4A, c4B, c4C, c4D, c4E,
X, 0, A, IS, ISPU, ISPD,
1MI, 1, 1A, 1A1, 1A2, 1B, 1B1, 1B2, 1C, 1D,
2, 2A, 2A1, 2A2, 2B, 2C, 2D,
3, 3A, 3B, 3C, 3D,
4, 4A, 4B, 4C, 4D, 4E,
88]]></description>
            <history>
                <event version="SE16-015-01" user="kirbyk" date="2016-04-11" ref="67287">Edit created.</event>
                <event version="SE16-016-08" user="depryf" date="2017-11-22" ref="67674">Edit syntax updated to allow pre-compilation optimization; no change in behavior.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy