Package org.hl7.v3

Enum Class IncidentalServiceDeliveryLocationRoleType

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

public enum IncidentalServiceDeliveryLocationRoleType extends Enum<IncidentalServiceDeliveryLocationRoleType>

Java class for IncidentalServiceDeliveryLocationRoleType.

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

 <simpleType name="IncidentalServiceDeliveryLocationRoleType">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="COMM"/>
     <enumeration value="PTRES"/>
     <enumeration value="ACC"/>
     <enumeration value="SCHOOL"/>
     <enumeration value="WORK"/>
   </restriction>
 </simpleType>