StoreClient Constructor

Summary
Initializes a new instance of the StoreClient class.
Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal clientInfo As AeInfo, _ 
   ByVal scp As DicomScp, _ 
   ByVal compression As Compression, _ 
   ByVal dataAccess As IStorageDataAccessAgent _ 
) 
public: 
StoreClient(  
   AeInfo^ clientInfo, 
   DicomScp^ scp, 
   Compression compression, 
   IStorageDataAccessAgent^ dataAccess 
) 

Parameters

clientInfo
The Leadtools.Dicom.AddIn.Common.AeInfo for the calling client.

scp
The Server information to perform the DICOM Retrieve against.

compression
The Leadtools.Dicom.Scu.Common.Compression to use when storing DICOM files.

dataAccess
The Leadtools.Medical.Storage.DataAccessLayer.IStorageDataAccessAgent object which is used to query the images to be stored.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Client Assembly

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