Leadtools.Dicom.Services Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
IDICOMObjectRetrieve Interface
See Also  Members  
Leadtools.Dicom.Services Namespace : IDICOMObjectRetrieve Interface



Provides an interface for the DICOM Object Retrieve plug-in

Syntax

Visual Basic (Declaration) 
Public Interface IDICOMObjectRetrieve 
Visual Basic (Usage)Copy Code
Dim instance As IDICOMObjectRetrieve
C# 
public interface IDICOMObjectRetrieve 
C++/CLI 
public interface class IDICOMObjectRetrieve 

Example

Please check our Medical Web Viewer demo, located in DICOMServicescs.csproj project.

Remarks

Use this interface to implement your custom Object Retrieve plug-in.

Requirements

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

See Also