Package org.hl7.v3

Enum Class ObservationInterpretationNormalityAlert

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

public enum ObservationInterpretationNormalityAlert extends Enum<ObservationInterpretationNormalityAlert>

Java class for ObservationInterpretationNormalityAlert.

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

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