edits.seer.internal.rules.Day_Regional_Lymph_Node_Dissection.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.
The newest version!
<rule id="Day_Regional_Lymph_Node_Dissection" name="Date Regional Lymph Node Dissection (COC)" tag="N2518" java-path="lines.line" category="field"> <expression><![CDATA[return line.dateRegionalLNDissectionDay == null || Functions.matches(line.dateRegionalLNDissectionDay, /^(0[1-9]|[12][0-9]|3[01])$/)]]></expression> <message>Day of Regional Lymph Node Dissection is not valid.</message> <description><![CDATA[Valid values for Day of Regional Lymph Node Dissection[832] are 01-31 and blank.]]></description> <history> <event version="SE18-018-02" user="kirbyk" date="2018-05-08" ref="67779">Edit created.</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>