←Select platform

DICOMPluginFactory Class

Summary

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

Syntax

C#
VB
C++
public class DICOMPluginFactory 
  
Public Class 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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Services Assembly