edits.seer.internal.rules.Derived_AJCC_7_T.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.
The newest version!
<rule id="Derived_AJCC_7_T" name="Derived AJCC-7 T (CS)" tag="N1015" java-path="lines.line" category="field"> <expression><![CDATA[return line.derivedAjcc7T == null || Functions.matches(line.derivedAjcc7T, /(^999$)|(^0[01567]0$)|(^1[0-9]0$)|(^1[259][12])|(^181$)|(^199$)|(^2[01234]0$)|(^20[12])|(^299$)|(^21[123]$)|(^399$)|(^3[01234]0$)|(^30[12])|(^4[012345]0$)|(^4[129][12])|(^499$)|(^8[01]0$)|(^888$)/)]]></expression> <message>Derived AJCC-7 T is not valid.</message> <description><![CDATA[Must be a valid two-digit Storage Code for Derived AJCC-7 T[3400]. May be blank. The following Storage Codes are valid: 000, 010, 050, 060, 070, 100, 110, 120-122, 130, 140, 150-152, 160, 170, 180-181, 191-192, 199-202, 210-213, 220, 230, 240, 299, 300-302, 310, 320, 330, 340, 399, 400, 410-412, 420-422, 430, 440, 450, 491-492, 499, 800, 810, 888, and 999. This table shows the corresponding Display String for each Storage code: Storage Code Display String Comments 999 TX TX 000 T0 T0 010 Ta Ta 050 Tis Tis 060 Tispu Tispu (Urethra only) 070 Tispd Tispd (Urethra only) 100 T1 T1 110 T1mi T1mi 199 T1NOS T1 NOS 120 T1a T1a 121 T1a(s) T1a(s) 122 T1a(m) T1a(m) 130 T1a1 T1a1 140 T1a2 T1a2 150 T1b T1b 151 T1b(s) T1b(s) 152 T1b(m) T1b(m) 160 T1b1 T1b1 170 T1b2 T1b2 180 T1c T1c 181 T1d T1d 191 T1NOS(s) T1 NOS(s) 192 T1NOS(m) T1 NOS(m) 200 T2 T2 201 T2(s) T2(s) 202 T2(m) T2(m) 299 T2NOS T2 NOS 210 T2a T2a 211 T2a1 T2a1 212 T2a2 T2a2 213 T2aNOS T2a NOS 220 T2b T2b 230 T2c T2c 240 T2d T2d 300 T3 T3 399 T3NOS T3 NOS 301 T3(s) T3(s) 302 T3(m) T3(m) 310 T3a T3a 320 T3b T3b 330 T3c T3c 340 T3d T3d 400 T4 T4 499 T4NOS T4 NOS 410 T4a T4a 411 T4a(s) T4a(s) 412 T4a(m) T4a(m) 420 T4b T4b 421 T4b(s) T4b(s) 422 T4b(m) T4b(m) 430 T4c T4c 440 T4d T4d 450 T4e T4e 491 T4NOS(s) T4 NOS(s) 492 T4NOS(m) T4 NOS(m) 800 T1aNOS T1a NOS 810 T1bNOS T1b NOS 888 NA Not applicable]]></description> <history> <event version="SE12-002-01" user="murphyr" date="2010-01-08">Edit created.</event> <event version="SE12-006-01" user="murphyr" date="2011-12-15" ref="66605">Added the following codes to the list: 121, 122, 151, 152, 191, 192, 201, 202, 301, 302, 411, 412, 421, 422, 491, 492</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> <event version="SE18-019-01" user="kirbyk" date="2019-03-18" ref="68125">Fixed list of Storage Codes in documentation.</event> </history> </rule>