Uses of Enum
org.hl7.fhir.r4.model.Task.TaskPriority
-
Uses of Task.TaskPriority in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Task.TaskPriority> Task.priority
Indicates how quickly the Task should be addressed with respect to other requests.Modifier and TypeMethodDescriptionstatic Task.TaskPriority
Task.getPriority()
static Task.TaskPriority
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.Modifier and TypeMethodDescriptionTask.TaskPriorityEnumFactory.fromType
(PrimitiveType<?> code) Task.getPriorityElement()
Modifier and TypeMethodDescriptionTask.setPriority
(Task.TaskPriority value) Task.TaskPriorityEnumFactory.toCode
(Task.TaskPriority code) Task.TaskPriorityEnumFactory.toSystem
(Task.TaskPriority code)