BeforeCGetEventArgs Constructor

Summary

Initializes a new instance of the BeforeCGetEventArgs class.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal scp As DicomScp, _ 
   ByVal dataset As DicomDataSet, _ 
   ByVal priority As DicomCommandPriorityType _ 
) 
public: 
BeforeCGetEventArgs(  
   DicomScp^ scp, 
   DicomDataSet^ dataset, 
   DicomCommandPriorityType priority 
) 

Parameters

scp
A Leadtools.Dicom.Scu.DicomScp that represents the peer connection to send the C-GET-REQ to.

dataset
The dataset to send with this C-GET-REQ message.

priority
The priority of the C-GET-REQ message.

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.Scu Assembly