Leadtools.Dicom.Scp Namespace > ClientSession Class : NGetResponse Event |
public event EventHandler<NGetResponseEventArgs> NGetResponse
'Declaration Public Event NGetResponse As EventHandler(Of NGetResponseEventArgs)
'Usage Dim instance As ClientSession Dim handler As EventHandler(Of NGetResponseEventArgs) AddHandler instance.NGetResponse, handler
public event EventHandler<NGetResponseEventArgs> NGetResponse
add_NGetResponse(function(sender, e)) remove_NGetResponse(function(sender, e))
public: event EventHandler<NGetResponseEventArgs^>^ NGetResponse
The event handler receives an argument of type NGetResponseEventArgs containing data related to this event. The following NGetResponseEventArgs properties provide information specific to this event.
Property | Description |
---|---|
AbstractClass (Inherited from Leadtools.Dicom.Scp.ResponseEventArgs) | Gets the Abstract Syntax from the client request. |
AffectedSopInstanceUID | Gets or sets the UID of the SOP Instance to retrieve attribute values from. |
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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2