PrepareGetSechduleProcedureStepIdsCommand Method

Summary
Initializes an System.Data.IDbCommand object to query for Scheduled Procedure Step IDs for a specific accession number and requested Procedure ID.
Syntax
C#
VB
C++
protected abstract void PrepareGetSechduleProcedureStepIdsCommand( 
   IDbCommand IDbCommand, 
   string accessionNumber, 
   string requestedProcedureId 
) 
  
Protected MustOverride Sub PrepareGetSechduleProcedureStepIdsCommand( _ 
   ByVal IDbCommand As IDbCommand, _ 
   ByVal accessionNumber As String, _ 
   ByVal requestedProcedureId As String _ 
)  
protected: 
abstract void PrepareGetSechduleProcedureStepIdsCommand(  
   IDbCommand^ IDbCommand, 
   String^ accessionNumber, 
   String^ requestedProcedureId 
)  

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.

requestedProcedureId
The requested procedure ID System.String value to match the query against.

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

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