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

edits.seer.internal.rules.Year_of_Initial_RX-SEER.xml Maven / Gradle / Ivy

There is a newer version: 024-13
Show newest version
        <rule id="Year_of_Initial_RX-SEER" name="Date Initial RX SEER (NAACCR)" tag="N0075" java-path="lines.line" category="field">
            <expression><![CDATA[return (line.dateInitialRxSeerYear == null || (Functions.matches(line.dateInitialRxSeerYear, /^[12]\d\d\d$/) && Functions.between(line.dateInitialRxSeerYear, 1930, Functions.getCurrentYear()) ) )]]></expression>
            <message>Year of initial RX--SEER is not valid.</message>
            <description><![CDATA[Valid codes for Year of initial RX--SEER[1260] are 1930 - current year or blanks.]]></description>
            <history>
                <event version="SE11-001-19" user="greend" date="2005-01-25">Edited expanded to allow blanks, 9999 and range 1930-2020.</event>
                <event version="SE12-002-01" user="murphyr" date="2009-12-17">0 and 9 filled dates no longer allowed.</event>
                <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>
                <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