public enum MedicationRequestStatus extends Enum<MedicationRequestStatus>
| Enum Constant and Description |
|---|
ACTIVE
The prescription is 'actionable', but not all actions that are implied by it have occurred yet.
|
CANCELLED
The prescription has been withdrawn.
|
COMPLETED
All actions that are implied by the prescription have occurred.
|
DRAFT
The prescription is not yet 'actionable', i.e.
|
ENTEREDINERROR
The prescription was entered in error.
|
NULL
added to help the parsers
|
ONHOLD
Actions implied by the prescription are to be temporarily halted, but are expected to continue later.
|
STOPPED
Actions implied by the prescription are to be permanently halted, before all of them occurred.
|
UNKNOWN
The authoring system does not know which of the status values currently applies for this request
|
| Modifier and Type | Method and Description |
|---|---|
static MedicationRequestStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static MedicationRequestStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MedicationRequestStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MedicationRequestStatus ACTIVE
public static final MedicationRequestStatus ONHOLD
public static final MedicationRequestStatus CANCELLED
public static final MedicationRequestStatus COMPLETED
public static final MedicationRequestStatus ENTEREDINERROR
public static final MedicationRequestStatus STOPPED
public static final MedicationRequestStatus DRAFT
public static final MedicationRequestStatus UNKNOWN
public static final MedicationRequestStatus NULL
public static MedicationRequestStatus[] values()
for (MedicationRequestStatus c : MedicationRequestStatus.values()) System.out.println(c);
public static MedicationRequestStatus 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 MedicationRequestStatus fromCode(String codeString) throws FHIRException
FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2017 University Health Network. All rights reserved.