public class NarrativeDt extends ca.uhn.fhir.model.base.composite.BaseNarrativeDt
Definition: A human-readable formatted text, including images
Requirements:
| Constructor and Description |
|---|
NarrativeDt() |
NarrativeDt(ca.uhn.fhir.model.primitive.XhtmlDt theDiv,
NarrativeStatusEnum theStatus) |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
ca.uhn.fhir.model.primitive.XhtmlDt |
getDiv()
Gets the value(s) for div (Limited xhtml content).
|
ca.uhn.fhir.model.primitive.XhtmlDt |
getDivElement()
Gets the value(s) for div (Limited xhtml content).
|
ca.uhn.fhir.model.primitive.BoundCodeDt<NarrativeStatusEnum> |
getStatus()
Gets the value(s) for status (generated | extensions | additional).
|
ca.uhn.fhir.model.primitive.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(ca.uhn.fhir.model.primitive.XhtmlDt theValue)
Sets the value(s) for div (Limited xhtml content)
|
void |
setStatus(ca.uhn.fhir.model.primitive.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, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptypublic NarrativeDt()
public NarrativeDt(ca.uhn.fhir.model.primitive.XhtmlDt theDiv, NarrativeStatusEnum theStatus)
public boolean isEmpty()
public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
public ca.uhn.fhir.model.primitive.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 ca.uhn.fhir.model.primitive.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 ca.uhn.fhir.model.base.composite.BaseNarrativeDtpublic void setStatus(ca.uhn.fhir.model.primitive.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 ca.uhn.fhir.model.primitive.XhtmlDt getDivElement()
null.
Definition: The actual narrative content, a stripped down version of XHTML
public ca.uhn.fhir.model.primitive.XhtmlDt getDiv()
null.
Definition: The actual narrative content, a stripped down version of XHTML
getDiv in class ca.uhn.fhir.model.base.composite.BaseNarrativeDtpublic void setDiv(ca.uhn.fhir.model.primitive.XhtmlDt theValue)
Definition: The actual narrative content, a stripped down version of XHTML
Copyright © 2014–2018 University Health Network. All rights reserved.