edits.seer.internal.rules.Mets_at_DX_Other.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="Mets_at_DX_Other" name="Mets at DX-Other (SEER)" tag="N2136" java-path="lines.line" category="field"> <expression><![CDATA[return line.metsAtDxOther == null || Functions.matches(line.metsAtDxOther, /^[01289]$/)]]></expression> <message>Must be a valid Mets at DX-Other code: 0,1,2,8,9 or blank.</message> <description><![CDATA[Must be a valid Mets at DX-Other code: 0,1,2,8,9 or blank. Codes 0 None; no other metastases 1 Yes; distant metastases in known site(s) other than bone, brain, liver, lung or distant lymph nodes 2 Generalized metastases such as carcinomatosis 8 Not applicable 9 Unknown whether any other metastatic site. Not documented in patient record. blank]]></description> <history> <event version="SE16-015-01" user="kirbyk" date="2016-04-08" ref="67275">Edit created.</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> <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>