Uses of Class
com.ibm.fhir.model.resource.EffectEvidenceSynthesis.EffectEstimate
-
Packages that use EffectEvidenceSynthesis.EffectEstimate Package Description com.ibm.fhir.model.resource -
-
Uses of EffectEvidenceSynthesis.EffectEstimate in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return EffectEvidenceSynthesis.EffectEstimate Modifier and Type Method Description EffectEvidenceSynthesis.EffectEstimate
EffectEvidenceSynthesis.EffectEstimate.Builder. build()
Build theEffectEvidenceSynthesis.EffectEstimate
Methods in com.ibm.fhir.model.resource that return types with arguments of type EffectEvidenceSynthesis.EffectEstimate Modifier and Type Method Description List<EffectEvidenceSynthesis.EffectEstimate>
EffectEvidenceSynthesis. getEffectEstimate()
The estimated effect of the exposure variant.Methods in com.ibm.fhir.model.resource with parameters of type EffectEvidenceSynthesis.EffectEstimate Modifier and Type Method Description EffectEvidenceSynthesis.Builder
EffectEvidenceSynthesis.Builder. effectEstimate(EffectEvidenceSynthesis.EffectEstimate... effectEstimate)
The estimated effect of the exposure variant.protected EffectEvidenceSynthesis.EffectEstimate.Builder
EffectEvidenceSynthesis.EffectEstimate.Builder. from(EffectEvidenceSynthesis.EffectEstimate effectEstimate)
Method parameters in com.ibm.fhir.model.resource with type arguments of type EffectEvidenceSynthesis.EffectEstimate Modifier and Type Method Description EffectEvidenceSynthesis.Builder
EffectEvidenceSynthesis.Builder. effectEstimate(Collection<EffectEvidenceSynthesis.EffectEstimate> effectEstimate)
The estimated effect of the exposure variant.
-