Class AnnotationDt
- 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
Definition: A text note which also contains information about who made the statement and when
Requirements:
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T extends ca.uhn.fhir.model.api.IElement>
List<T> getAllPopulatedChildElementsOfType
(Class<T> theType) ca.uhn.fhir.model.api.IDatatype
Gets the value(s) for author[x] ().getText()
Gets the value(s) for text ().ca.uhn.fhir.model.primitive.StringDt
Gets the value(s) for text ().getTime()
Gets the value(s) for time ().ca.uhn.fhir.model.primitive.DateTimeDt
Gets the value(s) for time ().boolean
isEmpty()
setAuthor
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for author[x] ()setText
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for text ()Sets the value for text ()setTime
(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for time ()Sets the value for time ()setTimeWithSecondsPrecision
(Date theDate) Sets the value for time ()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
-
AnnotationDt
public AnnotationDt()Constructor
-
-
Method Details
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
-
getAllPopulatedChildElementsOfType
public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType) - Specified by:
getAllPopulatedChildElementsOfType
in interfaceca.uhn.fhir.model.api.ICompositeElement
-
getAuthor
Gets the value(s) for author[x] (). creating it if it does not exist. Will not returnnull
.Definition: The individual responsible for making the annotation.
-
setAuthor
Sets the value(s) for author[x] ()Definition: The individual responsible for making the annotation.
-
getTimeElement
Gets the value(s) for time (). creating it if it does not exist. Will not returnnull
.Definition: Indicates when this particular annotation was made
-
getTime
Gets the value(s) for time (). creating it if it does not exist. This method may returnnull
.Definition: Indicates when this particular annotation was made
-
setTime
Sets the value(s) for time ()Definition: Indicates when this particular annotation was made
-
setTimeWithSecondsPrecision
Sets the value for time ()Definition: Indicates when this particular annotation was made
-
setTime
Sets the value for time ()Definition: Indicates when this particular annotation was made
-
getTextElement
Gets the value(s) for text (). creating it if it does not exist. Will not returnnull
.Definition: The text of the annotation
-
getText
Gets the value(s) for text (). creating it if it does not exist. This method may returnnull
.Definition: The text of the annotation
-
setText
Sets the value(s) for text ()Definition: The text of the annotation
-
setText
Sets the value for text ()Definition: The text of the annotation
-