edits.seer.internal.rules.EOD_Regional_Nodes.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="EOD_Regional_Nodes" name="EOD Regional Nodes (SEER)" tag="N2994" java-path="lines.line" category="field"> <expression><![CDATA[return line.eodRegionalNodes == null || Functions.matches(line.eodRegionalNodes, /^0[0357]0|[1-7][05]0|800|888|987|999$/)]]></expression> <message>EOD Regional Nodes is not valid.</message> <description><![CDATA[Must be a valid code for EOD Regional Nodes. May be blank. Valid codes: 000 030 050 070 100 150 200 250 300 350 400 450 500 550 600 650 700 750 800 888 987 999 blank]]></description> <history> <event version="SE18-018-02" user="kirbyk" date="2018-05-04" ref="67779">Edit created.</event> </history> </rule>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy