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



Provides an interface for the DICOM Manage plug-in

Syntax

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

Example

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

Remarks

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

Requirements

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

See Also