Initializes an System.Data.IDbCommand object to query for accession numbers for a specific patient ID and issuer of Patient ID.
protected override void PrepareGetAccessionNumbersCommand(
IDbCommand IDbCommand,
string patientID,
string issuerOfPatientID
)
Protected Overrides Sub PrepareGetAccessionNumbersCommand( _
ByVal IDbCommand As IDbCommand, _
ByVal patientID As String, _
ByVal issuerOfPatientID As String _
)
protected:
void PrepareGetAccessionNumbersCommand(
IDbCommand^ IDbCommand,
String^ patientID,
String^ issuerOfPatientID
) override
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./>.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET