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.CertaintyEvidence.Certainty.Builder. build()Build theEvidence.CertaintyMethods 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.BuilderEvidence.Builder. certainty(Evidence.Certainty... certainty)Assessment of certainty, confidence in the estimates, or quality of the evidence.protected Evidence.Certainty.BuilderEvidence.Certainty.Builder. from(Evidence.Certainty certainty)Evidence.Certainty.BuilderEvidence.Certainty.Builder. subcomponent(Evidence.Certainty... subcomponent)A domain or subdomain of certainty.protected voidEvidence.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.BuilderEvidence.Builder. certainty(java.util.Collection<Evidence.Certainty> certainty)Assessment of certainty, confidence in the estimates, or quality of the evidence.Evidence.Certainty.BuilderEvidence.Certainty.Builder. subcomponent(java.util.Collection<Evidence.Certainty> subcomponent)A domain or subdomain of certainty.
-