![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Class
org.hl7.fhir.r4.model.Composition.SectionComponent
Packages that use Composition.SectionComponent
-
Uses of Composition.SectionComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Composition.SectionComponentModifier and TypeMethodDescriptionprotected Composition.SectionComponent
JsonParser.parseCompositionSectionComponent
(com.google.gson.JsonObject json, Composition owner) protected Composition.SectionComponent
XmlParser.parseCompositionSectionComponent
(org.xmlpull.v1.XmlPullParser xpp, Composition owner) Methods in org.hl7.fhir.r4.formats with parameters of type Composition.SectionComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeCompositionSectionComponent
(String name, Composition.SectionComponent element) protected void
RdfParser.composeCompositionSectionComponent
(Turtle.Complex parent, String parentType, String name, Composition.SectionComponent element, int index) protected void
XmlParser.composeCompositionSectionComponent
(String name, Composition.SectionComponent element) protected void
XmlParser.composeCompositionSectionComponentElements
(Composition.SectionComponent element) protected void
JsonParser.composeCompositionSectionComponentInner
(Composition.SectionComponent element) protected boolean
XmlParser.parseCompositionSectionComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Composition owner, Composition.SectionComponent res) protected void
JsonParser.parseCompositionSectionComponentProperties
(com.google.gson.JsonObject json, Composition owner, Composition.SectionComponent res) -
Uses of Composition.SectionComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Composition.SectionComponentModifier and TypeFieldDescriptionprotected List
<Composition.SectionComponent> Composition.section
The root of the sections that make up the composition.protected List
<Composition.SectionComponent> Composition.SectionComponent.section
A nested sub-section within this section.Methods in org.hl7.fhir.r4.model that return Composition.SectionComponentModifier and TypeMethodDescriptionComposition.addSection()
Composition.SectionComponent.addSection()
Composition.SectionComponent.addSection
(Composition.SectionComponent t) Composition.SectionComponent.copy()
Composition.getSectionFirstRep()
Composition.SectionComponent.getSectionFirstRep()
Composition.SectionComponent.setCode
(CodeableConcept value) Composition.SectionComponent.setEmptyReason
(CodeableConcept value) Composition.SectionComponent.setFocusTarget
(Resource value) Composition.SectionComponent.setMode
(Composition.SectionMode value) Composition.SectionComponent.setModeElement
(Enumeration<Composition.SectionMode> value) Composition.SectionComponent.setOrderedBy
(CodeableConcept value) Composition.SectionComponent.setSection
(List<Composition.SectionComponent> theSection) Composition.SectionComponent.setTitleElement
(StringType value) Methods in org.hl7.fhir.r4.model that return types with arguments of type Composition.SectionComponentModifier and TypeMethodDescriptionComposition.getSection()
Composition.SectionComponent.getSection()
Methods in org.hl7.fhir.r4.model with parameters of type Composition.SectionComponentModifier and TypeMethodDescriptionComposition.addSection
(Composition.SectionComponent t) Composition.SectionComponent.addSection
(Composition.SectionComponent t) void
Composition.SectionComponent.copyValues
(Composition.SectionComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type Composition.SectionComponentModifier and TypeMethodDescriptionComposition.SectionComponent.setSection
(List<Composition.SectionComponent> theSection) Composition.setSection
(List<Composition.SectionComponent> theSection)