Uses of Enum
org.hl7.fhir.r4.model.Slot.SlotStatus
-
Uses of Slot.SlotStatus in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Slot.SlotStatus> Slot.status
busy | free | busy-unavailable | busy-tentative | entered-in-error.Modifier and TypeMethodDescriptionstatic Slot.SlotStatus
Slot.getStatus()
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.SlotStatusEnumFactory.fromType
(PrimitiveType<?> code) Slot.getStatusElement()
Modifier and TypeMethodDescriptionSlot.setStatus
(Slot.SlotStatus value) Slot.SlotStatusEnumFactory.toCode
(Slot.SlotStatus code) Slot.SlotStatusEnumFactory.toSystem
(Slot.SlotStatus code) ModifierConstructorDescriptionSlot
(Reference schedule, Enumeration<Slot.SlotStatus> status, InstantType start, InstantType end) Constructor