Uses of Class
org.linuxforhealth.fhir.model.resource.EvidenceReport.RelatesTo
- 
Packages that use EvidenceReport.RelatesTo Package Description org.linuxforhealth.fhir.model.resource  - 
- 
Uses of EvidenceReport.RelatesTo in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return EvidenceReport.RelatesTo Modifier and Type Method Description EvidenceReport.RelatesToEvidenceReport.RelatesTo.Builder. build()Build theEvidenceReport.RelatesToMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type EvidenceReport.RelatesTo Modifier and Type Method Description java.util.List<EvidenceReport.RelatesTo>EvidenceReport. getRelatesTo()Relationships that this composition has with other compositions or documents that already exist.Methods in org.linuxforhealth.fhir.model.resource with parameters of type EvidenceReport.RelatesTo Modifier and Type Method Description protected EvidenceReport.RelatesTo.BuilderEvidenceReport.RelatesTo.Builder. from(EvidenceReport.RelatesTo relatesTo)EvidenceReport.BuilderEvidenceReport.Builder. relatesTo(EvidenceReport.RelatesTo... relatesTo)Relationships that this composition has with other compositions or documents that already exist.protected voidEvidenceReport.RelatesTo.Builder. validate(EvidenceReport.RelatesTo relatesTo)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type EvidenceReport.RelatesTo Modifier and Type Method Description EvidenceReport.BuilderEvidenceReport.Builder. relatesTo(java.util.Collection<EvidenceReport.RelatesTo> relatesTo)Relationships that this composition has with other compositions or documents that already exist. 
 -