org.dcm4che.srom
Interface UIDRefContent

All Superinterfaces:
Content

public interface UIDRefContent
extends Content

The UIDRefContent interface represents a DICOM SR UID Reference Content of value type UIDREF.
Unique Identifier (UID) of the entity identified 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.lang.String getUID()
          Returns the value of field UID.
 void setUID(java.lang.String uid)
           
 
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

getUID

java.lang.String getUID()
Returns the value of field UID.
DICOM Tag: (0040,A124)
Tag Name: UID

Returns:
the value of field UID.

setUID

void setUID(java.lang.String uid)