←Select platform

IProcessCMove2 Interface

Summary

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

Syntax
C#
VB
C++
public interface IProcessCMove2 : IProcessCMove, IProcessBreak 
Public Interface IProcessCMove2 
   Inherits IProcessCMove, IProcessBreak 
public: 
   interface class IProcessCMove2 abstract : IProcessCMove, IProcessBreak 
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.

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.