public class DICOMMediaRetrievalSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getStorageMediaFilesetID()
Retrieves Storage Media Fileset ID.
|
java.lang.String |
getStorageMediaFilesetUID()
Retrieves a Storage Media Fileset UID.
|
void |
setStorageMediaFilesetID(java.lang.String strStorageMediaFilesetID)
Sets the Storage Media Fileset ID.
|
void |
setStorageMediaFilesetUID(java.lang.String strStorageMediaFilesetUID)
Sets Storage Media Fileset UID.
|
boolean |
validateForModule()
Validates all the attributes in DICOMMediaRetrievalSequenceItem 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 boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public void setStorageMediaFilesetID(java.lang.String strStorageMediaFilesetID)
strStorageMediaFilesetID - public java.lang.String getStorageMediaFilesetID()
public void setStorageMediaFilesetUID(java.lang.String strStorageMediaFilesetUID)
strStorageMediaFilesetUID - String value of Storage Media Fileset UID.public java.lang.String getStorageMediaFilesetUID()