LEADTOOLS Medical (Leadtools.Dicom assembly)

FindModuleByIndex Method (DicomDataSet)

Show in webframe







The zero-based index of the module, on Level 0 of the Data Set, to get.
Returns a DicomModule object that contains information about the module, on Level 0, at the specified index.
Syntax
public DicomModule FindModuleByIndex( 
   int index
)
'Declaration
 
Public Function FindModuleByIndex( _
   ByVal index As Integer _
) As DicomModule
'Usage
 
Dim instance As DicomDataSet
Dim index As Integer
Dim value As DicomModule
 
value = instance.FindModuleByIndex(index)
public DicomModule FindModuleByIndex( 
   int index
)

            
public DicomModule findModuleByIndex(int index)
 function Leadtools.Dicom.DicomDataSet.FindModuleByIndex( 
   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 Visual Basic) 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

See Also

Reference

DicomDataSet Class
DicomDataSet Members
FindModule Method
InsertModule Method
DeleteModule Method
ModuleCount Property
FindFirstElement Method

 

 


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

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features