public class AnnotationDt extends BaseIdentifiableElement implements 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 IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
IDatatype |
getAuthor()
Gets the value(s) for author[x] ().
|
String |
getText()
Gets the value(s) for text ().
|
StringDt |
getTextElement()
Gets the value(s) for text ().
|
Date |
getTime()
Gets the value(s) for time ().
|
DateTimeDt |
getTimeElement()
Gets the value(s) for time ().
|
boolean |
isEmpty() |
AnnotationDt |
setAuthor(IDatatype theValue)
Sets the value(s) for author[x] ()
|
AnnotationDt |
setText(String theString)
Sets the value for text ()
|
AnnotationDt |
setText(StringDt theValue)
Sets the value(s) for text ()
|
AnnotationDt |
setTime(Date theDate,
TemporalPrecisionEnum thePrecision)
Sets the value for time ()
|
AnnotationDt |
setTime(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, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptypublic AnnotationDt()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic IDatatype getAuthor()
null.
Definition: The individual responsible for making the annotation.
public AnnotationDt setAuthor(IDatatype theValue)
Definition: The individual responsible for making the annotation.
public 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(DateTimeDt theValue)
Definition: Indicates when this particular annotation was made
public AnnotationDt setTime(Date theDate, TemporalPrecisionEnum thePrecision)
Definition: Indicates when this particular annotation was made
public AnnotationDt setTimeWithSecondsPrecision(Date theDate)
Definition: Indicates when this particular annotation was made
public StringDt getTextElement()
null.
Definition: The text of the annotation
public String getText()
null.
Definition: The text of the annotation
public AnnotationDt setText(StringDt theValue)
Definition: The text of the annotation
public AnnotationDt setText(String theString)
Definition: The text of the annotation
Copyright © 2014–2016 University Health Network. All rights reserved.