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

Show in webframe

InitializeResetCommand Method (ExternalStoreDBDataAccessAgent)






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 abstract void InitializeResetCommand( 
   DbCommand command,
   DateRange range
)
'Declaration
 
Protected MustOverride Sub InitializeResetCommand( _
   ByVal command As DbCommand, _
   ByVal range As DateRange _
) 
'Usage
 
Dim instance As ExternalStoreDBDataAccessAgent
Dim command As DbCommand
Dim range As DateRange
 
instance.InitializeResetCommand(command, range)

            

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

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

ExternalStoreDBDataAccessAgent Class
ExternalStoreDBDataAccessAgent 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