InitializeResetCommand Method

Summary
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
C#
VB
C++
protected override void InitializeResetCommand( 
   DbCommand command, 
   DateRange range 
) 
  
Protected Overrides Sub InitializeResetCommand( _ 
   ByVal command As DbCommand, _ 
   ByVal range As DateRange _ 
)  
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

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

Leadtools.Medical.ExternalStore.DataAccessLayer Assembly

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