LEADTOOLS Medical (Leadtools.Dicom assembly)
LEAD Technologies, Inc

FindModuleByIndex Method (DicomDataSet)








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. .NET support WinRT support Silverlight support
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
)
ObjectiveC Syntax
 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 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