Package ca.uhn.fhir.util
Class CompositionBuilder.SectionBuilder
java.lang.Object
ca.uhn.fhir.util.CompositionBuilder.SectionBuilder
- Enclosing class:
CompositionBuilder
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCodeCoding
(String theSystem, String theCode, String theDisplay) Add a coding to section.codevoid
Adds a reference to entry.referencevoid
Adds narrative text to the sectionvoid
Sets the section title
-
Method Details
-
setTitle
Sets the section title -
addCodeCoding
Add a coding to section.code -
addEntry
Adds a reference to entry.reference -
setText
Adds narrative text to the section
-