Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Worklist.DataAccessLayer assembly)

Show in webframe

PrepareGetAccessionNumbersCommand Method (WorklistDbDataAccessAgent)






The System.Data.IDbCommand database command that will be initialized to execute the query.
The patient ID System.String value to match the query against./>.
The Issuer of patient ID System.String value to match the query against./>.
Initializes an System.Data.IDbCommand object to query for accession numbers for a specific patient ID and issuer of Patient ID.
Syntax
protected abstract void PrepareGetAccessionNumbersCommand( 
   IDbCommand IDbCommand,
   string patientID,
   string issuerOfPatientID
)
'Declaration
 
Protected MustOverride Sub PrepareGetAccessionNumbersCommand( _
   ByVal IDbCommand As IDbCommand, _
   ByVal patientID As String, _
   ByVal issuerOfPatientID As String _
) 
'Usage
 
Dim instance As WorklistDbDataAccessAgent
Dim IDbCommand As IDbCommand
Dim patientID As String
Dim issuerOfPatientID As String
 
instance.PrepareGetAccessionNumbersCommand(IDbCommand, patientID, 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

See Also

Reference

WorklistDbDataAccessAgent Class
WorklistDbDataAccessAgent Members

Error processing SSI file
Leadtools.Medical.Worklist.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features