org.dcm4che.srom
Interface ReferencedContent

All Superinterfaces:
Content

public interface ReferencedContent
extends Content

The ReferencedContent interface represents a Content Item reference.
Shall not be present if Relationship Type (0040,A010) is CONTAINS.

Version:
0.9.9
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
 Content getRefContent()
          Returns the reference Content Item.
 
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

getRefContent

Content getRefContent()
Returns the reference Content Item.

Returns:
the reference Content Item.