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



Provides an interface for the DICOM Store plug-in

Syntax

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

Example

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

Remarks

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

Requirements

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

See Also