←Select platform

NActionResponseEventArgs Constructor (NActionResponseEventArgs)

Summary

Initializes a new instance of the NActionResponseEventArgs class.

Syntax

C#
VB
C++
public NActionResponseEventArgs(  
   byte presentationID, 
   int messageID, 
   string affectedClass, 
   string affectedInstance, 
   Leadtools.Dicom.DicomCommandStatusType status, 
   int actionType, 
   Leadtools.Dicom.DicomDataSet responseDataset 
) 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.Scp Assembly
Click or drag to resize