InitializeGetRestoreListCommand Method

Summary
Initializes a System.Data.IDbCommand object to query for the list of Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that can be copied from the 'External Store' back to the ''Local Store''
Syntax
C#
C++/CLI
protected abstract void InitializeGetRestoreListCommand( 
   DbCommand command, 
   DateRange range 
) 
protected: 
abstract void InitializeGetRestoreListCommand(  
   DbCommand^ command, 
   DateRange^ range 
)  

Parameters

command
Type: System.Data.IDbCommand The database command that will be initialized to execute the query.

range
A Leadtools.Dicom.Common.DataTypes.DateRange that specifies a range of 'External Store' dates for the DicomDataSets/

Remarks

When a Leadtools.Dicom.DicomDataSet is sent to the 'External Store', the date is recorded in the database. All externally stored datasets whose store date falls within the Leadtools.Dicom.Common.DataTypes.DateRange are returned as a list of Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance.

Requirements

Target Platforms

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

Leadtools.Medical.ExternalStore.DataAccessLayer Assembly

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