←Select platform

IProcessCFind2 Interface

Summary

Allows implementors to respond to C-FIND-REQ commands.

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

The IProcessCFind2 interface is a replacement for the IProcessCFind interface.

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

  1. Checks if the IProcessCFind2 interface has been implemented by an addin. If so, then DICOM Listening Service calls the OnFind2 method to handle the C-FIND-REQ.

  2. Otherwise, checks if the IProcessCFind has been implemented by an addin. If so, then DICOM Listening Service calls the OnFind method to handle the C-FIND-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.