public enum TaskStage extends Enum<TaskStage>
| Enum Constant and Description |
|---|
ACTIONABLE
Indicates that the task is authorized and ready to be actioned
|
NULL
added to help the parsers
|
PLANNED
The request has a specific intention to be performed and may be scheduled but is not yet authorized to be performed
|
PROPOSAL
The request is a recommendation or suggestion where there has not yet been any commitment to action
|
| Modifier and Type | Method and Description |
|---|---|
static TaskStage |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static TaskStage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskStage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskStage PROPOSAL
public static final TaskStage PLANNED
public static final TaskStage ACTIONABLE
public static TaskStage[] values()
for (TaskStage c : TaskStage.values()) System.out.println(c);
public static TaskStage 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 TaskStage 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.