edits.seer.internal.rules.Derived_AJCC_7_M.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.
<rule id="Derived_AJCC_7_M" name="Derived AJCC-7 M (CS)" tag="N1019" java-path="lines.line" category="field"> <expression><![CDATA[return line.derivedAjcc7M == null || Functions.matches(line.derivedAjcc7M, /(^999$)|(^0[01]0$)|(^1[012345]0$)|(^199$)|(^888$)/)]]></expression> <message>Derived AJCC-7 M is not valid.</message> <description><![CDATA[Must be a valid two-digit Storage Code for Derived AJCC-7 M[3420]. May be blank. The following Storage Codes are valid: 000,010,100,110,120,130,140,150,199,888. This table shows the corresponding Display String for each Storage code: Storage Code Display String Comments 999 MX MX 000 M0 M0 010 M0(i+) M0(i+) 100 M1 M1 110 M1a M1a 120 M1b M1b 130 M1c M1c 140 M1d M1d 150 M1e M1e 199 M1NOS M1 NOS 888 NA Not applicable]]></description> <history> <event version="SE12-002-01" user="murphyr" date="2010-01-08">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