Uses of Enum
org.hl7.fhir.r4.model.Task.TaskStatus
Packages that use Task.TaskStatus
-
Uses of Task.TaskStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Task.TaskStatusModifier and TypeFieldDescriptionprotected Enumeration<Task.TaskStatus>Task.statusThe current status of the task.Methods in org.hl7.fhir.r4.model that return Task.TaskStatusModifier and TypeMethodDescriptionstatic Task.TaskStatusTask.getStatus()static Task.TaskStatusReturns 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.Methods in org.hl7.fhir.r4.model that return types with arguments of type Task.TaskStatusMethods in org.hl7.fhir.r4.model with parameters of type Task.TaskStatusModifier and TypeMethodDescriptionTask.setStatus(Task.TaskStatus value) Task.TaskStatusEnumFactory.toCode(Task.TaskStatus code) Task.TaskStatusEnumFactory.toSystem(Task.TaskStatus code) Method parameters in org.hl7.fhir.r4.model with type arguments of type Task.TaskStatusConstructor parameters in org.hl7.fhir.r4.model with type arguments of type Task.TaskStatusModifierConstructorDescriptionTask(Enumeration<Task.TaskStatus> status, Enumeration<Task.TaskIntent> intent) Constructor