edits.seer.internal.rules.TNM_Path_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.
The newest version!
<rule id="TNM_Path_N" name="TNM Path N (SEER)" tag="S046" java-path="lines.line" category="field"> <expression><![CDATA[return line.tnmPathN == null || ((List)Context.TNM_Path_N_Table).contains(line.tnmPathN)]]></expression> <message>Must be a valid TNM Path N code or blank.</message> <description><![CDATA[Must be a valid TNM Path N code or blank. pX, p0, p0I-, p0I+, p0M-, p0M+, p1MI, p0A, p0B, p1, p1A, p1B, p1C, p2, p2A, p2B, p2C, p3, p3A, p3B, p3C, p4, cX, c0, 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-12" ref="67291">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="67732">Added valid values.</event> </history> </rule>