PrepareGetRequestedProcedureIdsCommand Method

Summary
Initializes an System.Data.IDbCommand object to query for Requested Procedure IDs for a specific accession number.
Syntax
C#
C++/CLI
protected abstract void PrepareGetRequestedProcedureIdsCommand( 
   IDbCommand IDbCommand, 
   string accessionNumber 
) 
protected: 
abstract void PrepareGetRequestedProcedureIdsCommand(  
   IDbCommand^ IDbCommand, 
   String^ accessionNumber 
)  

Parameters

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

accessionNumber
The accession number System.String value to match the query against.

Requirements

Target Platforms

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

Leadtools.Medical.Worklist.DataAccessLayer Assembly

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