edits.seer.internal.rules.TNM_Clin_N.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="TNM_Clin_N" name="TNM Clin N (SEER)" tag="S043" java-path="lines.line" category="field"> <expression><![CDATA[return line.tnmClinN == null || ((List)Context.TNM_Clin_N_Table).contains(line.tnmClinN)]]></expression> <message>Must be a valid TNM Clin N code or blank.</message> <description><![CDATA[Must be a valid TNM Clin N code or blank. cX, c0, c0I-, c0I+, c0M-, c0M+, c1MI, c0A, c0B, c1, c1A, c1B, c1C, c2, c2A, c2B, c2C, c3, c3A, c3B, c3C, c4, X, 0, 0I-, 0I+, 0M-, 0M+ 1MI, 0A, 0B, 1, 1A, 1B, 1C, 2, 2A, 2B, 2C, 3, 3A, 3B, 3C, 4, 88]]></description> <history> <event version="SE16-015-01" user="kirbyk" date="2016-04-11" ref="67288">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>