Delete Method

Summary

Called by the PACSFramework to delete the DicomDataSet from the external store that corresponds to token.

Syntax
C#
VB
C++
public Exception Delete( 
   string token 
) 
  
Function Delete( _ 
   ByVal token As String _ 
) As Exception 
Exception^ Delete(  
   String^ token 
)  

Parameters

token
the unique string value that is used to retrieve the data from the external store

Return Value

null if successful; otherwise return an appropriate exception. Note that the exception is returned and not thrown.

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

See Also

Reference

ICrud Interface

ICrud Members

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