org.dcm4che.srom
Interface Series


public interface Series

The Series interface represents the DICOM SR Document Series Module.

Version:
1.0
Author:
gunter.zeilinger@tiani.com
See Also:
"DICOM Part 3: Information Object Definitions, Annex C.17.1 SR Document Series Module"

Method Summary
 java.lang.String getModality()
          Returns the DICOM modality name (SR).
 RefSOP getRefStudyComponent()
          Returns the single item of the Referenced Study Component Sequence.
 java.lang.String getSeriesInstanceUID()
          Returns the DICOM series instance UID.
 int getSeriesNumber()
          Returns a number that identifies the Series.
 void toDataset(Dataset ds)
           
 

Method Detail

getModality

java.lang.String getModality()
Returns the DICOM modality name (SR).
DICOM Tag: (0008,0060).

Returns:
SR as DICOM modality name for DICOM SR.
See Also:
"DICOM Part 3: Information Object Definitions, Annex C.7.3.1.1.1 Modality"

getSeriesInstanceUID

java.lang.String getSeriesInstanceUID()
Returns the DICOM series instance UID.
DICOM Tag: (0020,000E).

Returns:
The DICOM series instance UID.

getSeriesNumber

int getSeriesNumber()
Returns a number that identifies the Series.
DICOM Tag: (0020,0011).

Returns:
A number that identifies the Series.

getRefStudyComponent

RefSOP getRefStudyComponent()
Returns the single item of the Referenced Study Component Sequence.
Referenced Study Component Sequence (Tag: (0008,1111)) is a sequence that permits only a single item. Uniquely identifies the Performed Procedure Step SOP Instance for which the Series is created.
This sequence containes two entries for the single item:

Returns:
Single item of the Referenced Study Component Sequence.

toDataset

void toDataset(Dataset ds)