IProcessNDelete2 Interface (original) (raw)
Summary
Allows implementors to process N-DELETE-REQ commands.
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:
- 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.
- 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.
Leadtools.Dicom.AddIn Assembly