Returns a DicomModule object that contains information about the specified module.
public DicomModule FindModule(
DicomModuleType module
)
Public Function FindModule( _
ByVal module As Leadtools.Dicom.DicomModuleType _
) As Leadtools.Dicom.DicomModule
public Leadtools.Dicom.DicomModule FindModule(
Leadtools.Dicom.DicomModuleType module
)
public DicomModule findModule(DicomModuleType module)
function Leadtools.Dicom.DicomDataSet.FindModule(
module
)
public:
Leadtools.Dicom.DicomModule^ FindModule(
Leadtools.Dicom.DicomModuleType module
)
module
The module to find.
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.
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.
For an example, refer to DeleteModule.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET