Uses of Class
com.ibm.fhir.model.resource.EffectEvidenceSynthesis.EffectEstimate.PrecisionEstimate
-
Packages that use EffectEvidenceSynthesis.EffectEstimate.PrecisionEstimate Package Description com.ibm.fhir.model.resource -
-
Uses of EffectEvidenceSynthesis.EffectEstimate.PrecisionEstimate in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return EffectEvidenceSynthesis.EffectEstimate.PrecisionEstimate Modifier and Type Method Description EffectEvidenceSynthesis.EffectEstimate.PrecisionEstimate
EffectEvidenceSynthesis.EffectEstimate.PrecisionEstimate.Builder. build()
Methods in com.ibm.fhir.model.resource that return types with arguments of type EffectEvidenceSynthesis.EffectEstimate.PrecisionEstimate Modifier and Type Method Description List<EffectEvidenceSynthesis.EffectEstimate.PrecisionEstimate>
EffectEvidenceSynthesis.EffectEstimate. getPrecisionEstimate()
A description of the precision of the estimate for the effect.Methods in com.ibm.fhir.model.resource with parameters of type EffectEvidenceSynthesis.EffectEstimate.PrecisionEstimate Modifier and Type Method Description protected EffectEvidenceSynthesis.EffectEstimate.PrecisionEstimate.Builder
EffectEvidenceSynthesis.EffectEstimate.PrecisionEstimate.Builder. from(EffectEvidenceSynthesis.EffectEstimate.PrecisionEstimate precisionEstimate)
EffectEvidenceSynthesis.EffectEstimate.Builder
EffectEvidenceSynthesis.EffectEstimate.Builder. precisionEstimate(EffectEvidenceSynthesis.EffectEstimate.PrecisionEstimate... precisionEstimate)
A description of the precision of the estimate for the effect.Method parameters in com.ibm.fhir.model.resource with type arguments of type EffectEvidenceSynthesis.EffectEstimate.PrecisionEstimate Modifier and Type Method Description EffectEvidenceSynthesis.EffectEstimate.Builder
EffectEvidenceSynthesis.EffectEstimate.Builder. precisionEstimate(Collection<EffectEvidenceSynthesis.EffectEstimate.PrecisionEstimate> precisionEstimate)
A description of the precision of the estimate for the effect.
-