#include "ltdic.h"
L_LTDIC_API L_UINT32 L_DicomGetSignaturesCount(hDS, pItem)
Returns the number of Digital Signatures in the main Data Set or in an Item of a Sequence of Items.
A DICOM handle.
Pointer to a DICOMELEMENT structure that specifies an Item of a Sequence of Items in the Data Set. The function returns the number of Digital Signatures in this Item. If this parameter is set to NULL, the function returns the number of Digital Signatures in the main Data Set.
The number of Digital Signatures in the specified Item, or in the main Data Set if no Item is specified.
The function computes the number of Digital Signatures by counting the number of Items under the Digital Signatures Sequence (FFFA,FFFA) which is located under the Item specified by pItem or on the root of the Data Set if the parameter is set to NULL. The function returns 0 if this Sequence does not exist.
One way of enumerating the Digital Signatures in the main Data Set or in an Item of a Sequence of Items is by using this function along with the L_DicomGetSignature function.
Required DLLs and Libraries
Win32, x64
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document