public class NarrativeDt extends BaseNarrativeDt
Definition: A human-readable formatted text, including images
Requirements:
| Constructor and Description |
|---|
NarrativeDt() |
NarrativeDt(XhtmlDt theDiv,
NarrativeStatusEnum theStatus) |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
XhtmlDt |
getDiv()
Gets the value(s) for div (Limited xhtml content).
|
XhtmlDt |
getDivElement()
Gets the value(s) for div (Limited xhtml content).
|
BoundCodeDt<NarrativeStatusEnum> |
getStatus()
Gets the value(s) for status (generated | extensions | additional).
|
BoundCodeDt<NarrativeStatusEnum> |
getStatusElement()
Gets the value(s) for status (generated | extensions | additional).
|
boolean |
isEmpty() |
void |
setDiv(String theTextDiv)
Sets the value using a textual DIV (or simple text block which will be
converted to XHTML)
|
void |
setDiv(XhtmlDt theValue)
Sets the value(s) for div (Limited xhtml content)
|
void |
setStatus(BoundCodeDt<NarrativeStatusEnum> theValue)
Sets the value(s) for status (generated | extensions | additional)
|
void |
setStatus(NarrativeStatusEnum theValue)
Sets the value(s) for status (generated | extensions | additional)
|
getDivAsString, getStatusAsString, setDivAsString, setStatusAsStringgetElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptypublic NarrativeDt()
public NarrativeDt(XhtmlDt theDiv, NarrativeStatusEnum theStatus)
public boolean isEmpty()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
public BoundCodeDt<NarrativeStatusEnum> getStatusElement()
null.
Definition: The status of the narrative - whether it's entirely generated (from just the defined data or the extensions too), or whether a human authored it and it may contain additional data
public BoundCodeDt<NarrativeStatusEnum> getStatus()
null.
Definition: The status of the narrative - whether it's entirely generated (from just the defined data or the extensions too), or whether a human authored it and it may contain additional data
getStatus in class BaseNarrativeDtpublic void setStatus(BoundCodeDt<NarrativeStatusEnum> theValue)
Definition: The status of the narrative - whether it's entirely generated (from just the defined data or the extensions too), or whether a human authored it and it may contain additional data
public void setStatus(NarrativeStatusEnum theValue)
Definition: The status of the narrative - whether it's entirely generated (from just the defined data or the extensions too), or whether a human authored it and it may contain additional data
public XhtmlDt getDivElement()
null.
Definition: The actual narrative content, a stripped down version of XHTML
public XhtmlDt getDiv()
null.
Definition: The actual narrative content, a stripped down version of XHTML
getDiv in class BaseNarrativeDtpublic void setDiv(XhtmlDt theValue)
Definition: The actual narrative content, a stripped down version of XHTML
Copyright © 2014–2016 University Health Network. All rights reserved.