CStoreClientSessionProxy Constructor

Summary

Initializes a new instance of the CStoreClientSessionProxy class.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal session As ClientSession, _ 
   ByVal presentationID As Byte, _ 
   ByVal messageID As Integer, _ 
   ByVal abstractClass As String, _ 
   ByVal affectedSOPInstance As String, _ 
   ByVal moveAE As String, _ 
   ByVal moveMessageID As Integer _ 
) 
public: 
CStoreClientSessionProxy(  
   ClientSession^ session, 
   byte presentationID, 
   int messageID, 
   String^ abstractClass, 
   String^ affectedSOPInstance, 
   String^ moveAE, 
   int moveMessageID 
) 

Parameters

session
The ClientSession object which will handle sending the C-STORE responses to the client.

presentationID
The presentation ID received with the C-STORE request.

messageID
The message ID received with the C-STORE request.

abstractClass
The DICOM Abstract Class UID received with the C-STORE request.

affectedSOPInstance
The UID of the SOP Instance stored.

moveAE
Specifies the DICOM AE Title of the DICOM AE which invoked the C-MOVE operation from which this C-STORE sub-operation is being performed.

moveMessageID
Specifies the Message ID of the C-MOVE request/indication primitive from which this C-STORE sub-operation is being performed.

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