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



Provides an interface for the DICOM Query plug-in

Syntax

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

Example

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

Remarks

Use this interface to implement your custom Query plug-in.

Requirements

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

See Also