LEADTOOLS Medical (Leadtools.Dicom.Scp assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
NActionResponse Event
See Also 
Leadtools.Dicom.Scp Namespace > ClientSession Class : NActionResponse Event



Occurs before sending a N-ACTION response to a client.

Syntax

Visual Basic (Declaration) 
Public Event NActionResponse As EventHandler(Of NActionResponseEventArgs)
Visual Basic (Usage)Copy Code
Dim instance As ClientSession
Dim handler As EventHandler(Of NActionResponseEventArgs)
 
AddHandler instance.NActionResponse, handler
C# 
public event EventHandler<NActionResponseEventArgs> NActionResponse
C++/CLI 
public:
event EventHandler<NActionResponseEventArgs^>^ NActionResponse

Event Data

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

PropertyDescription
AbstractClass (Inherited from Leadtools.Dicom.Scp.ResponseEventArgs)Gets the Abstract Syntax from the client request.
ActionType Gets or sets the type of the action.
AffectedInstance Gets or sets the affected instance.
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Dicom.Scp requires a Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features