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.Certainty
RiskEvidenceSynthesis.Certainty.Builder. build()
Build theRiskEvidenceSynthesis.Certainty
Methods 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.Builder
RiskEvidenceSynthesis.Builder. certainty(RiskEvidenceSynthesis.Certainty... certainty)
A description of the certainty of the risk estimate.protected RiskEvidenceSynthesis.Certainty.Builder
RiskEvidenceSynthesis.Certainty.Builder. from(RiskEvidenceSynthesis.Certainty certainty)
protected void
RiskEvidenceSynthesis.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.Builder
RiskEvidenceSynthesis.Builder. certainty(java.util.Collection<RiskEvidenceSynthesis.Certainty> certainty)
A description of the certainty of the risk estimate.
-