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



Creates a DICOM Store plug-in object.

Syntax

Visual Basic (Declaration) 
Public Overridable Function GetDICOMStorePlugIn() As IDICOMStore
Visual Basic (Usage)Copy Code
Dim instance As DICOMPluginFactory
Dim value As IDICOMStore
 
value = instance.GetDICOMStorePlugIn()
C# 
public virtual IDICOMStore GetDICOMStorePlugIn()
C++/CLI 
public:
virtual IDICOMStore^ GetDICOMStorePlugIn(); 

Return Value

An object which implements the IDICOMStore interface as specified by the DICOMServicesConfigurationHandler.

Remarks

You should make sure that the object implementing the IDICOMStore has the same constructor as our DICOMStore plug-in.

Requirements

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

See Also