
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Composition.Section
Packages that use Composition.Section
-
Uses of Composition.Section in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Composition.SectionModifier and TypeMethodDescriptionComposition.addSection()
Adds and returns a new value for section ()Composition.Section.addSection()
Adds and returns a new value for section ()Composition.Section.addSection
(Composition.Section theValue) Adds a given new value for section ()Composition.getSectionFirstRep()
Gets the first repetition for section (), creating it if it does not already exist.Composition.Section.getSectionFirstRep()
Gets the first repetition for section (), creating it if it does not already exist.Composition.Section.setCode
(CodeableConceptDt theValue) Sets the value(s) for code ()Composition.Section.setEmptyReason
(CodeableConceptDt theValue) Sets the value(s) for emptyReason ()Composition.Section.setEntry
(List<ResourceReferenceDt> theValue) Sets the value(s) for entry ()Composition.Section.setMode
(ca.uhn.fhir.model.primitive.CodeDt theValue) Sets the value(s) for mode ()Sets the value for mode ()Composition.Section.setOrderedBy
(CodeableConceptDt theValue) Sets the value(s) for orderedBy ()Composition.Section.setSection
(List<Composition.Section> theValue) Sets the value(s) for section ()Composition.Section.setText
(NarrativeDt theValue) Sets the value(s) for text ()Composition.Section.setTitle
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for title ()Sets the value for title ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Composition.SectionModifier and TypeMethodDescriptionComposition.getSection()
Gets the value(s) for section ().Composition.Section.getSection()
Gets the value(s) for section ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Composition.SectionModifier and TypeMethodDescriptionComposition.addSection
(Composition.Section theValue) Adds a given new value for section ()Composition.Section.addSection
(Composition.Section theValue) Adds a given new value for section ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Composition.SectionModifier and TypeMethodDescriptionComposition.Section.setSection
(List<Composition.Section> theValue) Sets the value(s) for section ()Composition.setSection
(List<Composition.Section> theValue) Sets the value(s) for section ()