NActionClientSessionProxy Constructor

Summary
Initializes a new instance of the NActionClientSessionProxy class.
Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal Session As ClientSession, _ 
   ByVal presentationID As Byte, _ 
   ByVal messageID As Integer, _ 
   ByVal requestedClass As String, _ 
   ByVal requestedInstance As String, _ 
   ByVal actionTypeId As Integer, _ 
   ByVal responseDataSet As DicomDataSet _ 
) 
public: 
NActionClientSessionProxy(  
   ClientSession^ Session, 
   byte presentationID, 
   int messageID, 
   String^ requestedClass, 
   String^ requestedInstance, 
   int actionTypeId, 
   DicomDataSet^ responseDataSet 
) 

Parameters

Session
The client session proxy which handles the DICOM N-ACTION messages.

presentationID
The presentation ID of the N-ACTION request.

messageID
The message ID of the N-ACTION request.

requestedClass
The SOP class UID of the instance the N-ACTION is to be performed on.

requestedInstance
The UID of the instance the N-ACTION is to be performed on.

actionTypeId
Type of action to be performed.

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

Requirements

Target Platforms

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

Leadtools.Dicom.Scp Assembly

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