FindSignature method (ILEADDicomDS Interface)
VARIANT_BOOL FindSignature(BSTR bstrSignatureUID); | |
Overview |
Refer to Working with Digital Signatures. |
Remarks
The FindSignature method searches the Data Set for the Digital Signature with the specified Digital Signature UID. If found in the Data Set, the method updates the CurrentElement property with the corresponding Digital Signatures Sequence Item.
Each Digital Signature should be uniquely identified by a UID specified by the Digital Signature UID (0400,0100) under the corresponding Digital Signatures Sequence Item. Use this method to search the whole Data Set for a Digital Signature by knowing its Digital Signature UID.
Once the CurrentElement property is updated with the Digital Signatures Sequence Item, the following methods can be used to verify, delete, or get information about the Digital Signature:
You can also use the GetSignaturesCount method and the MoveSignature method to enumerate the Digital Signatures in the main Data Set or in an Item of a Sequence of Items.
See Also