edits.seer.internal.rules.County_at_DX_Analysis.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="County_at_DX_Analysis" name="County at DX Analysis (NAACCR)" tag="N2569" java-path="lines.line" category="field"> <expression><![CDATA[return line.countyAtDxAnalysis == null || Functions.matches(line.countyAtDxAnalysis, /^\d\d[1-9]|\d[1-9]0|[1-9]\d0$/)]]></expression> <message>County at DX Analysis is not valid.</message> <description><![CDATA[Must be a valid three-digit number (001-997, 998, 999) or blank.]]></description> <history> <event version="SE18-018-02" user="kirbyk" date="2018-05-04" ref="67779">Edit created.</event> </history> </rule>