public class StorageCommitmentModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
StorageCommitmentModule(IDataSet objIDataSet)
Creates Storage Commitment Module with default initialization.
|
| Modifier and Type | Method and Description |
|---|---|
FailedSOPSequence |
getFailedSOPSequence()
Retrieves pre-initialized object of Referenced SOP Sequence.
|
ReferencedSOPSequence |
getReferencedSOPSequence()
Retrieves pre-initialized object of Referenced SOP Sequence.
|
java.lang.String[] |
getRetrieveAETitle()
Retrieves Application Entity Title where the Image Storage SOP Instance may be retrieved.
|
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.
|
java.lang.String |
getTransactionUID()
Retrieves a String that Uniquely identifies this Storage Commitment transaction.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements that belong to this module.
|
void |
setRetrieveAETitle(java.lang.String[] strArrRetrieveAETitle)
Sets Application Entity Title where the Image Storage SOP Instance may be retrieved via a network based retrieve service.
|
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.
|
void |
setTransactionUID(java.lang.String strTransactionUID)
Uniquely identifies this Storage Commitment transaction.
|
boolean |
validateModule()
This method validates each Attribute in the Module according to the Type
of the Attribute.Attributes are of 5 types.
|
add, dumpDICOMInfo, getDictionaryReader, getTransferSyntax, isPresent, isPresent, iterator, removepublic static ISingleCollection<ITag> objSingleCollection
public StorageCommitmentModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - - If validation of Module failspublic void setTransactionUID(java.lang.String strTransactionUID)
strTransactionUID - String value of Transaction UID.public java.lang.String getTransactionUID()
public void setRetrieveAETitle(java.lang.String[] strArrRetrieveAETitle)
strArrRetrieveAETitle - String array 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 strStorageMediaFileSetID)
strStorageMediaFileSetID - the str storage media file set idpublic java.lang.String getStorageMediaFileSetUID()
public ReferencedSOPSequence getReferencedSOPSequence()
public FailedSOPSequence getFailedSOPSequence()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module