public class ReferencedStorageMediaSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getStorageMediaFileSetID()
Retrieves The user or implementation specific human readable identifier that identifies a Storage Media on which this SOP Instance resides
|
java.lang.String |
getStorageMediaFileSetUID()
Retrieves a Unique ID that identifies a Storage Media on which this SOP Instance resides.
|
void |
setStorageMediaFileSetID(java.lang.String strStorageMediaFileSetID)
The user or implementation specific human readable identifier that identifies a Storage Media on which this SOP Instance resides
|
void |
setStorageMediaFileSetUID(java.lang.String strStorageMediaFileSetID)
Uniquely identifies a Storage Media on which this SOP Instance resides.
|
boolean |
validateForModule()
Validates all the attributes in ReferencedStorageMediaSequenceItem 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 - String value of Storage Media File-Set ID.public java.lang.String getStorageMediaFileSetID()
public void setStorageMediaFileSetUID(java.lang.String strStorageMediaFileSetID)
strStorageMediaFileSetID - String value of Storage Media File-Set UID.public java.lang.String getStorageMediaFileSetUID()