Package org.hl7.v3

Enum Class ObservationInterpretationNormalityHigh

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

public enum ObservationInterpretationNormalityHigh extends Enum<ObservationInterpretationNormalityHigh>

Java class for ObservationInterpretationNormalityHigh.

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

 <simpleType name="ObservationInterpretationNormalityHigh">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="H"/>
     <enumeration value="HH"/>
   </restriction>
 </simpleType>