Package org.hl7.v3

Enum Class ObservationInterpretationChange

java.lang.Object
java.lang.Enum<ObservationInterpretationChange>
org.hl7.v3.ObservationInterpretationChange
All Implemented Interfaces:
Serializable, Comparable<ObservationInterpretationChange>, Constable

public enum ObservationInterpretationChange extends Enum<ObservationInterpretationChange>

Java class for ObservationInterpretationChange.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="ObservationInterpretationChange">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="B"/>
     <enumeration value="D"/>
     <enumeration value="U"/>
     <enumeration value="W"/>
   </restriction>
 </simpleType>