Package org.hl7.v3

Enum Class RoleClassServiceDeliveryLocation

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

public enum RoleClassServiceDeliveryLocation extends Enum<RoleClassServiceDeliveryLocation>

Java class for RoleClassServiceDeliveryLocation.

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

 <simpleType name="RoleClassServiceDeliveryLocation">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="SDLOC"/>
     <enumeration value="DSDLOC"/>
     <enumeration value="ISDLOC"/>
   </restriction>
 </simpleType>