Move(DicomScp,string,DicomDataSet) Method

Summary

Sends a C-MOVE-REQ message to a peer member of a connection defined by Scp.

Syntax
C#
VB
C++
public void Move( 
   DicomScp Scp, 
   string DestAE, 
   DicomDataSet request 
) 
  
Public Overloads Sub Move( _ 
   ByVal Scp As DicomScp, _ 
   ByVal DestAE As String, _ 
   ByVal request As DicomDataSet _ 
)  
public: 
void Move(  
   DicomScp^ Scp, 
   String^ DestAE, 
   DicomDataSet^ request 
)  

Parameters

Scp
The peer connection to send the C-MOVE-REQ to.

DestAE
The name of the Application Entity to which to move the data. If DestAE is null or empty the dataset will be moved to the AETitle defined in DicomFindSCU.

request
The DICOM dataset that describes the move operation to perform.

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