PrepareSelectDataSetPathCommand Method

Summary
Initializes a System.Data.Common.DbCommand to query for the path of the saved DICOM DataSets.
Syntax
C#
C++/CLI
protected override void PrepareSelectDataSetPathCommand( 
   DbCommand command, 
   Collection<CatalogElement[]> matchingParametersCollection, 
   int lastRowsCount 
) 
protected: 
void PrepareSelectDataSetPathCommand(  
   DbCommand^ command, 
   Collection<array<CatalogElement^>>^ matchingParametersCollection, 
   int lastRowsCount 
) override  

Parameters

command
The System.Data.Common.DbCommand to be initialized.

matchingParametersCollection
A collection of Leadtools.Medical.DataAccessLayer.Catalog.CatalogElement arrays containing the matching parameter fields and values.

lastRowsCount
An System.Int32 value that determines the number of recent event logs returned from all matched event logs. Set this to -1 to return all event logs that match the provided parameters.

Requirements

Target Platforms

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

Leadtools.Medical.Logging.DataAccessLayer Assembly

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