public enum MedicationRequestPriority extends Enum<MedicationRequestPriority>
| Enum Constant and Description |
|---|
ASAP
The order should be acted on as soon as possible.
|
NULL
added to help the parsers
|
ROUTINE
The order has a normal priority .
|
STAT
The order is time-critical.
|
URGENT
The order should be urgently.
|
| Modifier and Type | Method and Description |
|---|---|
static MedicationRequestPriority |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static MedicationRequestPriority |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MedicationRequestPriority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MedicationRequestPriority ROUTINE
public static final MedicationRequestPriority URGENT
public static final MedicationRequestPriority STAT
public static final MedicationRequestPriority ASAP
public static final MedicationRequestPriority NULL
public static MedicationRequestPriority[] values()
for (MedicationRequestPriority c : MedicationRequestPriority.values()) System.out.println(c);
public static MedicationRequestPriority 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 MedicationRequestPriority 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.