LEADTOOLS Medical (Leadtools.Dicom assembly)

FindModule Method (DicomDataSet)

Show in webframe







The module to find.
Returns a DicomModule object that contains information about the specified module.
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
)

            
public DicomModule findModule(DicomModuleType module)
 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

See Also

Reference

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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 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