Error processing SSI file
Leadtools.Dicom.Services

Show in webframe

GetDICOMManagePlugIn Method






Creates a DICOM Manage plug-in object.
Syntax
public virtual IDICOMManage GetDICOMManagePlugIn()
'Declaration
 
Public Overridable Function GetDICOMManagePlugIn() As IDICOMManage
'Usage
 
Dim instance As DICOMPluginFactory
Dim value As IDICOMManage
 
value = instance.GetDICOMManagePlugIn()

            

            
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

See Also

Reference

DICOMPluginFactory Class
DICOMPluginFactory Members

Error processing SSI file