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

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

There is a newer version: 024-13
Show newest version
        <rule id="Year_Regional_Lymph_Node_Dissection" name="Date Regional Lymph Node Dissection (COC)" tag="N2518" java-path="lines.line" category="field">
            <expression><![CDATA[return ( line.dateRegionalLNDissectionYear == null || ( Functions.matches(line.dateRegionalLNDissectionYear, /^[12]\d\d\d$/) &&
        Functions.between(line.dateRegionalLNDissectionYear, 1930, Functions.getCurrentYear()) ) )]]></expression>
            <message>Year of Regional Lymph Node Dissection is not valid.</message>
            <description><![CDATA[Valid values for Year of Regional Lymph Node Dissection[682] are 1930-current year and blank.]]></description>
            <history>
                <event version="SE18-018-02" user="kirbyk" date="2018-05-08" ref="67779">Edit created.</event>
                <event version="SE18-020-01" user="depryf" date="2020-02-04" ref="68281">Changed property names to align with NAACCR XML IDs.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy