org.dcm4che.srom
Interface TimeContent

All Superinterfaces:
Content

public interface TimeContent
extends Content

The TimeContent interface represents a DICOM SR Time Content of value type TIME.
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 getTime()
          Returns the value of the Time field.
 void setTime(java.util.Date time)
           
 
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

getTime

java.util.Date getTime()
Returns the value of the Time field.
DICOM Tag: (0040,A122)

Returns:
the value of the Time field.

setTime

void setTime(java.util.Date time)