Uses of Class
com.ibm.fhir.model.resource.EffectEvidenceSynthesis.ResultsByExposure
-
Packages that use EffectEvidenceSynthesis.ResultsByExposure Package Description com.ibm.fhir.model.resource -
-
Uses of EffectEvidenceSynthesis.ResultsByExposure in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return EffectEvidenceSynthesis.ResultsByExposure Modifier and Type Method Description EffectEvidenceSynthesis.ResultsByExposure
EffectEvidenceSynthesis.ResultsByExposure.Builder. build()
Methods in com.ibm.fhir.model.resource that return types with arguments of type EffectEvidenceSynthesis.ResultsByExposure Modifier and Type Method Description List<EffectEvidenceSynthesis.ResultsByExposure>
EffectEvidenceSynthesis. getResultsByExposure()
A description of the results for each exposure considered in the effect estimate.Methods in com.ibm.fhir.model.resource with parameters of type EffectEvidenceSynthesis.ResultsByExposure Modifier and Type Method Description protected EffectEvidenceSynthesis.ResultsByExposure.Builder
EffectEvidenceSynthesis.ResultsByExposure.Builder. from(EffectEvidenceSynthesis.ResultsByExposure resultsByExposure)
EffectEvidenceSynthesis.Builder
EffectEvidenceSynthesis.Builder. resultsByExposure(EffectEvidenceSynthesis.ResultsByExposure... resultsByExposure)
A description of the results for each exposure considered in the effect estimate.protected void
EffectEvidenceSynthesis.ResultsByExposure.Builder. validate(EffectEvidenceSynthesis.ResultsByExposure resultsByExposure)
Method parameters in com.ibm.fhir.model.resource with type arguments of type EffectEvidenceSynthesis.ResultsByExposure Modifier and Type Method Description EffectEvidenceSynthesis.Builder
EffectEvidenceSynthesis.Builder. resultsByExposure(Collection<EffectEvidenceSynthesis.ResultsByExposure> resultsByExposure)
A description of the results for each exposure considered in the effect estimate.
-