OnSendNGetResponse Method

Summary
Called when [send N get response].
Syntax
C#
VB
C++
public virtual void OnSendNGetResponse( 
   DicomClient Client, 
   byte presentationID, 
   int messageID, 
   string affectedClass, 
   string instance, 
   DicomCommandStatusType status, 
   DicomDataSet dataset 
) 
  
Public Overridable Sub OnSendNGetResponse( _ 
   ByVal Client As DicomClient, _ 
   ByVal presentationID As Byte, _ 
   ByVal messageID As Integer, _ 
   ByVal affectedClass As String, _ 
   ByVal instance As String, _ 
   ByVal status As DicomCommandStatusType, _ 
   ByVal dataset As DicomDataSet _ 
)  
public: 
virtual void OnSendNGetResponse(  
   DicomClient^ Client, 
   byte presentationID, 
   int messageID, 
   String^ affectedClass, 
   String^ instance, 
   DicomCommandStatusType status, 
   DicomDataSet^ dataset 
)  

Parameters

Client
The client.

presentationID
The presentation ID.

messageID
The message ID.

affectedClass
The affected class.

instance
The instance.

status
The status.

dataset
The dataset.

Requirements

Target Platforms

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

Leadtools.Dicom.AddIn Assembly

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