←Select platform

FindModuleByIndex Method

Summary

Returns a DicomModule object that contains information about the module, on Level 0, at the specified index.

Syntax
C#
VB
C++
Java
public DicomModule FindModuleByIndex( 
   int index 
) 
Public Function FindModuleByIndex( _ 
   ByVal index As Integer _ 
) As DicomModule 
public DicomModule findModuleByIndex(int index) 
public: 
DicomModule^ FindModuleByIndex(  
   int index 
)  

Parameters

index
The zero-based index of the module, on Level 0 of the Data Set, to get.

Return Value

A DicomModule object that contains information about the module at the specified index on Level 0 of the Data Set, or a null reference (Nothing in VB) if no module at the specified index was found. The DicomModule object returned by this method is not unique. It will be overwritten by subsequent calls to FindModule.

Remarks

The DicomModule object returned by this method is not unique. It will be overwritten by subsequent calls to FindModule.

This method 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 FindModule.

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

FindFirstElement

FindLastElement

FindPreviousElement

FindNextElement

Example

For an example, refer to DeleteModule.

Requirements

Target Platforms

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

Leadtools.Dicom Assembly