Uses of Class
org.linuxforhealth.fhir.model.resource.ActivityDefinition.DynamicValue
-
Packages that use ActivityDefinition.DynamicValue Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of ActivityDefinition.DynamicValue in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return ActivityDefinition.DynamicValue Modifier and Type Method Description ActivityDefinition.DynamicValue
ActivityDefinition.DynamicValue.Builder. build()
Build theActivityDefinition.DynamicValue
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type ActivityDefinition.DynamicValue Modifier and Type Method Description java.util.List<ActivityDefinition.DynamicValue>
ActivityDefinition. getDynamicValue()
Dynamic values that will be evaluated to produce values for elements of the resulting resource.Methods in org.linuxforhealth.fhir.model.resource with parameters of type ActivityDefinition.DynamicValue Modifier and Type Method Description ActivityDefinition.Builder
ActivityDefinition.Builder. dynamicValue(ActivityDefinition.DynamicValue... dynamicValue)
Dynamic values that will be evaluated to produce values for elements of the resulting resource.protected ActivityDefinition.DynamicValue.Builder
ActivityDefinition.DynamicValue.Builder. from(ActivityDefinition.DynamicValue dynamicValue)
protected void
ActivityDefinition.DynamicValue.Builder. validate(ActivityDefinition.DynamicValue dynamicValue)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type ActivityDefinition.DynamicValue Modifier and Type Method Description ActivityDefinition.Builder
ActivityDefinition.Builder. dynamicValue(java.util.Collection<ActivityDefinition.DynamicValue> dynamicValue)
Dynamic values that will be evaluated to produce values for elements of the resulting resource.
-