Uses of Class
com.ibm.fhir.model.type.code.ActionPrecheckBehavior
-
Packages that use ActionPrecheckBehavior Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of ActionPrecheckBehavior in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ActionPrecheckBehavior Modifier and Type Method Description ActionPrecheckBehaviorPlanDefinition.Action. getPrecheckBehavior()Defines whether the action should usually be preselected.ActionPrecheckBehaviorRequestGroup.Action. getPrecheckBehavior()Defines whether the action should usually be preselected.Methods in com.ibm.fhir.model.resource with parameters of type ActionPrecheckBehavior Modifier and Type Method Description PlanDefinition.Action.BuilderPlanDefinition.Action.Builder. precheckBehavior(ActionPrecheckBehavior precheckBehavior)Defines whether the action should usually be preselected.RequestGroup.Action.BuilderRequestGroup.Action.Builder. precheckBehavior(ActionPrecheckBehavior precheckBehavior)Defines whether the action should usually be preselected. -
Uses of ActionPrecheckBehavior in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as ActionPrecheckBehavior Modifier and Type Field Description static ActionPrecheckBehaviorActionPrecheckBehavior. NONostatic ActionPrecheckBehaviorActionPrecheckBehavior. YESYesMethods in com.ibm.fhir.model.type.code that return ActionPrecheckBehavior Modifier and Type Method Description ActionPrecheckBehaviorActionPrecheckBehavior.Builder. build()static ActionPrecheckBehaviorActionPrecheckBehavior. of(ActionPrecheckBehavior.ValueSet value)Factory method for creating ActionPrecheckBehavior objects from a passed enum value.static ActionPrecheckBehaviorActionPrecheckBehavior. of(String value)Factory method for creating ActionPrecheckBehavior objects from a passed string value.
-