←Select platform

NGetClientSessionProxy Constructor

Summary

Initializes a new instance of the NGetClientSessionProxy 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, _ 
   ByVal requestedSopInstanceUID As String, _ 
   ByVal responseDataSet As Leadtools.Dicom.DicomDataSet _ 
) 
public: 
NGetClientSessionProxy(  
   Leadtools.Dicom.Scp.ClientSession^ session, 
   byte presentationID, 
   int messageID, 
   String^ abstractClass, 
   String^ requestedSopInstanceUID, 
   Leadtools.Dicom.DicomDataSet^ responseDataSet 
) 

Parameters

session
The client session proxy which handles the DICOM N-GET messages.

presentationID
The presentation ID of the N-GET request.

messageID
The message ID of the N-GET request.

abstractClass
Specifies the SOP Class for which attribute values are to be retrieved.

requestedSopInstanceUID
Specifies the SOP Instance for which attribute values are to be retrieved.

responseDataSet
A Leadtools.Dicom.DicomDataSet which includes the result of the N-GET 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