←Select platform

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 Leadtools.Dicom.DicomCommandStatusType, _ 
   ByVal actionType As Integer, _ 
   ByVal responseDataset As Leadtools.Dicom.DicomDataSet _ 
) 
public: 
NActionResponseEventArgs(  
   byte presentationID, 
   int messageID, 
   String^ affectedClass, 
   String^ affectedInstance, 
   Leadtools.Dicom.DicomCommandStatusType status, 
   int actionType, 
   Leadtools.Dicom.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly