Allows implementors to respond to a C-MOVE-REQ command.
public interface IProcessCMove2 : IProcessCMove, IProcessBreak
public:
interface class IProcessCMove2 abstract : IProcessCMove, IProcessBreak
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:
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.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document