public class ReferencedSOPSequenceItem extends SOPInstanceReferenceMacroDependentItem
| Modifier and Type | Method and Description |
|---|---|
IconImageSequence |
getIconImageSequence()
Retrieves pre-initialized object of Icon Image 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 |
getInstanceAvailability()
Return Instance Availability.
|
java.lang.String |
getRequestedMediaApplicationProfile()
Retrieves the Media Application Profile used for this SOP Instance.
|
java.lang.String[] |
getRetrieveAETitle()
Retrieves Application Entity Title where the Image Storage SOP Instance may be retrieved
|
java.lang.String |
getRetrieveLocationUID()
Retrieves Retrieve Location UID.
|
java.lang.String |
getRetrieveURI()
Retrieves Retrieve URI.
|
java.lang.String |
getRetrieveURL()
Retrieves URI/URL specifying the location of the referenced instance(s).
|
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 |
setInstanceAvailability(EnumInstanceAvailability enumSetupDeviceType)
Sets Instance Availability.
|
void |
setRequestedMediaApplicationProfile(java.lang.String strRequestedMediaApplicationProfile)
Sets the Media Application Profile used for this SOP Instance.
|
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 |
setRetrieveLocationUID(java.lang.String strRetrieveLocationUID)
Sets Retrieve Location UID.
|
void |
setRetrieveURI(java.lang.String strRetrieveURI)
Sets the Retrieve URI.
|
void |
setRetrieveURL(java.lang.String strRetrieveURL)
Sets URI/URL specifying the location of the referenced instance(s).
|
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 ReferencedSOPSequenceItem that are present in the DataSet
|
getSOPInstanceReferenceMacroaddDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic void setInstanceAvailability(EnumInstanceAvailability enumSetupDeviceType)
enumSetupDeviceType - enum value of Instance Availability.public java.lang.String getInstanceAvailability()
public void setRetrieveAETitle(java.lang.String[] strArrRetrieveAETitle)
strArrRetrieveAETitle - String array of Retrieve AE Title.public java.lang.String[] getRetrieveAETitle()
public void setRetrieveLocationUID(java.lang.String strRetrieveLocationUID)
strRetrieveLocationUID - String value of Retrieve Location UID.public java.lang.String getRetrieveLocationUID()
public void setRetrieveURI(java.lang.String strRetrieveURI)
strRetrieveURI - String value of Retrieve URI.public java.lang.String getRetrieveURI()
public void setRetrieveURL(java.lang.String strRetrieveURL)
strRetrieveURL - String value of Retrieve URL.public java.lang.String getRetrieveURL()
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()
public void setRequestedMediaApplicationProfile(java.lang.String strRequestedMediaApplicationProfile)
strRequestedMediaApplicationProfile - String value of Media Application Profilepublic java.lang.String getRequestedMediaApplicationProfile()
public IconImageSequence getIconImageSequence()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class SOPInstanceReferenceMacroDependentItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.