public class FailedSOPSequenceItem extends SOPInstanceReferenceMacroDependentItem
FailedSOPSequence.| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<ITag> |
getFailureAttributes()
Retrieves the Attributes associated with the Failure Reason
|
short |
getFailureReason()
Retrieves The reason that storage commitment could not be provided for this SOP Instance.
|
java.lang.String |
getRequestedMediaApplicationProfile()
Retrieves the Media Application Profile used for this SOP Instance.
|
void |
setFailureAttributes(ISingleCollection<ITag> objSingleCollection)
Sets the Attributes associated with the Failure Reason
|
void |
setFailureReason(short shFailureReason)
Sets The reason that storage commitment could not be provided for this SOP Instance.
|
void |
setRequestedMediaApplicationProfile(java.lang.String strRequestedMediaApplicationProfile)
Sets the Media Application Profile used for this SOP Instance.
|
boolean |
validateForModule()
Validates all the attributes in Failed SOP Sequence Item 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 setFailureReason(short shFailureReason)
shFailureReason - short value of Failure Reasonpublic short getFailureReason()
public void setRequestedMediaApplicationProfile(java.lang.String strRequestedMediaApplicationProfile)
strRequestedMediaApplicationProfile - String value of Media Application Profilepublic java.lang.String getRequestedMediaApplicationProfile()
public void setFailureAttributes(ISingleCollection<ITag> objSingleCollection)
objSingleCollection - Collection of Tags (GroupNumber and ElementNumbers)public ISingleCollection<ITag> getFailureAttributes()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class SOPInstanceReferenceMacroDependentItemInvalidItemException - throws InvalidItemException Conditional element fails.