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

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

The newest version!
        <rule id="Covid_19_Viral_Test" name="Covid-19 Viral Test and Date" tag="S055" java-path="lines.line" category="inter-field">
            <expression><![CDATA[return line.covid19ViralTest != '1' || line.covid19ViralTestDateYear != null]]></expression>
            <message>Covid-19 Viral Test conflicts with Covid-19 Viral Test Date</message>
            <description><![CDATA[If Covid-19 Viral Test is 1 (Positive), Covid-19 Viral Test Date must be a non-blank value.]]></description>
            <history>
                <event version="SE22-022-01" user="kirbyk" date="2022-03-04" ref="68757">Edit created.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy