
Uses of Class
org.hl7.fhir.r5.model.Composition.SectionComponent
Packages that use Composition.SectionComponent
-
Uses of Composition.SectionComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Composition.SectionComponentModifier and TypeMethodDescriptionprotected Composition.SectionComponentJsonParser.parseCompositionSectionComponent(com.google.gson.JsonObject json) protected Composition.SectionComponentXmlParser.parseCompositionSectionComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Composition.SectionComponentModifier and TypeMethodDescriptionprotected voidRdfParser.composeCompositionSectionComponent(org.hl7.fhir.utilities.turtle.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.composeSectionComponent(String name, Composition.SectionComponent element) protected voidJsonParser.composeSectionComponentProperties(Composition.SectionComponent element) protected booleanXmlParser.parseCompositionSectionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Composition.SectionComponent res) protected voidJsonParser.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.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.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) voidComposition.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)