Package org.hl7.v3

Enum Class ObservationEnvironmentalIntoleranceType

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

public enum ObservationEnvironmentalIntoleranceType extends Enum<ObservationEnvironmentalIntoleranceType>

Java class for ObservationEnvironmentalIntoleranceType.

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

 <simpleType name="ObservationEnvironmentalIntoleranceType">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="EINT"/>
     <enumeration value="EALG"/>
     <enumeration value="ENAINT"/>
   </restriction>
 </simpleType>