
edits.seer.internal.rules.ICD-O-3_Conversion_Flag.xml Maven / Gradle / Ivy
<rule id="ICD-O-3_Conversion_Flag" name="ICD-O-3 Conversion Flag (NAACCR)" tag="N0487" java-path="lines.line" category="field"> <expression><![CDATA[return line.icdO3ConversionFlag == null || Functions.matches(line.icdO3ConversionFlag, /^[013\s]$/)]]></expression> <message>ICD-O-3 Conversion flag is not valid.</message> <description><![CDATA[Valid codes for ICD-O-3 Conversion flag[2116] are 0,1,3 or blank. 0 = Morphology originally coded in ICD-O-3 1 = Morphology converted without review 3 = Morphology converted with review]]></description> <history> <event version="SE11-001-20" user="greend" date="2006-01-19">Valid values were changed from 0-4 and blank to 0,1,3 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>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy