LEADTOOLS Medical (Leadtools.Medical.Workstation.Client assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
StoreClient Constructor
See Also 
Leadtools.Medical.Workstation.Client Namespace > StoreClient Class : StoreClient Constructor



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.
Initializes a new instance of the StoreClient class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal clientInfo As AeInfo, _
   ByVal scp As DicomScp, _
   ByVal compression As Compression, _
   ByVal dataAccess As IStorageDataAccessAgent _
)
Visual Basic (Usage)Copy Code
Dim clientInfo As AeInfo
Dim scp As DicomScp
Dim compression As Compression
Dim dataAccess As IStorageDataAccessAgent
 
Dim instance As New StoreClient(clientInfo, scp, compression, dataAccess)
C# 
public StoreClient( 
   AeInfo clientInfo,
   DicomScp scp,
   Compression compression,
   IStorageDataAccessAgent dataAccess
)
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical.Workstation.Client requires a Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features