ICrud Interface

Summary

External Store Add-ins implement this interface to provide ICrud operations (Create, Retrieve, Update, Delete).

Syntax
C#
VB
C++
public interface ICrud 
  
Public Interface ICrud  
public interface class ICrud  

Remarks

If the external store add-in that implements this interface is active, the framework will call these methods to Create, Retrieve, Update, and Delete DICOM datasets. For an example, see the Leadtools.Medical.ExternalStore.Sample.Addin demo located here: <INSTALLDIR>\Examples\PACSFramework\CS\Sample AddIns\Leadtools.Medical.ExternalStore.Sample.Addin

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly