Uses of Class
com.ibm.fhir.model.resource.EffectEvidenceSynthesis.Certainty
-
Packages that use EffectEvidenceSynthesis.Certainty Package Description com.ibm.fhir.model.resource -
-
Uses of EffectEvidenceSynthesis.Certainty in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return EffectEvidenceSynthesis.Certainty Modifier and Type Method Description EffectEvidenceSynthesis.CertaintyEffectEvidenceSynthesis.Certainty.Builder. build()Build theEffectEvidenceSynthesis.CertaintyMethods in com.ibm.fhir.model.resource that return types with arguments of type EffectEvidenceSynthesis.Certainty Modifier and Type Method Description List<EffectEvidenceSynthesis.Certainty>EffectEvidenceSynthesis. getCertainty()A description of the certainty of the effect estimate.Methods in com.ibm.fhir.model.resource with parameters of type EffectEvidenceSynthesis.Certainty Modifier and Type Method Description EffectEvidenceSynthesis.BuilderEffectEvidenceSynthesis.Builder. certainty(EffectEvidenceSynthesis.Certainty... certainty)A description of the certainty of the effect estimate.protected EffectEvidenceSynthesis.Certainty.BuilderEffectEvidenceSynthesis.Certainty.Builder. from(EffectEvidenceSynthesis.Certainty certainty)protected voidEffectEvidenceSynthesis.Certainty.Builder. validate(EffectEvidenceSynthesis.Certainty certainty)Method parameters in com.ibm.fhir.model.resource with type arguments of type EffectEvidenceSynthesis.Certainty Modifier and Type Method Description EffectEvidenceSynthesis.BuilderEffectEvidenceSynthesis.Builder. certainty(Collection<EffectEvidenceSynthesis.Certainty> certainty)A description of the certainty of the effect estimate.
-