Uses of Class
ca.uhn.fhir.model.dstu2.resource.Composition.Section
-
Uses of Composition.Section in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionComposition.getSection()
Gets the value(s) for section ().Composition.Section.getSection()
Gets the value(s) for section ().Modifier 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 ()Modifier 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 ()