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.Evidence
Condition.Evidence.Builder. build()
Build theCondition.Evidence
Methods 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.Builder
Condition.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.Builder
Condition.Evidence.Builder. from(Condition.Evidence evidence)
protected void
Condition.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.Builder
Condition.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.
-