Leadtools.Dicom.Services
LEAD Technologies, Inc

DICOMPluginFactory Class






Members 
Provides the methods needed to create DICOM plug-ins from the configuration file.
Object Model
DICOMPluginFactory ClassDICOMServicesConfigurationHandler Class
Syntax
public class DICOMPluginFactory 
'Declaration
 
Public Class DICOMPluginFactory 
'Usage
 
Dim instance As DICOMPluginFactory
public sealed class DICOMPluginFactory 
function Leadtools.Dicom.Services.DICOMPluginFactory()
public ref class DICOMPluginFactory 
Remarks

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

In order to use this class, 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-in 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-in types and initialization information. Make sure that the WCF service configuration file has a valid DICOMServicesConfigurationHandler section so the plug-ins an be created.

For more information about implementing a custom plug-in Factory refer to

Example
For an example, refer to the WCF DICOM Service configuration file, located in the DICOMWCFService.csproj project
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DICOMPluginFactory Members
Leadtools.Dicom.Services Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.