Package org.hl7.v3

Enum Class ParticipationModeVerbal

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

public enum ParticipationModeVerbal extends Enum<ParticipationModeVerbal>

Java class for ParticipationModeVerbal.

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

 <simpleType name="ParticipationModeVerbal">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="VERBAL"/>
     <enumeration value="DICTATE"/>
     <enumeration value="FACE"/>
     <enumeration value="PHONE"/>
     <enumeration value="VIDEOCONF"/>
   </restriction>
 </simpleType>