Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS DICOM C DLL Help

DICOMMODULE

Show in webframe

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:

Working with Data Sets

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.