edits.seer.internal.rules.Derived_SS1977_Flag.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="Derived_SS1977_Flag" name="Derived SS1977--Flag (CS)" tag="N0675" java-path="lines.line" category="field"> <expression><![CDATA[return line.derivedSs1977Flag == null || Functions.matches(line.derivedSs1977Flag, /^[12\s]$/)]]></expression> <message>Derived SS1977--Flag is not valid.</message> <description><![CDATA[Must be a valid value for Derived SS1977--Flag (1,2). May be blank. 1 = SS1977 derived from Collaborative Staging manual and coding instructions, version 1.0 2 = SS1977 derived from EOD (prior to 2004)]]></description> <history> <event version="SE16-016-08" user="depryf" date="2017-11-22" ref="67674">Edit syntax updated to allow pre-compilation optimization; no change in behavior.</event> </history> </rule>