public static enum ReferralRequest.ReferralPriority extends Enum<ReferralRequest.ReferralPriority>
| 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 ReferralRequest.ReferralPriority |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ReferralRequest.ReferralPriority |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferralRequest.ReferralPriority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReferralRequest.ReferralPriority ROUTINE
public static final ReferralRequest.ReferralPriority URGENT
public static final ReferralRequest.ReferralPriority ASAP
public static final ReferralRequest.ReferralPriority STAT
public static final ReferralRequest.ReferralPriority NULL
public static ReferralRequest.ReferralPriority[] values()
for (ReferralRequest.ReferralPriority c : ReferralRequest.ReferralPriority.values()) System.out.println(c);
public static ReferralRequest.ReferralPriority 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 ReferralRequest.ReferralPriority fromCode(String codeString) throws FHIRException
FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2017 University Health Network. All rights reserved.