DICOMMODULE

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.

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.

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

LEADTOOLS DICOM C++ Class Library Help