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

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

There is a newer version: 024-13
Show newest version
        <rule id="Grade_Post_Therapy" name="Grade Post Therapy Path (yp) (NAACCR)" tag="N2801" java-path="lines.line" category="field">
            <expression><![CDATA[return  line.gradePostTherapy == null || Functions.matches(line.gradePostTherapy, /^[1-589A-EHLMS]$/)]]></expression>
            <message>Grade Post Therapy not valid.</message>
            <description><![CDATA[Must be a valid code for Grade Post Therapy:

    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>
                <event version="SE21-021-03" user="beverung" date="2021-02-26" ref="68576">Update edit name.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy