←Select platform

IProcessNAction2 Interface

Summary

Allows implementor to process N-ACTION-REQ command.

Syntax
C#
C++/CLI
public interface IProcessNAction2 : 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 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.