
Uses of Enum
org.hl7.fhir.dstu2.model.Slot.SlotStatus
Packages that use Slot.SlotStatus
-
Uses of Slot.SlotStatus in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Slot.SlotStatusModifier and TypeFieldDescriptionprotected Enumeration
<Slot.SlotStatus> Slot.freeBusyType
busy | free | busy-unavailable | busy-tentative.Methods in org.hl7.fhir.dstu2.model that return Slot.SlotStatusModifier 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.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Slot.SlotStatusMethods in org.hl7.fhir.dstu2.model with parameters of type Slot.SlotStatusModifier and TypeMethodDescriptionSlot.setFreeBusyType
(Slot.SlotStatus value) Slot.SlotStatusEnumFactory.toCode
(Slot.SlotStatus code) Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Slot.SlotStatusModifier and TypeMethodDescriptionSlot.setFreeBusyTypeElement
(Enumeration<Slot.SlotStatus> value) Constructor parameters in org.hl7.fhir.dstu2.model with type arguments of type Slot.SlotStatusModifierConstructorDescriptionSlot
(Reference schedule, Enumeration<Slot.SlotStatus> freeBusyType, InstantType start, InstantType end)