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