The 
System.Data.IDbCommand database command that will be initialized to execute the query.
        Initializes an 
System.Data.IDbCommand object to query for accession numbers for a specific patient ID and issuer of Patient ID.
Syntax
            
        
            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
            
            See Also