Enum Class RoleClassServiceDeliveryLocation

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

public enum RoleClassServiceDeliveryLocation extends Enum<RoleClassServiceDeliveryLocation>

Java-Klasse für RoleClassServiceDeliveryLocation.

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

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