Uses of Class
org.linuxforhealth.fhir.model.resource.EvidenceReport.Section
-
Packages that use EvidenceReport.Section Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of EvidenceReport.Section in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return EvidenceReport.Section Modifier and Type Method Description EvidenceReport.Section
EvidenceReport.Section.Builder. build()
Build theEvidenceReport.Section
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type EvidenceReport.Section Modifier and Type Method Description java.util.List<EvidenceReport.Section>
EvidenceReport. getSection()
The root of the sections that make up the composition.java.util.List<EvidenceReport.Section>
EvidenceReport.Section. getSection()
A nested sub-section within this section.Methods in org.linuxforhealth.fhir.model.resource with parameters of type EvidenceReport.Section Modifier and Type Method Description protected EvidenceReport.Section.Builder
EvidenceReport.Section.Builder. from(EvidenceReport.Section section)
EvidenceReport.Builder
EvidenceReport.Builder. section(EvidenceReport.Section... section)
The root of the sections that make up the composition.EvidenceReport.Section.Builder
EvidenceReport.Section.Builder. section(EvidenceReport.Section... section)
A nested sub-section within this section.protected void
EvidenceReport.Section.Builder. validate(EvidenceReport.Section section)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type EvidenceReport.Section Modifier and Type Method Description EvidenceReport.Builder
EvidenceReport.Builder. section(java.util.Collection<EvidenceReport.Section> section)
The root of the sections that make up the composition.EvidenceReport.Section.Builder
EvidenceReport.Section.Builder. section(java.util.Collection<EvidenceReport.Section> section)
A nested sub-section within this section.
-