
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.SectionComponentJsonParser.parseCompositionSectionComponent(com.google.gson.JsonObject json, Composition owner) protected Composition.SectionComponentXmlParser.parseCompositionSectionComponent(org.xmlpull.v1.XmlPullParser xpp, Composition owner) Methods in org.hl7.fhir.r4.formats with parameters of type Composition.SectionComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeCompositionSectionComponent(String name, Composition.SectionComponent element) protected voidRdfParser.composeCompositionSectionComponent(Turtle.Complex parent, String parentType, String name, Composition.SectionComponent element, int index) protected voidXmlParser.composeCompositionSectionComponent(String name, Composition.SectionComponent element) protected voidXmlParser.composeCompositionSectionComponentElements(Composition.SectionComponent element) protected voidJsonParser.composeCompositionSectionComponentInner(Composition.SectionComponent element) protected booleanXmlParser.parseCompositionSectionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Composition owner, Composition.SectionComponent res) protected voidJsonParser.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.sectionThe root of the sections that make up the composition.protected List<Composition.SectionComponent> Composition.SectionComponent.sectionA 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) voidComposition.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)