public class AnnotationDt extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.ICompositeDatatype
Definition: A text note which also contains information about who made the statement and when
Requirements:
| Constructor and Description |
|---|
AnnotationDt()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
ca.uhn.fhir.model.api.IDatatype |
getAuthor()
Gets the value(s) for author[x] ().
|
String |
getText()
Gets the value(s) for text ().
|
ca.uhn.fhir.model.primitive.StringDt |
getTextElement()
Gets the value(s) for text ().
|
Date |
getTime()
Gets the value(s) for time ().
|
ca.uhn.fhir.model.primitive.DateTimeDt |
getTimeElement()
Gets the value(s) for time ().
|
boolean |
isEmpty() |
AnnotationDt |
setAuthor(ca.uhn.fhir.model.api.IDatatype theValue)
Sets the value(s) for author[x] ()
|
AnnotationDt |
setText(String theString)
Sets the value for text ()
|
AnnotationDt |
setText(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for text ()
|
AnnotationDt |
setTime(Date theDate,
ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
Sets the value for time ()
|
AnnotationDt |
setTime(ca.uhn.fhir.model.primitive.DateTimeDt theValue)
Sets the value(s) for time ()
|
AnnotationDt |
setTimeWithSecondsPrecision(Date theDate)
Sets the value for time ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptypublic AnnotationDt()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic ca.uhn.fhir.model.api.IDatatype getAuthor()
null.
Definition: The individual responsible for making the annotation.
public AnnotationDt setAuthor(ca.uhn.fhir.model.api.IDatatype theValue)
Definition: The individual responsible for making the annotation.
public ca.uhn.fhir.model.primitive.DateTimeDt getTimeElement()
null.
Definition: Indicates when this particular annotation was made
public Date getTime()
null.
Definition: Indicates when this particular annotation was made
public AnnotationDt setTime(ca.uhn.fhir.model.primitive.DateTimeDt theValue)
Definition: Indicates when this particular annotation was made
public AnnotationDt setTimeWithSecondsPrecision(Date theDate)
Definition: Indicates when this particular annotation was made
public AnnotationDt setTime(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
Definition: Indicates when this particular annotation was made
public ca.uhn.fhir.model.primitive.StringDt getTextElement()
null.
Definition: The text of the annotation
public String getText()
null.
Definition: The text of the annotation
public AnnotationDt setText(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: The text of the annotation
public AnnotationDt setText(String theString)
Definition: The text of the annotation
Copyright © 2014–2018 University Health Network. All rights reserved.