Package org.hl7.v3

Enum Class ObservationNonAllergyIntoleranceType

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

public enum ObservationNonAllergyIntoleranceType extends Enum<ObservationNonAllergyIntoleranceType>

Java class for ObservationNonAllergyIntoleranceType.

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

 <simpleType name="ObservationNonAllergyIntoleranceType">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="NAINT"/>
     <enumeration value="DNAINT"/>
     <enumeration value="ENAINT"/>
     <enumeration value="FNAINT"/>
   </restriction>
 </simpleType>