org.dcm4che.srom
Interface SOPInstanceRef

All Superinterfaces:
RefSOP

public interface SOPInstanceRef
extends RefSOP

The SOPInstanceRef interface represents a SOP Instance Reference.

Version:
0.9.9
Author:
gunter.zeilinger@tiani.com
See Also:
"DICOM Part 3: Information Object Definitions, Annex C.17.2.1 SOP Instance Reference Macro"

Method Summary
 java.lang.String getSeriesInstanceUID()
          Returns the DICOM Series Instance UID.
 java.lang.String getStudyInstanceUID()
          Returns the DICOM Study Instance UID.
 
Methods inherited from interface org.dcm4che.srom.RefSOP
getRefSOPClassUID, getRefSOPInstanceUID, toDataset
 

Method Detail

getStudyInstanceUID

java.lang.String getStudyInstanceUID()
Returns the DICOM Study Instance UID.
DICOM Tag: (0020,000D)
Tag Name: Study Instance UID
Unique identifier for the Study.

Returns:
the Study Instance UID.

getSeriesInstanceUID

java.lang.String getSeriesInstanceUID()
Returns the DICOM Series Instance UID.
DICOM Tag: (0020,000E)
Tag Name: Series Instance UID
Unique identifier of a Series that is part of this Study and contains the referenced Composite Object(s).

Returns:
the Series Instance UID.