←Select platform

IProcessCStore2 Interface

Summary

Allows implementors to respond to a C-STORE-REQ command.

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

The IProcessCStore2 interface is a replacement for the IProcessCStore interface.

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

  1. Checks if the IProcessCStore2 interface has been implemented by an addin. If so, then DICOM Listening Service calls the OnStore2 method to handle the C-STORE-REQ.

  2. Otherwise, checks if the IProcessCStore has been implemented by an addin. If so, then DICOM Listening Service calls the OnStore method to handle the C-STORE-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.