edits.seer.internal.rules.Laterality.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="Laterality" name="Laterality (SEER LATERAL)" tag="N0005" java-path="lines.line" category="field"> <expression><![CDATA[return Functions.matches(line.laterality, /^[0123459]$/)]]></expression> <message>Laterality is not valid.</message> <description><![CDATA[Valid codes for Laterality[410] are 0-5,9. 0 = Not a paired site 1 = Right - origin of primary 2 = Left - origin of primary 3 = Only one side - side unspecified 4 = Bilateral, single primary 5 = Paired site: midline tumor 9 = Paired site, but no information concerning laterality; midline tumor]]></description> <history> <event version="SE12-002-01" user="murphyr" date="2009-12-22">Code 5 added.</event> <event version="SE16-016-08" user="depryf" date="2017-11-22" ref="67674">Edit syntax updated to allow pre-compilation optimization; no change in behavior.</event> </history> </rule>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy