Package org.hl7.v3

Enum Class ObservationInterpretationNormalityLow

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

public enum ObservationInterpretationNormalityLow extends Enum<ObservationInterpretationNormalityLow>

Java class for ObservationInterpretationNormalityLow.

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

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