←Select platform

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 Leadtools.Dicom.Scu.DicomScp, _ 
   ByVal DestAE As String, _ 
   ByVal request As Leadtools.Dicom.DicomDataSet _ 
)  
public: 
void Move(  
   Leadtools.Dicom.Scu.DicomScp^ Scp, 
   String^ DestAE, 
   Leadtools.Dicom.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly