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

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

There is a newer version: 024-13
Show newest version
        <rule id="CS_Mets_at_DX_Liver" name="CS Mets at DX-Liver (CS)" tag="N0989" java-path="lines.line" category="field">
            <expression><![CDATA[return line.csMetsAtDxLiver == null || Functions.matches(line.csMetsAtDxLiver, /^[0189]$/)]]></expression>
            <message>CS Mets at DX-Liver is not valid.</message>
            <description><![CDATA[Must be a valid CS Mets at DX-Liver[2853] code: 0 (none: no liver metastases), 1 (yes), 8 (not applicable), 9 (unknown whether liver is involved metastatic site) or blank.]]></description>
            <history>
                <event version="SE12-002-01" user="murphyr" date="2010-01-07">Edit added.</event>
                <event version="SE13-009-01" user="murphyr" date="2013-01-17" ref="66828">Changed allowable codes to just 0, 1, 8, 9 and blank.</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>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy