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

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

There is a newer version: 024-13
Show newest version
        <rule id="IF394" name="CS Verify CStage Version 0205xx (CS)" tag="N1800" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis">
            <expression><![CDATA[return line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear > '2017' || Functions.getCsVersion() ==~ /(^0205\d\d$)/]]></expression>
            <message>CStage DLL must be 0205</message>
            <description><![CDATA[The purpose of this edit is to ensure that the correct CStage DLL is being used. This edit is skipped for diagnosis date > 2017, blank, or invalid. 

The first four digits of the CS version returned from a function call to the CStage DLL must = '0205'.]]></description>
            <history>
                <event version="SE12-006-01" user="murphyr" date="2011-12-22" ref="66575">Edit created.</event>
                <event version="SE13-009-01" user="murphyr" date="2013-01-25" ref="66826">Edit name changed.</event>
                <event version="SE14-011-01" user="murphyr" date="2013-11-07" ref="66954">Edit updated for Csv0205.</event>
                <event version="SE18-018-02" user="kirbyk" date="2018-06-22" ref="67919">Edit now skips 2018+ cases.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy