←Select platform

InitializeGetResetCountCommand Method

Summary

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

C#
VB
C++
protected override void InitializeGetResetCountCommand( 
   DbCommand command, 
   DateRange range 
) 
  
Protected Overrides Sub InitializeGetResetCountCommand( _ 
   ByVal command As DbCommand, _ 
   ByVal range As Leadtools.Dicom.Common.Datatypes.DateRange _ 
)  
protected: 
void InitializeGetResetCountCommand(  
   DbCommand^ command, 
   Leadtools.Dicom.Common.Datatypes.DateRange^ range 
) override  

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.ExternalStore.DataAccessLayer Assembly