Error processing SSI file
Leadtools.Dicom.Services

Show in webframe

DICOMPluginFactory Class






Members 
Provides the methods needed to create DICOM plug-ins from the configuration file.
Object Model
Syntax
public class DICOMPluginFactory 
'Declaration
 
Public Class DICOMPluginFactory 
'Usage
 
Dim instance As 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

See Also

Reference

DICOMPluginFactory Members
Leadtools.Dicom.Services Namespace

Error processing SSI file