public static enum ReferralRequest.ReferralStatus extends Enum<ReferralRequest.ReferralStatus>
| Enum Constant and Description |
|---|
ACCEPTED
The recipient has agreed to deliver the care requested by the referral.
|
ACTIVE
The referral has been acknowledged by the recipient, and is in the process of being actioned.
|
CANCELLED
The referral has been cancelled without being completed.
|
COMPLETED
The referral has been completely actioned.
|
DRAFT
A draft referral that has yet to be send.
|
NULL
added to help the parsers
|
REJECTED
The recipient has declined to accept the referral.
|
REQUESTED
The referral has been transmitted, but not yet acknowledged by the recipient.
|
| Modifier and Type | Method and Description |
|---|---|
static ReferralRequest.ReferralStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ReferralRequest.ReferralStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferralRequest.ReferralStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReferralRequest.ReferralStatus DRAFT
public static final ReferralRequest.ReferralStatus REQUESTED
public static final ReferralRequest.ReferralStatus ACTIVE
public static final ReferralRequest.ReferralStatus CANCELLED
public static final ReferralRequest.ReferralStatus ACCEPTED
public static final ReferralRequest.ReferralStatus REJECTED
public static final ReferralRequest.ReferralStatus COMPLETED
public static final ReferralRequest.ReferralStatus NULL
public static ReferralRequest.ReferralStatus[] values()
for (ReferralRequest.ReferralStatus c : ReferralRequest.ReferralStatus.values()) System.out.println(c);
public static ReferralRequest.ReferralStatus 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.ReferralStatus 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.