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

Show in webframe

InitializeGetResetCountCommand Method (ExternalStoreDBDataAccessAgent)






Type: System.Data.IDbCommand The database command that will be initialized to query for the reset count.
A Leadtools.Dicom.Common.DataTypes.DateRange that specifies the range of 'External Store' dates
Initializes a System.Data.IDbCommand object to get the reset count from the 'External Store' with the Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that fall within the range.
Syntax
protected abstract void InitializeGetResetCountCommand( 
   DbCommand command,
   DateRange range
)
'Declaration
 
Protected MustOverride Sub InitializeGetResetCountCommand( _
   ByVal command As DbCommand, _
   ByVal range As DateRange _
) 
'Usage
 
Dim instance As ExternalStoreDBDataAccessAgent
Dim command As DbCommand
Dim range As DateRange
 
instance.InitializeGetResetCountCommand(command, range)

            

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

Parameters

command
Type: System.Data.IDbCommand The database command that will be initialized to query for the reset count.
range
A Leadtools.Dicom.Common.DataTypes.DateRange that specifies the range of 'External Store' dates
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