Package org.hl7.v3

Enum Class ObservationDrugIntoleranceType

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

public enum ObservationDrugIntoleranceType extends Enum<ObservationDrugIntoleranceType>

Java class for ObservationDrugIntoleranceType.

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

 <simpleType name="ObservationDrugIntoleranceType">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="DINT"/>
     <enumeration value="DALG"/>
     <enumeration value="DNAINT"/>
   </restriction>
 </simpleType>