public enum TaskCode extends Enum<TaskCode>
| Enum Constant and Description |
|---|
ABORT
Abort, cancel or withdraw the focal resource, as appropriate for the type of resource.
|
APPROVE
Take what actions are needed to transition the focus resource from 'draft' to 'active' or 'in-progress', as appropriate for the resource type.
|
CHANGE
Update the focal resource of the owning system to reflect the content specified as the Task.focus
|
FULFILL
Act to perform the actions defined in the focus request.
|
NULL
added to help the parsers
|
REPLACE
Replace the focal resource with the specified input resource
|
RESUME
Transition the focal resource from 'suspended' to 'active' or 'in-progress' as appropriate for the resource type.
|
SUSPEND
Transition the focal resource from 'active' or 'in-progress' to 'suspended'
|
| Modifier and Type | Method and Description |
|---|---|
static TaskCode |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static TaskCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskCode APPROVE
public static final TaskCode FULFILL
public static final TaskCode ABORT
public static final TaskCode REPLACE
public static final TaskCode CHANGE
public static final TaskCode SUSPEND
public static final TaskCode RESUME
public static TaskCode[] values()
for (TaskCode c : TaskCode.values()) System.out.println(c);
public static TaskCode 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 TaskCode fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.