public enum ReferralRequestStatus extends Enum<ReferralRequestStatus>
| 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 ReferralRequestStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ReferralRequestStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferralRequestStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReferralRequestStatus DRAFT
public static final ReferralRequestStatus ACTIVE
public static final ReferralRequestStatus CANCELLED
public static final ReferralRequestStatus COMPLETED
public static final ReferralRequestStatus ENTEREDINERROR
public static final ReferralRequestStatus NULL
public static ReferralRequestStatus[] values()
for (ReferralRequestStatus c : ReferralRequestStatus.values()) System.out.println(c);
public static ReferralRequestStatus 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 ReferralRequestStatus 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.