Move(DicomScp,string,DicomDataSet) Method

Summary
Sends a C-MOVE-REQ message to a peer member of a connection defined by Scp.
Syntax
C#
C++/CLI
public void Move( 
   DicomScp Scp, 
   string DestAE, 
   DicomDataSet request 
) 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.