←Select platform

IProcessNCreate2 Interface

Summary

Allows implementors to process N-CREATE-REQ command.

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

The IProcessNCreate2 interface is a replacement for the IProcessNCreate interface.

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

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

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