edits.seer.internal.rules.CS_Mets_at_DX_Brain.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="CS_Mets_at_DX_Brain" name="CS Mets at DX-Brain (CS)" tag="N0988" java-path="lines.line" category="field"> <expression><![CDATA[return line.csMetsAtDxBrain == null || Functions.matches(line.csMetsAtDxBrain, /^[0189]$/)]]></expression> <message>CS Mets at DX-Brain is not valid.</message> <description><![CDATA[Must be a valid CS Mets at DX-Brain[2852] code: 0 (none: no brain metastases), 1 (yes), 8 (not applicable), 9 (unknown whether brain is involved metastatic site) or blank.]]></description> <history> <event version="SE12-002-01" user="murphyr" date="2010-01-07">Edit added.</event> <event version="SE13-009-01" user="murphyr" date="2013-01-17" ref="66828">Changed allowable codes to just 0, 1, 8, 9 and blank.</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>