
Uses of Class
org.hl7.fhir.dstu2.model.Composition.SectionComponent
Packages that use Composition.SectionComponent
-
Uses of Composition.SectionComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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.dstu2.formats with parameters of type Composition.SectionComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeCompositionSectionComponent(String name, Composition.SectionComponent element) protected voidXmlParser.composeCompositionSectionComponent(String name, Composition.SectionComponent element) protected voidJsonParser.composeCompositionSectionComponentInner(Composition.SectionComponent element) -
Uses of Composition.SectionComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.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.dstu2.model that return Composition.SectionComponentModifier and TypeMethodDescriptionComposition.addSection()Composition.SectionComponent.addSection()Composition.SectionComponent.addSection(Composition.SectionComponent t) Composition.SectionComponent.copy()Composition.SectionComponent.setCode(CodeableConcept value) Composition.SectionComponent.setEmptyReason(CodeableConcept value) Composition.SectionComponent.setModeElement(CodeType value) Composition.SectionComponent.setOrderedBy(CodeableConcept value) Composition.SectionComponent.setTitleElement(StringType value) Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Composition.SectionComponentModifier and TypeMethodDescriptionComposition.getSection()Composition.SectionComponent.getSection()Methods in org.hl7.fhir.dstu2.model with parameters of type Composition.SectionComponentModifier and TypeMethodDescriptionComposition.addSection(Composition.SectionComponent t) Composition.SectionComponent.addSection(Composition.SectionComponent t)