←Select platform

IProcessNDelete2 Interface

Summary

Allows implementors to process N-DELETE-REQ commands.

Syntax
C#
VB
C++
public interface IProcessNDelete2 : IProcessNDelete, IProcessBreak 
Public Interface IProcessNDelete2 
   Inherits IProcessNDelete, IProcessBreak 
public: 
   interface class IProcessNDelete2 abstract : IProcessNDelete, IProcessBreak 
Remarks

The IProcessNDelete2 interface is a replacement for the IProcessNDelete interface.

When the DICOM Listening Service (Leadtools.Dicom.Server.exe) gets a N-DELETE-REQ, it does the following:

  1. Checks if the IProcessNDelete2 interface has been implemented by an addin. If so, then DICOM Listening Service calls the OnNDelete2 method to handle the N-DELETE-REQ.

  2. Otherwise, checks if the IProcessNDelete has been implemented by an addin. If so, then DICOM Listening Service calls the OnNDelete method to handle the N-DELETE-REQ.

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.