edits.seer.internal.rules.Covid_19_Delayed_CA_Events.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of validation-edits-seer Show documentation
Show all versions of validation-edits-seer Show documentation
Java implemenation of the SEER edits.
<rule id="Covid_19_Delayed_CA_Events" name="Covid-19 Delayed CA Events and Decision to Delay Date" tag="S056" java-path="lines.line" category="inter-field"> <expression><![CDATA[return line.covid19DelayedCAEvents != '1' || line.covid19DecisionToDelayDateYear != null]]></expression> <message>Covid-19 Delayed CA Events conflicts with Covid-19 Decision to Delay Date</message> <description><![CDATA[If Covid-19 Delayed CA Events is 1 (Yes), Covid-19 Decision to Delay 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>