NActionResponseEventArgs Constructor

Summary

Initializes a new instance of the NActionResponseEventArgs class.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal presentationID As Byte, _ 
   ByVal messageID As Integer, _ 
   ByVal affectedClass As String, _ 
   ByVal affectedInstance As String, _ 
   ByVal status As DicomCommandStatusType, _ 
   ByVal actionType As Integer, _ 
   ByVal responseDataset As DicomDataSet _ 
) 
public: 
NActionResponseEventArgs(  
   byte presentationID, 
   int messageID, 
   String^ affectedClass, 
   String^ affectedInstance, 
   DicomCommandStatusType status, 
   int actionType, 
   DicomDataSet^ responseDataset 
) 

Parameters

presentationID
The presentation ID.

messageID
The presentation ID of the N-ACTION request.

affectedClass
The SOP class UID of the instance the N-ACTION was performed on.

affectedInstance
The UID of the instance the N-ACTION was performed on.

status
The status for processing the N-ACTION request.

actionType
Type of action to be performed.

responseDataset
The Leadtools.Dicom.DicomDataSet which will be sent with the response.

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