NGetClientSessionProxy Constructor

Summary

Initializes a new instance of the NGetClientSessionProxy 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 requestedSopInstanceUID As String, _ 
   ByVal responseDataSet As DicomDataSet _ 
) 
public: 
NGetClientSessionProxy(  
   ClientSession^ session, 
   byte presentationID, 
   int messageID, 
   String^ abstractClass, 
   String^ requestedSopInstanceUID, 
   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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly