edits.seer.internal.rules.Grade_Pathological.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="Grade_Pathological" name="Grade Pathological (NAACCR)" tag="N2751" java-path="lines.line" category="field"> <expression><![CDATA[return line.gradePathological == null || Functions.matches(line.gradePathological, /^[1-589A-EHLMS]$/)]]></expression> <message>Grade Pathological not valid.</message> <description><![CDATA[Must be a valid code for Grade Pathological: 1 2 3 4 5 8 9 A B C D E H L M S blank]]></description> <history> <event version="SE18-018-02" user="kirbyk" date="2018-05-04" ref="67779">Edit created.</event> </history> </rule>