Uses of Class
org.hl7.fhir.r5.model.Composition.SectionComponent
-
Uses of Composition.SectionComponent in org.hl7.fhir.r5.extensions
Modifier and TypeMethodDescriptionstatic Composition.SectionComponent
Extensions.setCSectionSubject
(Composition.SectionComponent context, String value) Modifier 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
Modifier and TypeMethodDescriptionprotected Composition.SectionComponent
JsonParser.parseCompositionSectionComponent
(com.google.gson.JsonObject json) protected Composition.SectionComponent
XmlParser.parseCompositionSectionComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier 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
Modifier 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.Modifier 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) Modifier and TypeMethodDescriptionComposition.getSection()
Composition.SectionComponent.getSection()
Modifier and TypeMethodDescriptionComposition.addSection
(Composition.SectionComponent t) Composition.SectionComponent.addSection
(Composition.SectionComponent t) void
Composition.SectionComponent.copyValues
(Composition.SectionComponent dst) Modifier and TypeMethodDescriptionComposition.SectionComponent.setSection
(List<Composition.SectionComponent> theSection) Composition.setSection
(List<Composition.SectionComponent> theSection)