Class NarrativeDt
- All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeDatatype
,ca.uhn.fhir.model.api.ICompositeElement
,ca.uhn.fhir.model.api.IDatatype
,ca.uhn.fhir.model.api.IElement
,ca.uhn.fhir.model.api.IIdentifiableElement
,ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions
,Serializable
,org.hl7.fhir.instance.model.api.IBase
,org.hl7.fhir.instance.model.api.IBaseDatatype
,org.hl7.fhir.instance.model.api.ICompositeType
,org.hl7.fhir.instance.model.api.INarrative
Definition: A human-readable formatted text, including images
Requirements:
- See Also:
-
Constructor Summary
ConstructorDescriptionNarrativeDt
(ca.uhn.fhir.model.primitive.XhtmlDt theDiv, NarrativeStatusEnum theStatus) -
Method Summary
Modifier and TypeMethodDescription<T extends ca.uhn.fhir.model.api.IElement>
List<T> 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
Gets the value(s) for div (Limited xhtml content).ca.uhn.fhir.model.primitive.BoundCodeDt
<NarrativeStatusEnum> Gets the value(s) for status (generated | extensions | additional).ca.uhn.fhir.model.primitive.BoundCodeDt
<NarrativeStatusEnum> Gets the value(s) for status (generated | extensions | additional).boolean
isEmpty()
void
setDiv
(ca.uhn.fhir.model.primitive.XhtmlDt theValue) Sets the value(s) for div (Limited xhtml content)void
Sets the value using a textual DIV (or simple text block which will be converted to XHTML)void
setStatus
(NarrativeStatusEnum theValue) Sets the value(s) for status (generated | extensions | additional)void
setStatus
(ca.uhn.fhir.model.primitive.BoundCodeDt<NarrativeStatusEnum> theValue) Sets the value(s) for status (generated | extensions | additional)Methods inherited from class ca.uhn.fhir.model.base.composite.BaseNarrativeDt
getDivAsString, getStatusAsString, setDivAsString, setStatusAsString
Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
Methods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserData
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
-
Constructor Details
-
NarrativeDt
public NarrativeDt() -
NarrativeDt
-
-
Method Details
-
isEmpty
-
getAllPopulatedChildElementsOfType
public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType) -
getStatusElement
Gets the value(s) for status (generated | extensions | additional). creating it if it does not exist. Will not returnnull
.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
Gets the value(s) for status (generated | extensions | additional). creating it if it does not exist. Will not returnnull
.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
- Specified by:
getStatus
in classca.uhn.fhir.model.base.composite.BaseNarrativeDt
-
setStatus
Sets the value(s) for status (generated | extensions | additional)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
-
setStatus
Sets the value(s) for status (generated | extensions | additional)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
-
getDivElement
Gets the value(s) for div (Limited xhtml content). creating it if it does not exist. Will not returnnull
.Definition: The actual narrative content, a stripped down version of XHTML
-
getDiv
Gets the value(s) for div (Limited xhtml content). creating it if it does not exist. Will not returnnull
.Definition: The actual narrative content, a stripped down version of XHTML
- Specified by:
getDiv
in classca.uhn.fhir.model.base.composite.BaseNarrativeDt
-
setDiv
Sets the value(s) for div (Limited xhtml content)Definition: The actual narrative content, a stripped down version of XHTML
-
setDiv
Sets the value using a textual DIV (or simple text block which will be converted to XHTML)
-