←Select platform

CFindClientSessionProxy Constructor

Summary

Initializes a new instance of the CFindClientSessionProxy class.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal session As Leadtools.Dicom.Scp.ClientSession, _ 
   ByVal presentationID As Byte, _ 
   ByVal messageID As Integer, _ 
   ByVal abstractClass As String _ 
) 
public: 
CFindClientSessionProxy(  
   Leadtools.Dicom.Scp.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly