public enum TaskPerformerType extends Enum<TaskPerformerType>
| Enum Constant and Description |
|---|
ACQUIRER
A workflow participant that acquires resources (specimens, images, etc.) necessary to perform the task.
|
DISPATCHER
A workflow participant that dispatches services (assigns another task to a participant).
|
MANAGER
A workflow participant that manages task activity.
|
MONITOR
A workflow participant that monitors task activity.
|
NULL
added to help the parsers
|
PERFORMER
A workflow participant that performs services.
|
REQUESTER
A workflow participant that requests services.
|
REVIEWER
A workflow participant that reviews task inputs or outputs.
|
SCHEDULER
A workflow participant that schedules (dispatches and sets the time or date for performance of) services.
|
| Modifier and Type | Method and Description |
|---|---|
static TaskPerformerType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static TaskPerformerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskPerformerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskPerformerType REQUESTER
public static final TaskPerformerType DISPATCHER
public static final TaskPerformerType SCHEDULER
public static final TaskPerformerType PERFORMER
public static final TaskPerformerType MONITOR
public static final TaskPerformerType MANAGER
public static final TaskPerformerType ACQUIRER
public static final TaskPerformerType REVIEWER
public static final TaskPerformerType NULL
public static TaskPerformerType[] values()
for (TaskPerformerType c : TaskPerformerType.values()) System.out.println(c);
public static TaskPerformerType 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 TaskPerformerType 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.