| Package | Description |
|---|---|
| org.hl7.fhir.instance.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Slot.SlotStatus> |
Slot.freeBusyType
busy | free | busy-unavailable | busy-tentative.
|
| Modifier and Type | Method and Description |
|---|---|
static Slot.SlotStatus |
Slot.SlotStatus.fromCode(String codeString) |
Slot.SlotStatus |
Slot.SlotStatusEnumFactory.fromCode(String codeString) |
Slot.SlotStatus |
Slot.getFreeBusyType() |
static Slot.SlotStatus |
Slot.SlotStatus.valueOf(String name)
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 Type | Method and Description |
|---|---|
Enumeration<Slot.SlotStatus> |
Slot.SlotStatusEnumFactory.fromType(Base code) |
Enumeration<Slot.SlotStatus> |
Slot.getFreeBusyTypeElement() |
| Modifier and Type | Method and Description |
|---|---|
Slot |
Slot.setFreeBusyType(Slot.SlotStatus value) |
String |
Slot.SlotStatusEnumFactory.toCode(Slot.SlotStatus code) |
| Modifier and Type | Method and Description |
|---|---|
Slot |
Slot.setFreeBusyTypeElement(Enumeration<Slot.SlotStatus> value) |
| Constructor and Description |
|---|
Slot(Reference schedule,
Enumeration<Slot.SlotStatus> freeBusyType,
InstantType start,
InstantType end) |
Copyright © 2014–2018 University Health Network. All rights reserved.