Notifies a connection before the Command Set portion of a DIMSE DicomNet:SendXxxResponse is transmitted.
protected virtual void OnBeforeSendCommandSet(
DicomDataSet cs
)
Protected Overridable Sub OnBeforeSendCommandSet(
ByVal cs As DicomDataSet
)
protected:
virtual void OnBeforeSendCommandSet(
DicomDataSet^ cs
)
cs
A DicomDataSet containing the Command Set portion of a DIMSE SendXxxResponse message.
This event is fired for the following methods 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.
For an example, refer to StatusFailureDuplicateSopInstance.
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