←Select platform

IProcessNSet2 Interface

Summary

Allows implementors to process N-SET-REQ commands.

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

The IProcessNSet2 interface is a replacement for the IProcessNSet interface.

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

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

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