edits.seer.internal.rules.EOD_Mets.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_Mets" name="EOD Mets (SEER)" tag="N2995" java-path="lines.line" category="field"> <expression><![CDATA[return line.eodMets == null || Functions.matches(line.eodMets, /^0[05]|[1-4]5|[1-7]0|88|99$/)]]></expression> <message>EOD Mets is not valid.</message> <description><![CDATA[Must be a valid code for EOD Mets. May be blank. Valid codes: 00 05 10 15 20 25 30 35 40 45 50 60 70 88 99 blank]]></description> <history> <event version="SE18-018-02" user="kirbyk" date="2018-05-04" ref="67779">Edit created.</event> <event version="SE24-024-06" user="cooki" date="2024-06-26" ref="69471">Added codes 15, 25, 35, 45.</event> </history> </rule>