edits.seer.internal.rules.Lymph_vascular_invasion.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="Lymph_vascular_invasion" name="Lymphovascular Invasion (SEER)" tag="N4909" java-path="lines.line" category="field"> <expression><![CDATA[return line.lymphVascularInvasion == null || Functions.matches(line.lymphVascularInvasion, /^[0-489\s]$/)]]></expression> <message>LymphoVascular Invasion is not valid.</message> <description><![CDATA[Must be a valid Lymphovascular Invasion code or blank: 0: Lymphovascular Invasion stated as Not Present 1: Lymphovascular Invasion present/identified (NOT used for thyroid and adrenal) 2: Lymphatic and small vessel invasion only (L) OR Lymphatic invasion only (thyroid and adrenal only) 3: Venous (large vessel) invasion only (V) OR Angioinvasion (thyroid and adrenal gland only) 4: BOTH lymphatic and small vessel AND venous (large vessel) invasion OR BOTH Lymphatic AND angioinvasion (thyroid and adrenal only) 8: Not applicable 9: Unknown/Indeterminate/Not mentioned in pathology report]]></description> <history> <event version="SE12-002-01" user="murphyr" date="2010-01-07">Edit 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> <event version="SE18-018-01" user="schadega" date="2018-04-24" ref="67724">Added valid code values.</event> <event version="SE18-018-02" user="kirbyk" date="2018-06-25" ref="67939">Changed edit name.</event> <event version="SE18-018-06" user="kirbyk" date="2018-08-24" ref="68025">Changed 'Lymph-vascular Invasion' to 'Lymphovascular Invasion' in name and documentation.</event> <event version="SE21-021-03" user="kirbyk" date="2021-03-09" ref="68568">Edit tag changed.</event> <event version="SE22-022-01" user="secristc" date="2022-02-18" ref="68877">Updated description for Lymphovascular Invasion codes 1-4.</event> </history> </rule>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy