←Select platform

NActionClientSessionProxy Constructor

Summary

Initializes a new instance of the NActionClientSessionProxy class.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal Session As Leadtools.Dicom.Scp.ClientSession, _ 
   ByVal presentationID As Byte, _ 
   ByVal messageID As Integer, _ 
   ByVal requestedClass As String, _ 
   ByVal requestedInstance As String, _ 
   ByVal actionTypeId As Integer, _ 
   ByVal responseDataSet As Leadtools.Dicom.DicomDataSet _ 
) 
public: 
NActionClientSessionProxy(  
   Leadtools.Dicom.Scp.ClientSession^ Session, 
   byte presentationID, 
   int messageID, 
   String^ requestedClass, 
   String^ requestedInstance, 
   int actionTypeId, 
   Leadtools.Dicom.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly