←Select platform

IProcessCGet2 Interface

Summary

Allows implementors to process C-GET-REQ commands.

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

The IProcessCGet2 interface is a replacement for the IProcessCGet interface.

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

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

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