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.Certainty
EffectEvidenceSynthesis.Certainty.Builder. build()
Build theEffectEvidenceSynthesis.Certainty
Methods 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.Builder
EffectEvidenceSynthesis.Builder. certainty(EffectEvidenceSynthesis.Certainty... certainty)
A description of the certainty of the effect estimate.protected EffectEvidenceSynthesis.Certainty.Builder
EffectEvidenceSynthesis.Certainty.Builder. from(EffectEvidenceSynthesis.Certainty certainty)
protected void
EffectEvidenceSynthesis.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.Builder
EffectEvidenceSynthesis.Builder. certainty(Collection<EffectEvidenceSynthesis.Certainty> certainty)
A description of the certainty of the effect estimate.
-