Uses of Enum
org.hl7.fhir.r5.model.Task.TaskIntent
Packages that use Task.TaskIntent
-
Uses of Task.TaskIntent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Task.TaskIntentModifier and TypeFieldDescriptionprotected Enumeration<Task.TaskIntent>Task.intentIndicates the "level" of actionability associated with the Task, i.e.Methods in org.hl7.fhir.r5.model that return Task.TaskIntentModifier and TypeMethodDescriptionstatic Task.TaskIntentTask.getIntent()static Task.TaskIntentReturns 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.Methods in org.hl7.fhir.r5.model that return types with arguments of type Task.TaskIntentMethods in org.hl7.fhir.r5.model with parameters of type Task.TaskIntentModifier and TypeMethodDescriptionTask.setIntent(Task.TaskIntent value) Task.TaskIntentEnumFactory.toCode(Task.TaskIntent code) Task.TaskIntentEnumFactory.toSystem(Task.TaskIntent code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Task.TaskIntentConstructors in org.hl7.fhir.r5.model with parameters of type Task.TaskIntent