edits.seer.internal.rules.Month_of_Initial_RX-SEER.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="Month_of_Initial_RX-SEER" name="Date Initial RX SEER (NAACCR)" tag="N0075" java-path="lines.line" category="field"> <expression><![CDATA[return line.dateInitialRxSeerMonth == null || line.dateInitialRxSeerMonth ==~ /^(0[1-9]|1[0-2])$/]]></expression> <message>Month of initial RX--SEER is not valid.</message> <description><![CDATA[Valid codes for Month of initial rx--SEER[1260] are 01-12 or blanks. Blanks allowed prior to submission.]]></description> <history> <event version="SE11-001-19" user="greend" date="2005-06-30">Blanks are allowed prior to submission.</event> <event version="SE12-002-01" user="murphyr" date="2009-12-29">99 removed and range changed from 00-12 to 01-12.</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>