Leadtools.Dicom.AddIn Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
OnSendNGetResponse Method
See Also 
Leadtools.Dicom.AddIn Namespace > NotifySendMessageBase Class : OnSendNGetResponse Method



Client
The client.
presenationID
The presenation ID.
messageID
The message ID.
affectedClass
The affected class.
instance
The instance.
status
The status.
dataset
The dataset.
Client
The client.
presenationID
The presenation ID.
messageID
The message ID.
affectedClass
The affected class.
instance
The instance.
status
The status.
dataset
The dataset.
Called when [send N get response].

Syntax

Visual Basic (Declaration) 
Public Overridable Sub OnSendNGetResponse( _
   ByVal Client As DicomClient, _
   ByVal presenationID As Byte, _
   ByVal messageID As Integer, _
   ByVal affectedClass As String, _
   ByVal instance As String, _
   ByVal status As DicomCommandStatusType, _
   ByVal dataset As DicomDataSet _
) 
Visual Basic (Usage)Copy Code
Dim instance As NotifySendMessageBase
Dim Client As DicomClient
Dim presenationID As Byte
Dim messageID As Integer
Dim affectedClass As String
Dim instance As String
Dim status As DicomCommandStatusType
Dim dataset As DicomDataSet
 
instance.OnSendNGetResponse(Client, presenationID, messageID, affectedClass, instance, status, dataset)
C# 
public virtual void OnSendNGetResponse( 
   DicomClient Client,
   byte presenationID,
   int messageID,
   string affectedClass,
   string instance,
   DicomCommandStatusType status,
   DicomDataSet dataset
)
C++/CLI 
public:
virtual void OnSendNGetResponse( 
   DicomClient^ Client,
   byte presenationID,
   int messageID,
   String^ affectedClass,
   String^ instance,
   DicomCommandStatusType status,
   DicomDataSet dataset
) 

Parameters

Client
The client.
presenationID
The presenation ID.
messageID
The message ID.
affectedClass
The affected class.
instance
The instance.
status
The status.
dataset
The dataset.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

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