Error processing SSI file
LEADTOOLS Medical External Store DataAccessLayer (Leadtools.Medical.ExternalStore.DataAccessLayer assembly)

Show in webframe

InitializeGetRestoreCountCommand Method (ExternalStoreSqlDataAccessAgent)






Type: System.Data.IDbCommand The database command that will be initialized to execute the query.
A Leadtools.Dicom.Common.DataTypes.DateRange that specifies a range of 'External Store' dates for the DicomDataSets/
Initializes a System.Data.IDbCommand object to query for the count of Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that can be copied from the 'External Store' back to the 'Local Store'
Syntax
protected override void InitializeGetRestoreCountCommand( 
   DbCommand command,
   DateRange range
)
'Declaration
 
Protected Overrides Sub InitializeGetRestoreCountCommand( _
   ByVal command As DbCommand, _
   ByVal range As DateRange _
) 
'Usage
 
Dim instance As ExternalStoreSqlDataAccessAgent
Dim command As DbCommand
Dim range As DateRange
 
instance.InitializeGetRestoreCountCommand(command, range)

            

            
protected:
void InitializeGetRestoreCountCommand( 
   DbCommand^ command,
   DateRange^ range
) override 

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

See Also

Reference

ExternalStoreSqlDataAccessAgent Class
ExternalStoreSqlDataAccessAgent Members

Error processing SSI file
Leadtools.Medical.ExternalStore.DataAccessLayer requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features