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

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

There is a newer version: 024-13
Show newest version
        <rule id="Derived_SS2000" name="Derived SS2000 (CS)" tag="N0673" java-path="lines.line" category="field">
            <expression><![CDATA[return line.derivedSs2000 == null || Functions.matches(line.derivedSs2000, /^[012345789\s]$/)]]></expression>
            <message>Derived SS2000 is not valid.</message>
            <description><![CDATA[Must be a valid one-digit Storage Code for Derived SS2000.  May be
blank.

The following Storage Codes are valid:
0-5,7-9.

This table shows the corresponding Display String for each Storage
Code:

Storage Code       Display String       Comments
0                  IS                   In situ
1                  L                    Localized
2                  RE                   Regional, direct extension
3                  RN                   Regional, lymph nodes only
4                  RE+RN                Regional, extension and nodes
5                  RNOS                 Regional, NOS
7                  D                    Distant
8                  NA                   Not applicable
9                  U                    Unknown/unstaged]]></description>
            <history>
                <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