Allows implementors to process N-CREATE-REQ command.
public interface IProcessNCreate2 : IProcessNCreate, IProcessBreak
public:
interface class IProcessNCreate2 abstract : IProcessNCreate, IProcessBreak
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:
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.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document