PrepareGetAccessionNumbersCommand Method

Summary
Initializes an System.Data.IDbCommand object to query for accession numbers for a specific patient ID and issuer of Patient ID.
Syntax
C#
C++/CLI
protected abstract void PrepareGetAccessionNumbersCommand( 
   IDbCommand IDbCommand, 
   string patientID, 
   string issuerOfPatientID 
) 
protected: 
abstract void PrepareGetAccessionNumbersCommand(  
   IDbCommand^ IDbCommand, 
   String^ patientID, 
   String^ issuerOfPatientID 
)  

Parameters

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

patientID
The patient ID System.String value to match the query against.

issuerOfPatientID
The Issuer of patient ID System.String value to match the query against.

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

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