←Select platform

FindModule Method

Summary
Returns a DicomModule object that contains information about the specified module.
Syntax
C#
VB
C++
Java
public DicomModule FindModule( 
   DicomModuleType module 
) 
Public Function FindModule( _ 
   ByVal module As DicomModuleType _ 
) As DicomModule 
public DicomModule findModule(DicomModuleType 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 VB) 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

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.