Package org.hl7.v3

Enum Class XActRelationshipPatientTransport

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

public enum XActRelationshipPatientTransport extends Enum<XActRelationshipPatientTransport>

Java class for x_ActRelationshipPatientTransport.

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

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