←Select platform

IProcessNGet2 Interface

Summary

Allows implementors to process N-GET-REQ commands.

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

The IProcessNGet2 interface is a replacement for the IProcessNGet interface.

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

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

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