public static enum ProcedureRequest.ProcedureRequestPriority extends Enum<ProcedureRequest.ProcedureRequestPriority>
| Enum Constant and Description |
|---|
ASAP
The request should be actioned as soon as possible - higher priority than urgent
|
NULL
added to help the parsers with the generic types
|
ROUTINE
The request has normal priority
|
STAT
The request should be actioned immediately - highest possible priority.
|
URGENT
The request should be actioned promptly - higher priority than routine
|
| Modifier and Type | Method and Description |
|---|---|
static ProcedureRequest.ProcedureRequestPriority |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ProcedureRequest.ProcedureRequestPriority |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcedureRequest.ProcedureRequestPriority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcedureRequest.ProcedureRequestPriority ROUTINE
public static final ProcedureRequest.ProcedureRequestPriority URGENT
public static final ProcedureRequest.ProcedureRequestPriority ASAP
public static final ProcedureRequest.ProcedureRequestPriority STAT
public static final ProcedureRequest.ProcedureRequestPriority NULL
public static ProcedureRequest.ProcedureRequestPriority[] values()
for (ProcedureRequest.ProcedureRequestPriority c : ProcedureRequest.ProcedureRequestPriority.values()) System.out.println(c);
public static ProcedureRequest.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 ProcedureRequest.ProcedureRequestPriority fromCode(String codeString) throws FHIRException
FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2017 University Health Network. All rights reserved.