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.SectionEvidenceReport.Section.Builder. build()Build theEvidenceReport.SectionMethods 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.BuilderEvidenceReport.Section.Builder. from(EvidenceReport.Section section)EvidenceReport.BuilderEvidenceReport.Builder. section(EvidenceReport.Section... section)The root of the sections that make up the composition.EvidenceReport.Section.BuilderEvidenceReport.Section.Builder. section(EvidenceReport.Section... section)A nested sub-section within this section.protected voidEvidenceReport.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.BuilderEvidenceReport.Builder. section(java.util.Collection<EvidenceReport.Section> section)The root of the sections that make up the composition.EvidenceReport.Section.BuilderEvidenceReport.Section.Builder. section(java.util.Collection<EvidenceReport.Section> section)A nested sub-section within this section.
-