NSetResponse Event

Summary

Occurs before sending an N-SET to a client.

Syntax
C#
VB
C++
public event EventHandler<NSetResponseEventArgs> NSetResponse 
  
Public Event NSetResponse As EventHandler(Of NSetResponseEventArgs) 
public: 
event EventHandler<NSetResponseEventArgs^>^ NSetResponse 

Event Data

The event handler receives an argument of type NSetResponseEventArgs containing data related to this event. The following NSetResponseEventArgs properties provide information specific to this event.

PropertyDescription
AbstractClass (Inherited from Leadtools.Dicom.Scp.ResponseEventArgs)Gets the Abstract Syntax from the client request.
AffectedSopInstanceUID Gets the UID of the SOP Instance for which Attribute Values were modified.
Handled (Inherited from Leadtools.Dicom.Scp.ResponseEventArgs)Gets or sets a value indicating if the user received the event handled sending the client response to the user.
MessageID (Inherited from Leadtools.Dicom.Scp.ResponseEventArgs)Gets the message ID from the client request.
PresentationId (Inherited from Leadtools.Dicom.Scp.ResponseEventArgs)Gets the presentation ID from the client request.
ResponseDataset (Inherited from Leadtools.Dicom.Scp.ResponseEventArgs)Gets the Leadtools.Dicom.DicomDataSet which will be sent with the response.
Status (Inherited from Leadtools.Dicom.Scp.ResponseEventArgs)Gets the status for processing the client request.

Requirements

Target Platforms

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

Leadtools.Dicom.Scp Assembly