Package org.hl7.v3

Enum Class ParticipationPhysicalPerformer

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

public enum ParticipationPhysicalPerformer extends Enum<ParticipationPhysicalPerformer>

Java class for ParticipationPhysicalPerformer.

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

 <simpleType name="ParticipationPhysicalPerformer">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="PRF"/>
     <enumeration value="DIST"/>
     <enumeration value="PPRF"/>
     <enumeration value="SPRF"/>
   </restriction>
 </simpleType>