Uses of Class
com.ibm.fhir.model.resource.PlanDefinition.Action.DynamicValue
-
Packages that use PlanDefinition.Action.DynamicValue Package Description com.ibm.fhir.model.resource -
-
Uses of PlanDefinition.Action.DynamicValue in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return PlanDefinition.Action.DynamicValue Modifier and Type Method Description PlanDefinition.Action.DynamicValuePlanDefinition.Action.DynamicValue.Builder. build()Build thePlanDefinition.Action.DynamicValueMethods in com.ibm.fhir.model.resource that return types with arguments of type PlanDefinition.Action.DynamicValue Modifier and Type Method Description List<PlanDefinition.Action.DynamicValue>PlanDefinition.Action. getDynamicValue()Customizations that should be applied to the statically defined resource.Methods in com.ibm.fhir.model.resource with parameters of type PlanDefinition.Action.DynamicValue Modifier and Type Method Description PlanDefinition.Action.BuilderPlanDefinition.Action.Builder. dynamicValue(PlanDefinition.Action.DynamicValue... dynamicValue)Customizations that should be applied to the statically defined resource.protected PlanDefinition.Action.DynamicValue.BuilderPlanDefinition.Action.DynamicValue.Builder. from(PlanDefinition.Action.DynamicValue dynamicValue)protected voidPlanDefinition.Action.DynamicValue.Builder. validate(PlanDefinition.Action.DynamicValue dynamicValue)Method parameters in com.ibm.fhir.model.resource with type arguments of type PlanDefinition.Action.DynamicValue Modifier and Type Method Description PlanDefinition.Action.BuilderPlanDefinition.Action.Builder. dynamicValue(Collection<PlanDefinition.Action.DynamicValue> dynamicValue)Customizations that should be applied to the statically defined resource.
-