| LEADTOOLS DICOM C DLL Help > Features of LEADTOOLS DICOM > DICOM Files > Data Sets > Used Structures > 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 */
} DICOMODULE, * pDICOMMODULE;
The DICOMMODULE structure contains information about Modules.
| Member | Description | 
| 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. | 
See Also
| Functions: | L_DicomFindIndexModule, L_DicomFindModule, L_DicomInsertModule | 
| Topics: |