C#
C++/CLI
Notifies a connection before the Command Set portion of a DIMSE DicomNet:SendXxxResponse is transmitted.
protected virtual void OnBeforeSendCommandSet(
DicomDataSet cs
)
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.