public static class Composition.Section extends BaseIdentifiableElement implements IResourceBlock
Definition: The root of the sections that make up the composition
| Constructor and Description |
|---|
Section() |
| Modifier and Type | Method and Description |
|---|---|
ResourceReferenceDt |
addEntry()
Adds and returns a new value for entry ()
|
Composition.Section |
addSection()
Adds and returns a new value for section ()
|
Composition.Section |
addSection(Composition.Section theValue)
Adds a given new value for section ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
CodeableConceptDt |
getCode()
Gets the value(s) for code ().
|
CodeableConceptDt |
getEmptyReason()
Gets the value(s) for emptyReason ().
|
List<ResourceReferenceDt> |
getEntry()
Gets the value(s) for entry ().
|
String |
getMode()
Gets the value(s) for mode ().
|
CodeDt |
getModeElement()
Gets the value(s) for mode ().
|
CodeableConceptDt |
getOrderedBy()
Gets the value(s) for orderedBy ().
|
List<Composition.Section> |
getSection()
Gets the value(s) for section ().
|
Composition.Section |
getSectionFirstRep()
Gets the first repetition for section (),
creating it if it does not already exist.
|
NarrativeDt |
getText()
Gets the value(s) for text ().
|
String |
getTitle()
Gets the value(s) for title ().
|
StringDt |
getTitleElement()
Gets the value(s) for title ().
|
boolean |
isEmpty() |
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(CodeDt theValue)
Sets the value(s) for mode ()
|
Composition.Section |
setMode(String theCode)
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(String theString)
Sets the value for title ()
|
Composition.Section |
setTitle(StringDt theValue)
Sets the value(s) for title ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic Section()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic StringDt getTitleElement()
null.
Definition: The label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents
public String getTitle()
null.
Definition: The label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents
public Composition.Section setTitle(StringDt theValue)
Definition: The label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents
public Composition.Section setTitle(String theString)
Definition: The label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents
public CodeableConceptDt getCode()
null.
Definition: A code identifying the kind of content contained within the section. This must be consistent with the section title
public Composition.Section setCode(CodeableConceptDt theValue)
Definition: A code identifying the kind of content contained within the section. This must be consistent with the section title
public NarrativeDt getText()
null.
Definition: A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative.
public Composition.Section setText(NarrativeDt theValue)
Definition: A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative.
public CodeDt getModeElement()
null.
Definition: How the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted
public String getMode()
null.
Definition: How the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted
public Composition.Section setMode(CodeDt theValue)
Definition: How the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted
public Composition.Section setMode(String theCode)
Definition: How the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted
public CodeableConceptDt getOrderedBy()
null.
Definition: Specifies the order applied to the items in the section entries
public Composition.Section setOrderedBy(CodeableConceptDt theValue)
Definition: Specifies the order applied to the items in the section entries
public List<ResourceReferenceDt> getEntry()
null.
Definition: A reference to the actual resource from which the narrative in the section is derived
public Composition.Section setEntry(List<ResourceReferenceDt> theValue)
Definition: A reference to the actual resource from which the narrative in the section is derived
public ResourceReferenceDt addEntry()
Definition: A reference to the actual resource from which the narrative in the section is derived
public CodeableConceptDt getEmptyReason()
null.
Definition: If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason
public Composition.Section setEmptyReason(CodeableConceptDt theValue)
Definition: If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason
public List<Composition.Section> getSection()
null.
Definition: A nested sub-section within this section
public Composition.Section setSection(List<Composition.Section> theValue)
Definition: A nested sub-section within this section
public Composition.Section addSection()
Definition: A nested sub-section within this section
public Composition.Section addSection(Composition.Section theValue)
Definition: A nested sub-section within this section
theValue - The section to add (must not be null)public Composition.Section getSectionFirstRep()
Definition: A nested sub-section within this section
Copyright © 2014–2016 University Health Network. All rights reserved.