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



Creates a DICOM Object Retrieve plug-in object.

Syntax

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

Return Value

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

Remarks

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

Requirements

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

See Also