Uses of Class
com.ibm.fhir.model.type.code.TaskIntent
-
Packages that use TaskIntent Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of TaskIntent in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return TaskIntent Modifier and Type Method Description TaskIntentTask. getIntent()Indicates the "level" of actionability associated with the Task, i.e.Methods in com.ibm.fhir.model.resource with parameters of type TaskIntent Modifier and Type Method Description Task.BuilderTask.Builder. intent(TaskIntent intent)Indicates the "level" of actionability associated with the Task, i.e. -
Uses of TaskIntent in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as TaskIntent Modifier and Type Field Description static TaskIntentTaskIntent. FILLER_ORDERstatic TaskIntentTaskIntent. INSTANCE_ORDERstatic TaskIntentTaskIntent. OPTIONstatic TaskIntentTaskIntent. ORDERstatic TaskIntentTaskIntent. ORIGINAL_ORDERstatic TaskIntentTaskIntent. PLANstatic TaskIntentTaskIntent. PROPOSALstatic TaskIntentTaskIntent. REFLEX_ORDERstatic TaskIntentTaskIntent. UNKNOWNUnknownMethods in com.ibm.fhir.model.type.code that return TaskIntent Modifier and Type Method Description TaskIntentTaskIntent.Builder. build()static TaskIntentTaskIntent. of(TaskIntent.ValueSet value)Factory method for creating TaskIntent objects from a passed enum value.static TaskIntentTaskIntent. of(String value)Factory method for creating TaskIntent objects from a passed string value.
-