Uses of Enum
org.hl7.fhir.r4.model.Task.TaskIntent
-
Uses of Task.TaskIntent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Task.TaskIntent> Task.intent
Indicates the "level" of actionability associated with the Task, i.e.Modifier and TypeMethodDescriptionstatic Task.TaskIntent
Task.getIntent()
static Task.TaskIntent
Returns the enum constant of this type with the specified name.static Task.TaskIntent[]
Task.TaskIntent.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionTask.TaskIntentEnumFactory.fromType
(PrimitiveType<?> code) Task.getIntentElement()
Modifier and TypeMethodDescriptionTask.setIntent
(Task.TaskIntent value) Task.TaskIntentEnumFactory.toCode
(Task.TaskIntent code) Task.TaskIntentEnumFactory.toSystem
(Task.TaskIntent code)