public static enum Slot.SlotStatus extends Enum<Slot.SlotStatus>
| Enum Constant and Description |
|---|
BUSY
Indicates that the time interval is busy because one or more events have been scheduled for that interval.
|
BUSYTENTATIVE
Indicates that the time interval is busy because one or more events have been tentatively scheduled for that interval.
|
BUSYUNAVAILABLE
Indicates that the time interval is busy and that the interval can not be scheduled.
|
FREE
Indicates that the time interval is free for scheduling.
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static Slot.SlotStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Slot.SlotStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Slot.SlotStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Slot.SlotStatus BUSY
public static final Slot.SlotStatus FREE
public static final Slot.SlotStatus BUSYUNAVAILABLE
public static final Slot.SlotStatus BUSYTENTATIVE
public static final Slot.SlotStatus NULL
public static Slot.SlotStatus[] values()
for (Slot.SlotStatus c : Slot.SlotStatus.values()) System.out.println(c);
public static Slot.SlotStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static Slot.SlotStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.