public class ReferencedDigitalSignatureSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDigitalSignatureUID()
Retrieves a UID that can be used to uniquely reference this signature.
|
ISingleCollection<byte[]> |
getSignature()
Retrieves the Signature Value identified by the Digital Signature UID
within the Referenced SOP Instance UID.
|
void |
setDigitalSignatureUID(java.lang.String strDigitalSignatureUID)
Sets a UID that can be used to uniquely reference this signature.
|
void |
setSignature(ISingleCollection<byte[]> vectSignature)
Sets the Signature Value identified by the Digital Signature UID
within the Referenced SOP Instance UID.
|
boolean |
validateForModule()
Validates all the attributes in ReferencedDigitalSignatureSequenceItem 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 setDigitalSignatureUID(java.lang.String strDigitalSignatureUID)
strDigitalSignatureUID - String value of Digital Signature UID.public java.lang.String getDigitalSignatureUID()
public void setSignature(ISingleCollection<byte[]> vectSignature)
vectSignature - collection of byte array of Signature values.public ISingleCollection<byte[]> getSignature()