typedef struct _DICOMMODULE
{
L_UINT32 nModule; /* module code */
L_UINT32 nCount; /* number of elements */
pDICOMELEMENT pElement[1000]; /* an array of pointers to DICOMELEMENT structures */
} DICOMMODULE, * pDICOMMODULE;
The DICOMMODULE structure contains information about Modules.
Code value that specifies the Module. For a list of default values, refer to IOD Module Constants.
Number of elements within the specified module.
An array of pointers to DICOMELEMENT structures. The DICOMELEMENT structures contain information about the elements contained in the module specified in nModule.
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