Leadtools.Dicom.Services Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
GetDICOMManagePlugIn Method
See Also 
Leadtools.Dicom.Services Namespace > DICOMPluginFactory Class : GetDICOMManagePlugIn Method



Creates a DICOM Manage plug-in object.

Syntax

Visual Basic (Declaration) 
Public Overridable Function GetDICOMManagePlugIn() As IDICOMManage
Visual Basic (Usage)Copy Code
Dim instance As DICOMPluginFactory
Dim value As IDICOMManage
 
value = instance.GetDICOMManagePlugIn()
C# 
public virtual IDICOMManage GetDICOMManagePlugIn()
C++/CLI 
public:
virtual IDICOMManage^ GetDICOMManagePlugIn(); 

Return Value

An object which implements the IDICOMManage interface as specified by the DICOMServicesConfigurationHandler.

Remarks

You should make sure that the object implementing the IDICOMManage has the same constructor as our DICOMManage plug-in.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also