org.dcm4che.srom
Interface DateContent

All Superinterfaces:
Content

public interface DateContent
extends Content

The DateContent interface represents a DICOM SR Date Content of value type DATE.
Date 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 getDate()
          Returns the value of the Date field.
 void setDate(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

getDate

java.util.Date getDate()
Returns the value of the Date field.
DICOM Tag: (0040,A121)

Returns:
the value of the Date field.

setDate

void setDate(java.util.Date date)