Package org.hl7.v3

Enum Class ConfidentialityByInfoType

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

public enum ConfidentialityByInfoType extends Enum<ConfidentialityByInfoType>

Java class for ConfidentialityByInfoType.

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

 <simpleType name="ConfidentialityByInfoType">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="HIV"/>
     <enumeration value="PSY"/>
     <enumeration value="SDV"/>
     <enumeration value="ETH"/>
   </restriction>
 </simpleType>