public enum MedicationDispenseStatus extends Enum<MedicationDispenseStatus>
| Enum Constant and Description |
|---|
COMPLETED
All actions that are implied by the dispense have occurred.
|
ENTEREDINERROR
The dispense was entered in error and therefore nullified.
|
INPROGRESS
The dispense has started but has not yet completed.
|
NULL
added to help the parsers
|
ONHOLD
Actions implied by the administration have been temporarily halted, but are expected to continue later.
|
PREPARATION
The core event has not started yet, but some staging activities have begun (e.g.
|
STOPPED
Actions implied by the dispense have been permanently halted, before all of them occurred.
|
| Modifier and Type | Method and Description |
|---|---|
static MedicationDispenseStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static MedicationDispenseStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MedicationDispenseStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MedicationDispenseStatus PREPARATION
public static final MedicationDispenseStatus INPROGRESS
public static final MedicationDispenseStatus ONHOLD
public static final MedicationDispenseStatus COMPLETED
public static final MedicationDispenseStatus ENTEREDINERROR
public static final MedicationDispenseStatus STOPPED
public static final MedicationDispenseStatus NULL
public static MedicationDispenseStatus[] values()
for (MedicationDispenseStatus c : MedicationDispenseStatus.values()) System.out.println(c);
public static MedicationDispenseStatus 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 MedicationDispenseStatus fromCode(String codeString) throws FHIRException
FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2017 University Health Network. All rights reserved.