public enum DiagnosticOrderPriorityEnum extends Enum<DiagnosticOrderPriorityEnum>
Enum Constant and Description |
---|
ASAP
Display: ASAP
Code Value: asap The order should be acted on as soon as possible. |
ROUTINE
Display: Routine
Code Value: routine The order has a normal priority . |
STAT
Display: Stat
Code Value: stat The order is time-critical. |
URGENT
Display: Urgent
Code Value: urgent The order should be urgently. |
Modifier and Type | Field and Description |
---|---|
static IValueSetEnumBinder<DiagnosticOrderPriorityEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
DiagnosticOrderPriority
|
Modifier and Type | Method and Description |
---|---|
static DiagnosticOrderPriorityEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static DiagnosticOrderPriorityEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiagnosticOrderPriorityEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiagnosticOrderPriorityEnum ROUTINE
public static final DiagnosticOrderPriorityEnum URGENT
public static final DiagnosticOrderPriorityEnum STAT
public static final DiagnosticOrderPriorityEnum ASAP
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<DiagnosticOrderPriorityEnum> VALUESET_BINDER
public static DiagnosticOrderPriorityEnum[] values()
for (DiagnosticOrderPriorityEnum c : DiagnosticOrderPriorityEnum.values()) System.out.println(c);
public static DiagnosticOrderPriorityEnum 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 String getCode()
public String getSystem()
public static DiagnosticOrderPriorityEnum forCode(String theCode)
Copyright © 2014–2019 University Health Network. All rights reserved.