Notifies a connection before the Command Set portion of a DIMSE L_DicomSendXXXResponse is transmitted.
#include "ltdic.h"
L_VOID pEXT_CALLBACK YourFunction (hNet, hCS, pUserData)
A DICOM Network handle.
An HDICOMDS containing the Command Set portion of a DIMSE L_DicomSendXXXResponse message.
Void pointer to be used to access a variable or structure containing data that the callback requires. This gives a way to receive data indirectly from the function that fires this callback.
Keep in mind that this is a void pointer, which must be cast to the appropriate data type within the callback.
None.
A call to this function is generated in each of the following functions before the Command Set portion is sent:
This allows an SCP to add/remove DICOM elements to the Command Set cs prior to transmission.
This is useful for adding optional status elements for providing additional status information including:
To use this callback function, BEFORESENDCOMMANDSET must be set using L_DicomSetCallbackExt.
Win32, x64
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