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

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

There is a newer version: 024-13
Show newest version
<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>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy