←Select platform

IProcessNReport2 Interface

Summary

Allows implementors to process N-EVENT-REPORT-REQ commands.

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

The IProcessNReport2 interface is a replacement for the IProcessNReport interface.

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

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

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