NCreateClientSessionProxy Constructor

Summary
Initializes a new instance of the NCreateClientSessionProxy 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 _ 
) 
public: 
NCreateClientSessionProxy(  
   ClientSession^ session, 
   byte presentationID, 
   int messageID, 
   String^ abstractClass, 
   String^ affectedSOPInstance 
) 

Parameters

session
The ClientSession object which will handle sending the N-CREATE response to the client.

presentationID
The presentation ID received with the N-CREATE request.

messageID
The message ID received with the N-CREATE request.

abstractClass
The DICOM Abstract Class UID received with the N-CREATE request.

affectedSOPInstance
The UID of the SOP Instance stored.

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.