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.SectionComposition.Section.Builder. build()Build theComposition.SectionMethods 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.BuilderComposition.Section.Builder. from(Composition.Section section)Composition.BuilderComposition.Builder. section(Composition.Section... section)The root of the sections that make up the composition.Composition.Section.BuilderComposition.Section.Builder. section(Composition.Section... section)A nested sub-section within this section.protected voidComposition.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.BuilderComposition.Builder. section(java.util.Collection<Composition.Section> section)The root of the sections that make up the composition.Composition.Section.BuilderComposition.Section.Builder. section(java.util.Collection<Composition.Section> section)A nested sub-section within this section. 
 -