org.dcm4che.srom
Interface DateTimeContent

All Superinterfaces:
Content

public interface DateTimeContent
extends Content

The DateTimeContent interface represents a DICOM SR Date Time Content of value type DATETIME.
Date and time of occurrence of the type of event denoted by the Concept Name.

Version:
1.0
Author:
gunter.zeilinger@tiani.com
See Also:
"DICOM Part 3: Information Object Definitions, Annex C.17.3 SR Document Content Module"

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.dcm4che.srom.Content
Content.RelationType, Content.ValueType
 
Field Summary
 
Fields inherited from interface org.dcm4che.srom.Content
log
 
Method Summary
 java.util.Date getDateTime()
          Returns the value of the DateTime field.
 void setDateTime(java.util.Date date)
           
 
Methods inherited from interface org.dcm4che.srom.Content
appendChild, clone, getFirstChild, getFirstChildBy, getID, getLastChild, getName, getNextSibling, getNextSiblingBy, getObservationDateTime, getOwnerDocument, getParent, getPreviousSibling, getRelationType, getTemplate, getValueType, hasChildren, insertBefore, removeChild, replaceChild, setName, toDataset
 

Method Detail

getDateTime

java.util.Date getDateTime()
Returns the value of the DateTime field.
DICOM Tag: (0040,A120)

Returns:
the value of the DateTime field.

setDateTime

void setDateTime(java.util.Date date)