←Select platform

PrepareGetRequestedProcedureIdsCommand Method (WorklistSqlDbDataAccessAgent)

Summary

Initializes an System.Data.IDbCommand object to query for Requested Procedure IDs for a specific accession number.

Syntax

C#
VB
C++
protected override void PrepareGetRequestedProcedureIdsCommand(  
   IDbCommand IDbCommand, 
   string accessionNumber 
) 
Protected Overrides Sub PrepareGetRequestedProcedureIdsCommand( _ 
   ByVal IDbCommand As IDbCommand, _ 
   ByVal accessionNumber As String _ 
) 
protected: 
void PrepareGetRequestedProcedureIdsCommand(  
   IDbCommand^ IDbCommand, 
   String^ accessionNumber 
) override 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Worklist.DataAccessLayer Assembly
Click or drag to resize