Uses of Class
org.hl7.fhir.r4.model.Task.TaskIntent
-
Packages that use Task.TaskIntent Package Description org.hl7.fhir.r4.model -
-
Uses of Task.TaskIntent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Task.TaskIntent Modifier and Type Field Description protected Enumeration<Task.TaskIntent>Task. intentIndicates the "level" of actionability associated with the Task, i.e.Methods in org.hl7.fhir.r4.model that return Task.TaskIntent Modifier and Type Method Description static Task.TaskIntentTask.TaskIntent. fromCode(String codeString)Task.TaskIntentTask.TaskIntentEnumFactory. fromCode(String codeString)Task.TaskIntentTask. getIntent()static Task.TaskIntentTask.TaskIntent. valueOf(String name)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.Methods in org.hl7.fhir.r4.model that return types with arguments of type Task.TaskIntent Modifier and Type Method Description Enumeration<Task.TaskIntent>Task.TaskIntentEnumFactory. fromType(Base code)Enumeration<Task.TaskIntent>Task. getIntentElement()Methods in org.hl7.fhir.r4.model with parameters of type Task.TaskIntent Modifier and Type Method Description TaskTask. setIntent(Task.TaskIntent value)StringTask.TaskIntentEnumFactory. toCode(Task.TaskIntent code)StringTask.TaskIntentEnumFactory. toSystem(Task.TaskIntent code)Method parameters in org.hl7.fhir.r4.model with type arguments of type Task.TaskIntent Modifier and Type Method Description TaskTask. setIntentElement(Enumeration<Task.TaskIntent> value)
-