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

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

There is a newer version: 024-13
Show newest version
        <rule id="Derived_AJCC_Flag" name="Derived AJCC--Flag (CS)" tag="N0674" java-path="lines.line" category="field">
            <expression><![CDATA[return line.derivedAjccFlag == null || Functions.matches(line.derivedAjccFlag, /^[12\s]$/)]]></expression>
            <message>Derived AJCC--Flag is not valid.</message>
            <description><![CDATA[Must be a valid value for Derived AJCC--Flag (1,2).  May be blank.

1 = AJCC Sixth Edition derived from Collaborative Stage
2 = AJCC Sixth Edition derived from EOD (prior to 2004)]]></description>
            <history>
                <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>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy