edits.seer.internal.rules.Derived_Summary_Grade_2018.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="Derived_Summary_Grade_2018" name="Derived Summary Grade (NAACCR)" tag="N7065" java-path="lines.line" category="field"> <expression><![CDATA[ return line.derivedSummaryGrade2018 == null || Functions.matches(line.derivedSummaryGrade2018, /^[1234589ABCDEHLMS]$/) ]]></expression> <message>Derived Summary Grade is invalid</message> <description><![CDATA[Must be a valid code for Derived Summary Grade: 1 2 3 4 5 8 9 A B C D E H L M S blank ]]></description> <history> <event version="SE24-024-03" user="beverung" date="2024-03-12" ref="69438">Edit created.</event> </history> </rule>