public class ReferencedSeriesSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
ReferencedSOPSequence |
getReferencedSOPSequence()
Retrieves pre-initialized object of Referenced SOP Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
java.lang.String |
getRetrieveAETitle()
Retrieves title of the DICOM Application Entity where the Composite Object(s) may be retrieved on the network.
|
java.lang.String |
getSeriesInstanceUID()
Retrieves unique identifier of a Series that is part of the Study to which the Presentation
applies, defined by Study Instance UID (0020,000D).
|
java.lang.String |
getStorageMediaFileSetID()
Retrieves the user or implementation specific human readable identifier that identifies the Storage
Media on which the Composite Object (s) reside.
|
java.lang.String |
getStorageMediaFileSetUID()
Retrieves uniquely identifies the Storage Media on which the Composite Object (s) reside.
|
void |
setRetrieveAETitle(java.lang.String strRetrieveAETitle)
Sets title of the DICOM Application Entity where the Composite Object(s) may be retrieved on the network.
|
void |
setSeriesInstanceUID(java.lang.String strSeriesInstanceUID)
Sets unique identifier of a Series that is part of the Study to which the Presentation
applies, defined by Study Instance UID (0020,000D).
|
void |
setStorageMediaFileSetID(java.lang.String strStorageMediaFileSetID)
Sets the user or implementation specific human readable identifier that identifies the Storage
Media on which the Composite Object (s) reside.
|
void |
setStorageMediaFileSetUID(java.lang.String strStorageMediaFileSetUID)
Sets uniquely identifies the Storage Media on which the Composite Object (s) reside.
|
boolean |
validateForModule()
Validates all the attributes in ReferencedSeriesSequenceItem that are present in the DataSet
|
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic void setSeriesInstanceUID(java.lang.String strSeriesInstanceUID)
strSeriesInstanceUID - String value of Series Instance UID.public java.lang.String getSeriesInstanceUID()
public void setRetrieveAETitle(java.lang.String strRetrieveAETitle)
strRetrieveAETitle - String value of Retrieve AE Title.public java.lang.String getRetrieveAETitle()
public void setStorageMediaFileSetID(java.lang.String strStorageMediaFileSetID)
strStorageMediaFileSetID - String value of Storage Media File-Set ID.public java.lang.String getStorageMediaFileSetID()
public void setStorageMediaFileSetUID(java.lang.String strStorageMediaFileSetUID)
strStorageMediaFileSetUID - String value of Storage Media File-Set UID.public ReferencedSOPSequence getReferencedSOPSequence()
public java.lang.String getStorageMediaFileSetUID()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.