DICOMMODULE

Summary

The DICOMMODULE structure contains information about Modules.

Syntax

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; 

Members

nModule

Code value that specifies the Module. For a list of default values, refer to IOD Module Constants.

nCount

Number of elements within the specified module.

pElement

An array of pointers to DICOMELEMENT structures. The DICOMELEMENT structures contain information about the elements contained in the module specified in nModule.

Usage

See Also

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DICOM C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.