LDicomDS::FindIndexModule

Summary

Returns a pointer to a DICOMMODULE Structure that contains information about the module, on Level 0, at the specified index.

Syntax

#include "Ltdic.h"

pDICOMMODULE LDicomDS::FindIndexModule(nIndex)

Parameters

L_UINT32 nIndex

Index value that indicates the position of the module in Level 0 of the Data Set. This index is zero-based.

Returns

Value Meaning
!NULL A pointer to a DICOMMODULE Structure that contains information about the module at the specified index position on Level 0 of the Data Set.
NULL A module at the specified index position on Level 0 of the Data Set was not found.

Comments

This function only finds modules at a specific index on Level 0 of the Data Set.

To find information about a module within the Data Set use LDicomDS::FindModule.

To find specific elements within the Data Set use the following:

LDicomDS::FindFirstElement

LDicomDS::FindLastElement

LDicomDS::FindPrevElement

LDicomDS::FindNextElement

Required DLLs and Libraries

Platforms

Win32, x64

See Also

Functions

Topics

Example

For an example, refer to LDicomDS::GetCountModule.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.