LEADTOOLS Medical (Leadtools.Dicom.Scp assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
NGetClientSessionProxy Constructor
See Also 
Leadtools.Dicom.Scp Namespace > NGetClientSessionProxy Class : NGetClientSessionProxy Constructor



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 for witch attribute values are to be retrieved.
requestedSopInstanceUID
Specifies the SOP Instance for witch attribute values are to be retrieved.
responseDataSet
A Leadtools.Dicom.DicomDataSet which includes the result of the N-GET request.
Initializes a new instance of the NGetClientSessionProxy class.

Syntax

Visual Basic (Declaration) 
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 _
)
Visual Basic (Usage)Copy Code
Dim session As ClientSession
Dim presentationID As Byte
Dim messageID As Integer
Dim abstractClass As String
Dim requestedSopInstanceUID As String
Dim responseDataSet As DicomDataSet
 
Dim instance As New NGetClientSessionProxy(session, presentationID, messageID, abstractClass, requestedSopInstanceUID, responseDataSet)
C# 
public NGetClientSessionProxy( 
   ClientSession session,
   byte presentationID,
   int messageID,
   string abstractClass,
   string requestedSopInstanceUID,
   DicomDataSet responseDataSet
)
C++/CLI 
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 for witch attribute values are to be retrieved.
requestedSopInstanceUID
Specifies the SOP Instance for witch attribute values are to be retrieved.
responseDataSet
A Leadtools.Dicom.DicomDataSet which includes the result of the N-GET request.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Dicom.Scp requires a Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features