edits.seer.internal.rules.IFN0248.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="IFN0248" name="Recurrence Type--1st, Recurrence Date--1st (COC)" tag="N0248" java-path="lines.line" category="inter-field"> <expression><![CDATA[if (line.recurrenceType1st == null || (line.recurrenceDate1stYear == null && line.recurrenceDate1stMonth == null && line.recurrenceDate1stDay == null)) return true if (line.recurrenceType1st == '00' || line.recurrenceType1st == '70') return false return true]]></expression> <message>Recurrence Type--1st conflicts with Recurrence Date--1st</message> <description><![CDATA[This edit is skipped if any of the following conditions is true: 1. Recurrence Type--1st is blank 2. Recurrence Date--1st is blank If Recurrence Type--1st = 00 or 70, Recurrence Date--1st must be blank.]]></description> <history> <event version="SE23-023-04" user="shearerw" date="2023-06-02" ref="69274">Edit Created.</event> </history> </rule>