edits.seer.internal.rules.IF172.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="IF172" name="Derived SS2000--Flag, Derived SS2000 (CS)" tag="N0677" java-path="lines.line" category="inter-field"> <expression><![CDATA[if (line.derivedSs2000Flag == null) return line.derivedSs2000 == null return line.derivedSs2000 != null]]></expression> <message>Derived SS2000--Flag and Derived SS2000 conflict</message> <description><![CDATA[If Derived SS2000--Flag[3040] is blank, then Derived SS2000[3020] must be blank. If Derived SS2000--Flag[3040] is not blank, then Derived SS2000[3020] 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>