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

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

There is a newer version: 024-13
Show newest version
        <rule id="Derived_AJCC_6_N" name="Derived AJCC-6 N (CS)" tag="N0669" java-path="lines.line" category="field">
            <expression><![CDATA[return line.derivedAjcc6N == null || line.derivedAjcc6N==~ /(^0[01234]$)|(^1[012389]$)|(^[23][01239]$)|(^88$)|(^99$)|(^\s\s$)/]]></expression>
            <message>Derived AJCC-6 N is not valid.</message>
            <description><![CDATA[Must be a valid two-digit Storage Code for Derived AJCC-6 N.  May be blank.

The following Storage Codes are valid:
00-04, 10-13, 18-23, 29, 30-33, 39, 88, 99

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

Storage Code       Display String       Comments
99                 NX                   NX
00                 N0                   N0
01                 N0(i-)               N0(i-)
02                 N0(i+)               N0(i+)
03                 N0(mol-)             N0(mol-)
04                 N0(mol+)             N0(mol+)
10                 N1                   N1
19                 N1NOS                N1 NOS
11                 N1a                  N1a
12                 N1b                  N1b
13                 N1c                  N1c
18                 N1mi                 N1mi
20                 N2                   N2
29                 N2NOS                N2 NOS
21                 N2a                  N2a
22                 N2b                  N2b
23                 N2c                  N2c
30                 N3                   N3
39                 N3NOS                N3NOS
31                 N3a                  N3a
32                 N3b                  N3b
33                 N3c                  N3c
88                 NA                   Not applicable]]></description>
            <history>
                <event version="SE12-002-01" user="murphyr" date="2010-01-07">Changed name, id, and message.  Added a 6 to distinguish AJCC editions.</event>
                <event version="SE12-002-01" user="murphyr" date="2010-02-03">Removed code 09.</event>
                <event version="SE13-010-01" user="murphyr" date="2013-05-09" ref="66877">Change the display string &quot;N0(i?)&quot; to &quot;N0(i-)&quot; and &quot;N0(mol?)&quot; to &quot;N0(mol-)&quot;</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy