Error processing SSI file
Leadtools.Dicom.Services

Show in webframe

GetDICOMStorePlugIn Method






Creates a DICOM Store plug-in object.
Syntax
public virtual IDICOMStore GetDICOMStorePlugIn()
'Declaration
 
Public Overridable Function GetDICOMStorePlugIn() As IDICOMStore
'Usage
 
Dim instance As DICOMPluginFactory
Dim value As IDICOMStore
 
value = instance.GetDICOMStorePlugIn()

            

            
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

See Also

Reference

DICOMPluginFactory Class
DICOMPluginFactory Members

Error processing SSI file