Package org.hl7.v3

Enum Class ObservationInterpretationOustsideThreshold

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

public enum ObservationInterpretationOustsideThreshold extends Enum<ObservationInterpretationOustsideThreshold>

Java class for ObservationInterpretationOustsideThreshold.

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

 <simpleType name="ObservationInterpretationOustsideThreshold">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="EX"/>
     <enumeration value="HX"/>
     <enumeration value="LX"/>
   </restriction>
 </simpleType>