←Select platform

ICrud Interface

Summary

External Store Addins 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 addin 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 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly