Uses of Class
com.ibm.fhir.model.resource.Condition.Evidence
-
Packages that use Condition.Evidence Package Description com.ibm.fhir.model.resource -
-
Uses of Condition.Evidence in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Condition.Evidence Modifier and Type Method Description Condition.Evidence
Condition.Evidence.Builder. build()
Build theCondition.Evidence
Methods in com.ibm.fhir.model.resource that return types with arguments of type Condition.Evidence Modifier and Type Method Description 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 com.ibm.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 com.ibm.fhir.model.resource with type arguments of type Condition.Evidence Modifier and Type Method Description Condition.Builder
Condition.Builder. evidence(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.
-