Uses of Class
org.hl7.fhir.r4.model.Task.TaskPriority
-
Packages that use Task.TaskPriority Package Description org.hl7.fhir.r4.model -
-
Uses of Task.TaskPriority in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Task.TaskPriority Modifier and Type Field Description protected Enumeration<Task.TaskPriority>Task. priorityIndicates how quickly the Task should be addressed with respect to other requests.Methods in org.hl7.fhir.r4.model that return Task.TaskPriority Modifier and Type Method Description static Task.TaskPriorityTask.TaskPriority. fromCode(String codeString)Task.TaskPriorityTask.TaskPriorityEnumFactory. fromCode(String codeString)Task.TaskPriorityTask. getPriority()static Task.TaskPriorityTask.TaskPriority. valueOf(String name)Returns the enum constant of this type with the specified name.static Task.TaskPriority[]Task.TaskPriority. 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.TaskPriority Modifier and Type Method Description Enumeration<Task.TaskPriority>Task.TaskPriorityEnumFactory. fromType(Base code)Enumeration<Task.TaskPriority>Task. getPriorityElement()Methods in org.hl7.fhir.r4.model with parameters of type Task.TaskPriority Modifier and Type Method Description TaskTask. setPriority(Task.TaskPriority value)StringTask.TaskPriorityEnumFactory. toCode(Task.TaskPriority code)StringTask.TaskPriorityEnumFactory. toSystem(Task.TaskPriority code)Method parameters in org.hl7.fhir.r4.model with type arguments of type Task.TaskPriority Modifier and Type Method Description TaskTask. setPriorityElement(Enumeration<Task.TaskPriority> value)
-