edits.seer.internal.rules.TNM_Path_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="TNM_Path_T" name="TNM Path T (SEER)" tag="S047" java-path="lines.line" category="field"> <expression><![CDATA[return line.tnmPathT == null || ((List)Context.TNM_Path_T_Table).contains(line.tnmPathT)]]></expression> <message>Must be a valid TNM Path T code or blank.</message> <description><![CDATA[Must be a valid TNM Path T code or blank. pX, p0, pA, pIS, pISU, pISD, p1MI, p1, p1A, p1A1, p1A2, p1B, p1B1, p1B2, p1C, p1D, p2, p2A, p2A1, p2A2, p2B, p2C, p2D, p3, p3A, p3B, p3C, p3D, p4, p4A, p4B, p4C, p4D, p4E, cX, c0, c1MI, c1, c1A, c1A1, c1A2, c1B, c1B1, c1B2, c1C, c1D, c2, c2A, c2A1, c2A2, c2B, c2C, c2D, c3, c3A, c3B, c3C, c3D, c4, c4A, c4B, c4C, c4D, c4E, X, 0, A, IS, ISPU, ISPD, 1MI, 1, 1A, 1A1, 1A2, 1B, 1B1, 1B2, 1C, 1D, 2, 2A, 2A1, 2A2, 2B, 2C, 2D, 3, 3A, 3B, 3C, 3D, 4, 4A, 4B, 4C, 4D, 4E, 88]]></description> <history> <event version="SE16-015-01" user="kirbyk" date="2016-04-11" ref="67290">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="SE18-018-01" user="kirbyk" date="2018-04-27" ref="67735">Added valid values.</event> </history> </rule>