MergeStudy Method

Summary

Merges the study.

Syntax
C#
VB
C++
  
Public Function MergeStudy( _ 
   ByVal scp As DicomScp, _ 
   ByVal data As MergeStudy _ 
) As DicomCommandStatusType 
public: 
DicomCommandStatusType MergeStudy(  
   DicomScp^ scp, 
   MergeStudy^ data 
)  

Parameters

scp
The peer connection to send the merge study request to.

data
The data specific to the merge study request.

Return Value

The status of the 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