edits.seer.internal.rules.Grade_Post_Therapy_Clin.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="Grade_Post_Therapy_Clin" name="Grade Post Therapy Clin (yc) (NAACCR)" tag="N6332" java-path="lines.line" category="field"> <expression><![CDATA[return line.gradePostTherapyClin == null || Functions.matches(line.gradePostTherapyClin, /^[1-589A-EHLMS]$/)]]></expression> <message>Grade Post Therapy Clin (yc) is invalid</message> <description><![CDATA[Must be a valid code for Grade Post Therapy Clin (yc): 1 2 3 4 5 8 9 A B C D E H L M S blank]]></description> <history> <event version="SE21-021-04" user="beverung" date="2021-03-29" ref="68625">Edit created.</event> </history> </rule>