public enum Referralcategory extends Enum<Referralcategory>
| Enum Constant and Description |
|---|
NULL
added to help the parsers
|
PLAN
The referral request represents an intention by the author to make a referral, but no actual referral has yet been made/authorized.
|
PROPOSAL
The referral request represents a suggestion or recommendation that a referral be made.
|
REQUEST
This is an actual referral request which, when active, will have the authorizations needed to allow it to be actioned.
|
| Modifier and Type | Method and Description |
|---|---|
static Referralcategory |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Referralcategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Referralcategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Referralcategory PROPOSAL
public static final Referralcategory PLAN
public static final Referralcategory REQUEST
public static final Referralcategory NULL
public static Referralcategory[] values()
for (Referralcategory c : Referralcategory.values()) System.out.println(c);
public static Referralcategory 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 Referralcategory 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.