Package org.hl7.v3

Enum Class ParticipationInformationTranscriber

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

public enum ParticipationInformationTranscriber extends Enum<ParticipationInformationTranscriber>

Java class for ParticipationInformationTranscriber.

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

 <simpleType name="ParticipationInformationTranscriber">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="TRANS"/>
     <enumeration value="ENT"/>
   </restriction>
 </simpleType>