Uses of Class
org.linuxforhealth.fhir.model.resource.Condition.Evidence
-
Packages that use Condition.Evidence Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Condition.Evidence in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Condition.Evidence Modifier and Type Method Description Condition.EvidenceCondition.Evidence.Builder. build()Build theCondition.EvidenceMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Condition.Evidence Modifier and Type Method Description java.util.List<Condition.Evidence>Condition. getEvidence()Supporting evidence / manifestations that are the basis of the Condition's verification status, such as evidence that confirmed or refuted the condition.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Condition.Evidence Modifier and Type Method Description Condition.BuilderCondition.Builder. evidence(Condition.Evidence... evidence)Supporting evidence / manifestations that are the basis of the Condition's verification status, such as evidence that confirmed or refuted the condition.protected Condition.Evidence.BuilderCondition.Evidence.Builder. from(Condition.Evidence evidence)protected voidCondition.Evidence.Builder. validate(Condition.Evidence evidence)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Condition.Evidence Modifier and Type Method Description Condition.BuilderCondition.Builder. evidence(java.util.Collection<Condition.Evidence> evidence)Supporting evidence / manifestations that are the basis of the Condition's verification status, such as evidence that confirmed or refuted the condition.
-