Package org.hl7.v3

Enum Class ActInformationCategoryCode

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

public enum ActInformationCategoryCode extends Enum<ActInformationCategoryCode>

Java class for ActInformationCategoryCode.

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

 <simpleType name="ActInformationCategoryCode">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="ALLGCAT"/>
     <enumeration value="COBSCAT"/>
     <enumeration value="DEMOCAT"/>
     <enumeration value="DICAT"/>
     <enumeration value="IMMUCAT"/>
     <enumeration value="LABCAT"/>
     <enumeration value="MEDCCAT"/>
     <enumeration value="RXCAT"/>
     <enumeration value="PSVCCAT"/>
   </restriction>
 </simpleType>