| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Slot.SlotStatus> |
Slot.status
busy | free | busy-unavailable | busy-tentative | entered-in-error.
|
| Modifier and Type | Method and Description |
|---|---|
static Slot.SlotStatus |
Slot.SlotStatus.fromCode(String codeString) |
Slot.SlotStatus |
Slot.SlotStatusEnumFactory.fromCode(String codeString) |
Slot.SlotStatus |
Slot.getStatus() |
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.getStatusElement() |
| Modifier and Type | Method and Description |
|---|---|
Slot |
Slot.setStatus(Slot.SlotStatus value) |
String |
Slot.SlotStatusEnumFactory.toCode(Slot.SlotStatus code) |
String |
Slot.SlotStatusEnumFactory.toSystem(Slot.SlotStatus code) |
| Modifier and Type | Method and Description |
|---|---|
Slot |
Slot.setStatusElement(Enumeration<Slot.SlotStatus> value) |
| Constructor and Description |
|---|
Slot(Reference schedule,
Enumeration<Slot.SlotStatus> status,
InstantType start,
InstantType end)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.