Uses of Class
org.hl7.fhir.dstu2.model.Composition.SectionComponent
-
Packages that use Composition.SectionComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Composition.SectionComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Composition.SectionComponent Modifier and Type Method Description protected 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.SectionComponent Modifier and Type Method Description protected 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.SectionComponent Modifier and Type Field Description protected 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 types with arguments of type Composition.SectionComponent Modifier and Type Method Description List<Composition.SectionComponent>Composition. getSection()List<Composition.SectionComponent>Composition.SectionComponent. getSection()Methods in org.hl7.fhir.dstu2.model with parameters of type Composition.SectionComponent Modifier and Type Method Description CompositionComposition. addSection(Composition.SectionComponent t)Composition.SectionComponentComposition.SectionComponent. addSection(Composition.SectionComponent t)
-