←Select platform

OnBeforeSendCommandSet Method

Summary

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

Syntax
C#
C++/CLI
protected virtual void OnBeforeSendCommandSet( 
   DicomDataSet cs 
) 
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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

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