edits.seer.internal.rules.Day_of_Birth.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="Day_of_Birth" name="Date of Birth (NAACCR)" tag="N1034" java-path="lines.line" category="field"> <expression><![CDATA[return line.dateOfBirthDay == null || line.dateOfBirthDay ==~ /^(0[1-9]|[12][0-9]|3[01])$/]]></expression> <message>Day of birth is not valid.</message> <description><![CDATA[Valid values for Day of Birth[240] are 01-31 and blank.]]></description> <history> <event version="SE12-002-01" user="murphyr" date="2009-12-29">99 days removed.</event> <event version="SE13-009-01" user="murphyr" date="2012-12-20" ref="66804">Fixed edit to not allow one digit days and removed blanks from regex statement.</event> <event version="SE18-020-01" user="depryf" date="2020-02-04" ref="68281">Changed property names to align with NAACCR XML IDs.</event> </history> </rule>