IProcessCMove2 Interface (original) (raw)

Summary

Allows implementors to respond to a C-MOVE-REQ command.

Remarks

The IProcessCMove2 interface is a replacement for the IProcessCMove interface.

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

  1. Checks if the IProcessCMove2 interface has been implemented by an addin. If so, then DICOM Listening Service calls the OnMove2 method to handle the C-MOVE-REQ.
  2. Otherwise, checks if the IProcessCMove has been implemented by an addin. If so, then DICOM Listening Service calls the OnMove method to handle the C-MOVE-REQ.

Leadtools.Dicom.AddIn Assembly