public static enum ReferralRequest.ReferralStatus extends Enum<ReferralRequest.ReferralStatus>
| Enum Constant and Description |
|---|
ACTIVE
The referral is complete and is ready for fulfillment.
|
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.
|
ENTEREDINERROR
This referral record should never have existed, though it's possible some degree of real-world activity or decisions may have been taken due to its existence
|
NULL
added to help the parsers
|
| 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 ACTIVE
public static final ReferralRequest.ReferralStatus CANCELLED
public static final ReferralRequest.ReferralStatus COMPLETED
public static final ReferralRequest.ReferralStatus ENTEREDINERROR
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.