public enum Slotstatus extends Enum<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 cannot be scheduled.
|
ENTEREDINERROR
This instance should not have been part of this patient's medical record.
|
FREE
Indicates that the time interval is free for scheduling.
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static Slotstatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Slotstatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Slotstatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Slotstatus BUSY
public static final Slotstatus FREE
public static final Slotstatus BUSYUNAVAILABLE
public static final Slotstatus BUSYTENTATIVE
public static final Slotstatus ENTEREDINERROR
public static final Slotstatus NULL
public static Slotstatus[] values()
for (Slotstatus c : Slotstatus.values()) System.out.println(c);
public static 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 Slotstatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.