edits.seer.internal.rules.TNM_Path_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_Path_Descriptor" name="TNM Path Descriptor (COC)" tag="N0143" java-path="lines.line" category="field"> <expression><![CDATA[return line.tnmPathDescriptor == null || Functions.matches(line.tnmPathDescriptor, /^[0-69]$/)]]></expression> <message>Must be a valid TNM Path Descriptor[920] code (0-6, 9) or blank.</message> <description><![CDATA[Must be a valid TNM Path Descriptor[920] code (0-6, 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) 4 Y (Classification during or after initial multimodality therapy)-pathologic staging only 5 E & S (Extranodal and spleen, lymphomas only) 6 M & Y (Multiple primary tumors and initial multimodality therapy) 9 Unknown, not stated in patient record Blank]]></description> <history> <event version="SE16-015-01" user="kirbyk" date="2016-04-08" ref="67303">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="SE21-021-03" user="kirbyk" date="2021-03-09" ref="68568">Edit name changed.</event> </history> </rule>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy