Uses of Class
org.hl7.fhir.dstu2016may.model.Composition.SectionComponent
-
Packages that use Composition.SectionComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of Composition.SectionComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.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.dstu2016may.formats with parameters of type Composition.SectionComponent Modifier and Type Method Description protected voidJsonParser. composeCompositionSectionComponent(String name, Composition.SectionComponent element)protected voidRdfParser. composeCompositionSectionComponent(RdfGenerator.Complex parent, String parentType, String name, Composition.SectionComponent element, int index)protected voidXmlParser. composeCompositionSectionComponent(String name, Composition.SectionComponent element)protected voidJsonParser. composeCompositionSectionComponentInner(Composition.SectionComponent element) -
Uses of Composition.SectionComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.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.dstu2016may.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.dstu2016may.model with parameters of type Composition.SectionComponent Modifier and Type Method Description CompositionComposition. addSection(Composition.SectionComponent t)Composition.SectionComponentComposition.SectionComponent. addSection(Composition.SectionComponent t)
-