Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
FindModule Method
See Also 
Leadtools.Dicom Namespace > DicomDataSet Class : FindModule Method



module
The module to find.
module
The module to find.
Returns a DicomModule object that contains information about the specified module.

Syntax

Visual Basic (Declaration) 
Public Function FindModule( _
   ByVal module As DicomModuleType _
) As DicomModule
Visual Basic (Usage)Copy Code
Dim instance As DicomDataSet
Dim module As DicomModuleType
Dim value As DicomModule
 
value = instance.FindModule(module)
C# 
public DicomModule FindModule( 
   DicomModuleType module
)
C++/CLI 
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.

Example

For an example, refer to DeleteModule.

Remarks

To find the module at a specific index use FindModuleByIndex.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

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