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

Show in webframe

InitializeResetCommand Method (ExternalStoreSqlDataAccessAgent)






Type: System.Data.IDbCommand The database command that will be initialized to execute the reset.
A Leadtools.Dicom.Common.DataTypes.DateRange that specifies the range of 'External Store' dates that will be reset.
Initializes a System.Data.IDbCommand object to reset the 'External Store' with the Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that fall within the range.
Syntax
protected override void InitializeResetCommand( 
   DbCommand command,
   DateRange range
)
'Declaration
 
Protected Overrides Sub InitializeResetCommand( _
   ByVal command As DbCommand, _
   ByVal range As DateRange _
) 
'Usage
 
Dim instance As ExternalStoreSqlDataAccessAgent
Dim command As DbCommand
Dim range As DateRange
 
instance.InitializeResetCommand(command, range)

            

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

Parameters

command
Type: System.Data.IDbCommand The database command that will be initialized to execute the reset.
range
A Leadtools.Dicom.Common.DataTypes.DateRange that specifies the range of 'External Store' dates that will be reset.
Remarks
When a Leadtools.Dicom.DicomDataSet is sent to the 'External Store', the date is recorded in the database. When an Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance is reset, it is marked has never having been copied to the 'External Store'.
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