←Select platform

IProcessNAction2 Interface

Summary

Allows implementor to process N-ACTION-REQ command.

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

The IProcessNAction2 interface is a replacement for the IProcessNAction interface.

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

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

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