Initializes a new instance of the StoreClient class.
public StoreClient(
AeInfo clientInfo,
DicomScp scp,
Compression compression,
IStorageDataAccessAgent dataAccess
)
Public Function New( _
ByVal clientInfo As Leadtools.Dicom.Addin.Common.AeInfo, _
ByVal scp As Leadtools.Dicom.Scu.DicomScp, _
ByVal compression As Leadtools.Dicom.Scu.Common.Compression, _
ByVal dataAccess As Leadtools.Medical.Storage.Dataaccesslayer.IStorageDataAccessAgent _
)
public:
StoreClient(
Leadtools.Dicom.Addin.Common.AeInfo^ clientInfo,
Leadtools.Dicom.Scu.DicomScp^ scp,
Leadtools.Dicom.Scu.Common.Compression compression,
Leadtools.Medical.Storage.Dataaccesslayer.IStorageDataAccessAgent^ dataAccess
)
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET