←Select platform

OnBeforeSendCommandSet Method

Summary

Notifies a connection before the Command Set portion of a DIMSE DicomNet:SendXxxResponse is transmitted.

Syntax
C#
VB
C++
protected virtual void OnBeforeSendCommandSet( 
   DicomDataSet cs 
) 
Protected Overridable Sub OnBeforeSendCommandSet( 
   ByVal cs As DicomDataSet 
) 
protected:  
   virtual void OnBeforeSendCommandSet( 
      DicomDataSet^ cs 
   ) 

Parameters

cs

A DicomDataSet containing the Command Set portion of a DIMSE SendXxxResponse message.

Remarks

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.

Example

For an example, refer to StatusFailureDuplicateSopInstance.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.