GetCrudInterface Method

Summary

Returns an object that implements the ICrud interfaces for this external store add-in.

Syntax
C#
VB
C++
public abstract ICrud GetCrudInterface() 
  
Public MustOverride Function GetCrudInterface() As ICrud 
public: 
abstract ICrud^ GetCrudInterface();  

Return Value

An object that implements the ICrud interfaces for this external store add-in

Remarks

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