Enum Class ParticipationPhysicalPerformer

java.lang.Object
java.lang.Enum<ParticipationPhysicalPerformer>
org.projecthusky.common.hl7cdar2.ParticipationPhysicalPerformer
All Implemented Interfaces:
Serializable, Comparable<ParticipationPhysicalPerformer>, Constable

public enum ParticipationPhysicalPerformer extends Enum<ParticipationPhysicalPerformer>

Java-Klasse für ParticipationPhysicalPerformer.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

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