edits.seer.internal.rules.TNM_Clin_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.
The newest version!
<rule id="TNM_Clin_M" name="TNM Clin M (SEER)" tag="S042" java-path="lines.line" category="field"> <expression><![CDATA[return line.tnmClinM == null || ((List)Context.TNM_Clin_M_All_Table).contains(line.tnmClinM)]]></expression> <message>Must be a valid TNM Clin M code or blank.</message> <description><![CDATA[Must be a valid TNM Clin M code or blank. cX, c0, c0I+, c1, c1A, c1B, c1C, c1D, c1E, p1, p1A, p1B, p1C, p1D, p1E, X, 0, 0I+, 1, 1A, 1B, 1C, 1D, 1E, 88]]></description> <history> <event version="SE16-015-01" user="kirbyk" date="2016-04-11" ref="67289">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> <event version="SE16-016-11" user="kirbyk" date="2018-02-27" ref="67705">Added valid code 'cX'.</event> </history> </rule>