Uses of Class
com.ibm.fhir.model.resource.RiskEvidenceSynthesis.Certainty
-
Packages that use RiskEvidenceSynthesis.Certainty Package Description com.ibm.fhir.model.resource -
-
Uses of RiskEvidenceSynthesis.Certainty in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return RiskEvidenceSynthesis.Certainty Modifier and Type Method Description RiskEvidenceSynthesis.CertaintyRiskEvidenceSynthesis.Certainty.Builder. build()Build theRiskEvidenceSynthesis.CertaintyMethods in com.ibm.fhir.model.resource that return types with arguments of type RiskEvidenceSynthesis.Certainty Modifier and Type Method Description java.util.List<RiskEvidenceSynthesis.Certainty>RiskEvidenceSynthesis. getCertainty()A description of the certainty of the risk estimate.Methods in com.ibm.fhir.model.resource with parameters of type RiskEvidenceSynthesis.Certainty Modifier and Type Method Description RiskEvidenceSynthesis.BuilderRiskEvidenceSynthesis.Builder. certainty(RiskEvidenceSynthesis.Certainty... certainty)A description of the certainty of the risk estimate.protected RiskEvidenceSynthesis.Certainty.BuilderRiskEvidenceSynthesis.Certainty.Builder. from(RiskEvidenceSynthesis.Certainty certainty)protected voidRiskEvidenceSynthesis.Certainty.Builder. validate(RiskEvidenceSynthesis.Certainty certainty)Method parameters in com.ibm.fhir.model.resource with type arguments of type RiskEvidenceSynthesis.Certainty Modifier and Type Method Description RiskEvidenceSynthesis.BuilderRiskEvidenceSynthesis.Builder. certainty(java.util.Collection<RiskEvidenceSynthesis.Certainty> certainty)A description of the certainty of the risk estimate.
-