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




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
)
Managed Extensions for 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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

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