All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edits.seer.internal.rules.Grade_Pathological.xml Maven / Gradle / Ivy

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>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy