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