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



Provides the methods needed to create the DICOM plug-ins from the configuration file.

Object Model

DICOMPluginFactory ClassDICOMServicesConfigurationHandler Class

Syntax

Visual Basic (Declaration) 
Public Class DICOMPluginFactory 
Visual Basic (Usage)Copy Code
Dim instance As DICOMPluginFactory
C# 
public class DICOMPluginFactory 
C++/CLI 
public ref class DICOMPluginFactory 

Example

Check our WCF DICOM Service configuration file, located in the DICOMWCFService.csproj project

Remarks

This class is responsible of creating and initializing the plug-ins configured in the WCF service configuration file.

In order to use this class you should set the type of the DICOMPluginFactory in the DICOMServicesConfigurationHandler.Type property.

You can inherit from this class and provide your own implementation for the factory methods to create and initialize your own plug-ins types but you should change the DICOMServicesConfigurationHandler.Type to refer to your new custom factory class.

The class uses the DICOMServicesConfigurationHandler to retrieve the plug-ins types and initialization information, you should make sure that the WCF service configuration file has a valid DICOMServicesConfigurationHandler section to be able to create the plug-ins.

For more information about implemeting custom plug-ins Factory check

Inheritance Hierarchy

System.Object
   Leadtools.Dicom.Services.DICOMPluginFactory

Requirements

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

See Also