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.RelatesTo
EvidenceReport.RelatesTo.Builder. build()
Build theEvidenceReport.RelatesTo
Methods 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.Builder
EvidenceReport.RelatesTo.Builder. from(EvidenceReport.RelatesTo relatesTo)
EvidenceReport.Builder
EvidenceReport.Builder. relatesTo(EvidenceReport.RelatesTo... relatesTo)
Relationships that this composition has with other compositions or documents that already exist.protected void
EvidenceReport.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.Builder
EvidenceReport.Builder. relatesTo(java.util.Collection<EvidenceReport.RelatesTo> relatesTo)
Relationships that this composition has with other compositions or documents that already exist.
-