Package org.hl7.v3

Enum Class AcknowledgementDetailNotSupportedCode

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

public enum AcknowledgementDetailNotSupportedCode extends Enum<AcknowledgementDetailNotSupportedCode>

Java class for AcknowledgementDetailNotSupportedCode.

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

 <simpleType name="AcknowledgementDetailNotSupportedCode">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="NS260"/>
     <enumeration value="NS261"/>
     <enumeration value="NS200"/>
     <enumeration value="NS250"/>
     <enumeration value="NS202"/>
     <enumeration value="NS203"/>
   </restriction>
 </simpleType>