
Uses of Class
org.hl7.fhir.r5.model.Composition.SectionComponent
Packages that use Composition.SectionComponent
-
Uses of Composition.SectionComponent in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return Composition.SectionComponentModifier and TypeMethodDescriptionstatic Composition.SectionComponent
Extensions.setCSectionSubject
(Composition.SectionComponent context, String value) Methods in org.hl7.fhir.r5.extensions with parameters of type Composition.SectionComponentModifier and TypeMethodDescriptionstatic String
Extensions.getCSectionSubject
(Composition.SectionComponent context) static Composition.SectionComponent
Extensions.setCSectionSubject
(Composition.SectionComponent context, String value) -
Uses of Composition.SectionComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Composition.SectionComponentModifier and TypeMethodDescriptionprotected Composition.SectionComponent
JsonParser.parseCompositionSectionComponent
(com.google.gson.JsonObject json) protected Composition.SectionComponent
XmlParser.parseCompositionSectionComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Composition.SectionComponentModifier and TypeMethodDescriptionprotected void
RdfParser.composeCompositionSectionComponent
(org.hl7.fhir.utilities.turtle.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.composeSectionComponent
(String name, Composition.SectionComponent element) protected void
JsonParser.composeSectionComponentProperties
(Composition.SectionComponent element) protected boolean
XmlParser.parseCompositionSectionComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Composition.SectionComponent res) protected void
JsonParser.parseCompositionSectionComponentProperties
(com.google.gson.JsonObject json, Composition.SectionComponent res) -
Uses of Composition.SectionComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.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.setOrderedBy
(CodeableConcept value) Composition.SectionComponent.setSection
(List<Composition.SectionComponent> theSection) Composition.SectionComponent.setTitleElement
(StringType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Composition.SectionComponentModifier and TypeMethodDescriptionComposition.getSection()
Composition.SectionComponent.getSection()
Methods in org.hl7.fhir.r5.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.r5.model with type arguments of type Composition.SectionComponentModifier and TypeMethodDescriptionComposition.SectionComponent.setSection
(List<Composition.SectionComponent> theSection) Composition.setSection
(List<Composition.SectionComponent> theSection)