edits.seer.internal.rules.IF171.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.
The newest version!
<rule id="IF171" name="Derived SS1977--Flag, Derived SS1977 (CS)" tag="N0678" java-path="lines.line" category="inter-field"> <expression><![CDATA[if (line.derivedSs1977Flag == null) return line.derivedSs1977 == null return line.derivedSs1977 != null]]></expression> <message>Derived SS1977--Flag and Derived SS1977 conflict</message> <description><![CDATA[If Derived SS1977--Flag[3040] is blank, then Derived SS1977[3010] must be blank. If Derived SS1977--Flag[3040] is not blank, then Derived SS1977[3010] must not be blank.]]></description> <history> <event version="SE24-024-06" user="kirbyk" date="2024-07-03" ref="69326">Removed edit dependencies.</event> </history> </rule>