Uses of Class
org.linuxforhealth.fhir.model.resource.Evidence.Certainty
-
Packages that use Evidence.Certainty Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Evidence.Certainty in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Evidence.Certainty Modifier and Type Method Description Evidence.Certainty
Evidence.Certainty.Builder. build()
Build theEvidence.Certainty
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Evidence.Certainty Modifier and Type Method Description java.util.List<Evidence.Certainty>
Evidence. getCertainty()
Assessment of certainty, confidence in the estimates, or quality of the evidence.java.util.List<Evidence.Certainty>
Evidence.Certainty. getSubcomponent()
A domain or subdomain of certainty.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Evidence.Certainty Modifier and Type Method Description Evidence.Builder
Evidence.Builder. certainty(Evidence.Certainty... certainty)
Assessment of certainty, confidence in the estimates, or quality of the evidence.protected Evidence.Certainty.Builder
Evidence.Certainty.Builder. from(Evidence.Certainty certainty)
Evidence.Certainty.Builder
Evidence.Certainty.Builder. subcomponent(Evidence.Certainty... subcomponent)
A domain or subdomain of certainty.protected void
Evidence.Certainty.Builder. validate(Evidence.Certainty certainty)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Evidence.Certainty Modifier and Type Method Description Evidence.Builder
Evidence.Builder. certainty(java.util.Collection<Evidence.Certainty> certainty)
Assessment of certainty, confidence in the estimates, or quality of the evidence.Evidence.Certainty.Builder
Evidence.Certainty.Builder. subcomponent(java.util.Collection<Evidence.Certainty> subcomponent)
A domain or subdomain of certainty.
-