CopyPatient Method

Summary

Copies the patient to DICOM files already stored on the server.

Syntax
C#
VB
C++
protected virtual int CopyPatient( 
   CopyPatient data 
) 
  
Protected Overridable Function CopyPatient( _ 
   ByVal data As CopyPatient _ 
) As Integer 
protected: 
virtual int CopyPatient(  
   CopyPatient^ data 
)  

Parameters

data
The data to copy to new DICOM file.

Return Value

Number of instances updated.

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.Scp Assembly