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.EvidenceCondition.Evidence.Builder. build()Build theCondition.EvidenceMethods in com.ibm.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 com.ibm.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 com.ibm.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.
-