
Package org.hl7.fhir.instance.model.api
Interface INarrative
-
- All Superinterfaces:
IBase
,IBaseDatatype
,ICompositeType
,IElement
,Serializable
- All Known Implementing Classes:
BaseNarrativeDt
public interface INarrative extends ICompositeType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDivAsString()
String
getStatusAsString()
boolean
isEmpty()
void
setDivAsString(String theString)
INarrative
setStatusAsString(String theString)
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
-
-
-
-
Method Detail
-
setDivAsString
void setDivAsString(String theString) throws Exception
- Throws:
Exception
-
getDivAsString
String getDivAsString() throws Exception
- Throws:
Exception
-
setStatusAsString
INarrative setStatusAsString(String theString)
-
getStatusAsString
String getStatusAsString()
-
-