Uses of Class
org.hl7.fhir.r4.model.Task.TaskStatus
-
Packages that use Task.TaskStatus Package Description org.hl7.fhir.r4.model -
-
Uses of Task.TaskStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Task.TaskStatus Modifier and Type Field Description protected Enumeration<Task.TaskStatus>Task. statusThe current status of the task.Methods in org.hl7.fhir.r4.model that return Task.TaskStatus Modifier and Type Method Description static Task.TaskStatusTask.TaskStatus. fromCode(String codeString)Task.TaskStatusTask.TaskStatusEnumFactory. fromCode(String codeString)Task.TaskStatusTask. getStatus()static Task.TaskStatusTask.TaskStatus. valueOf(String name)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.Methods in org.hl7.fhir.r4.model that return types with arguments of type Task.TaskStatus Modifier and Type Method Description Enumeration<Task.TaskStatus>Task.TaskStatusEnumFactory. fromType(Base code)Enumeration<Task.TaskStatus>Task. getStatusElement()Methods in org.hl7.fhir.r4.model with parameters of type Task.TaskStatus Modifier and Type Method Description TaskTask. setStatus(Task.TaskStatus value)StringTask.TaskStatusEnumFactory. toCode(Task.TaskStatus code)StringTask.TaskStatusEnumFactory. toSystem(Task.TaskStatus code)Method parameters in org.hl7.fhir.r4.model with type arguments of type Task.TaskStatus Modifier and Type Method Description TaskTask. setStatusElement(Enumeration<Task.TaskStatus> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type Task.TaskStatus Constructor Description Task(Enumeration<Task.TaskStatus> status, Enumeration<Task.TaskIntent> intent)Constructor
-