Package org.hl7.v3

Enum Class ActInformationAccessContextCode

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

public enum ActInformationAccessContextCode extends Enum<ActInformationAccessContextCode>

Java class for ActInformationAccessContextCode.

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

 <simpleType name="ActInformationAccessContextCode">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="INFCON"/>
     <enumeration value="INFDNG"/>
     <enumeration value="INFPWR"/>
     <enumeration value="INFEMER"/>
     <enumeration value="INFCRT"/>
   </restriction>
 </simpleType>