BeforeCMoveEventArgs Constructor

Summary

Initializes a new instance of the BeforeCMoveEventArgs class.

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

Parameters

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

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

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

DestAE
A System.String that represents the destination ae title of the move operation.

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