edits.seer.internal.rules.TNM_Clin_Descriptor.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_Descriptor" name="TNM Clin Descriptor (COC)" tag="N0144" java-path="lines.line" category="field"> <expression><![CDATA[return line.tnmClinDescriptor == null || Functions.matches(line.tnmClinDescriptor, /^[0-359]$/)]]></expression> <message>Must be a valid TNM Clin Descriptor[980] code (0-3, 5, or 9) or blank.</message> <description><![CDATA[Must be a valid TNM Clin Descriptor[980] code (0-3, 5, or 9) or blank. Codes 0 None 1 E (Extranodal, lymphomas only) 2 S (Spleen, lymphomas only) 3 M (Multiple primary tumors in a single site) 5 E & S (Extranodal and spleen, lymphomas only) 9 Unknown, not stated in patient record Blank]]></description> <history> <event version="SE16-015-01" user="kirbyk" date="2016-04-08" ref="67305">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-02" user="schadega" date="2018-05-25" ref="67746">Edit name change.</event> </history> </rule>