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

FindModule Method (DicomDataSet)








The module to find.
Returns a DicomModule object that contains information about the specified module. .NET support WinRT support Silverlight support
Syntax
public DicomModule FindModule( 
   DicomModuleType module
)
'Declaration
 
Public Function FindModule( _
   ByVal module As DicomModuleType _
) As DicomModule
'Usage
 
Dim instance As DicomDataSet
Dim module As DicomModuleType
Dim value As DicomModule
 
value = instance.FindModule(module)
public DicomModule FindModule( 
   DicomModuleType module
)
ObjectiveC Syntax
 function Leadtools.Dicom.DicomDataSet.FindModule( 
   module 
)
public:
DicomModule^ FindModule( 
   DicomModuleType module
) 

Parameters

module
The module to find.

Return Value

A DicomModule object that contains information about the specified module, or a null reference (Nothing in Visual Basic) if the specified module was not 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.

To find the module at a specific index use FindModuleByIndex.

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
FindModuleByIndex 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