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