Enum Class XActRelationshipPatientTransport

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

public enum XActRelationshipPatientTransport extends Enum<XActRelationshipPatientTransport>

Java-Klasse für x_ActRelationshipPatientTransport.

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

 <simpleType name="x_ActRelationshipPatientTransport">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="ARR"/>
     <enumeration value="DEP"/>
   </restriction>
 </simpleType>