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.ResultsByExposureEffectEvidenceSynthesis.ResultsByExposure.Builder. build()Methods in com.ibm.fhir.model.resource that return types with arguments of type EffectEvidenceSynthesis.ResultsByExposure Modifier and Type Method Description java.util.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.BuilderEffectEvidenceSynthesis.ResultsByExposure.Builder. from(EffectEvidenceSynthesis.ResultsByExposure resultsByExposure)EffectEvidenceSynthesis.BuilderEffectEvidenceSynthesis.Builder. resultsByExposure(EffectEvidenceSynthesis.ResultsByExposure... resultsByExposure)A description of the results for each exposure considered in the effect estimate.protected voidEffectEvidenceSynthesis.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.BuilderEffectEvidenceSynthesis.Builder. resultsByExposure(java.util.Collection<EffectEvidenceSynthesis.ResultsByExposure> resultsByExposure)A description of the results for each exposure considered in the effect estimate.
-