Uses of Enum
org.hl7.fhir.dstu2.model.Slot.SlotStatus
-
Uses of Slot.SlotStatus in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Slot.SlotStatus> Slot.freeBusyType
busy | free | busy-unavailable | busy-tentative.Modifier and TypeMethodDescriptionstatic Slot.SlotStatus
Slot.getFreeBusyType()
static Slot.SlotStatus
Returns the enum constant of this type with the specified name.static Slot.SlotStatus[]
Slot.SlotStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionSlot.setFreeBusyType
(Slot.SlotStatus value) Slot.SlotStatusEnumFactory.toCode
(Slot.SlotStatus code) Modifier and TypeMethodDescriptionSlot.setFreeBusyTypeElement
(Enumeration<Slot.SlotStatus> value) ModifierConstructorDescriptionSlot
(Reference schedule, Enumeration<Slot.SlotStatus> freeBusyType, InstantType start, InstantType end)