Uses of Enum
org.hl7.fhir.r4.model.Task.TaskStatus
-
Uses of Task.TaskStatus in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Task.TaskStatus> Task.status
The current status of the task.Modifier and TypeMethodDescriptionstatic Task.TaskStatus
Task.getStatus()
static Task.TaskStatus
Returns the enum constant of this type with the specified name.static Task.TaskStatus[]
Task.TaskStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionTask.TaskStatusEnumFactory.fromType
(PrimitiveType<?> code) Task.getStatusElement()
Modifier and TypeMethodDescriptionTask.setStatus
(Task.TaskStatus value) Task.TaskStatusEnumFactory.toCode
(Task.TaskStatus code) Task.TaskStatusEnumFactory.toSystem
(Task.TaskStatus code) ModifierConstructorDescriptionTask
(Enumeration<Task.TaskStatus> status, Enumeration<Task.TaskIntent> intent) Constructor