- patientInsertCommand
- The DbCommand to be initialized.
- patient
- The DicomInformation.PatientsRow object which values will be inserted into the database.
| Visual Basic (Declaration) | |
|---|---|
Overrides Protected Sub InitializePatientInsertCommand( _ ByVal patientInsertCommand As DbCommand, _ ByVal patient As DicomInformation.PatientsRow _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
protected override void InitializePatientInsertCommand( DbCommand patientInsertCommand, DicomInformation.PatientsRow patient ) | |
| C++/CLI | |
|---|---|
protected: void InitializePatientInsertCommand( DbCommand patientInsertCommand, DicomInformation.PatientsRow^ patient ) override | |
Parameters
- patientInsertCommand
- The DbCommand to be initialized.
- patient
- The DicomInformation.PatientsRow object which values will be inserted into the database.
Override this method to provide the database specific behavior for insertion.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code