←Select platform

IProcessCGet2 Interface

Summary

Allows implementors to process C-GET-REQ commands.

Syntax
C#
C++/CLI
public interface IProcessCGet2 : 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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.