←Select platform

PrepareStudiesQueryCountCommand(IDbCommand,string) Method

Summary

Initializes a System.Data.IDbCommand object to query for studies count using matching parameters.

Syntax
C#
VB
C++
protected virtual void PrepareStudiesQueryCountCommand( 
   IDbCommand command, 
   string patientID 
) 
Protected Overridable Sub PrepareStudiesQueryCountCommand( 
   ByVal command As System.Data.IDbCommand, 
   ByVal patientID As String 
) 
protected:  
   virtual void PrepareStudiesQueryCountCommand( 
      System::Data::IDbCommand^ command, 
      String^ patientID 
   ) 

Parameters

command

Type: System.Data.IDbCommand

The database command that will be initialized to execute the query.

patientID

Type: System.String

The Patient ID used for matching in the query.

Remarks

Note to inheritors:

Each CatalogElement is a matching parameter value.

All CatalogElement in an array will be combined with AND operation in the condition statement.

Each array in the collection will be combined with OR operation in the condition statement.

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.Storage.DataAccessLayer Assembly

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