CFindClientSessionProxy Constructor

Summary

Initializes a new instance of the CFindClientSessionProxy class.

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

Parameters

session
The ClientSession object which will handle sending the C-Find response to the client.

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

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

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

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