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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.