public FormAddPatient(FormAddPatientLogs log) : this() { this.intType = 0; this.log = log; this.cbPatientType.SelectedIndex = intType; loadType(); }
public FormPatientSearch(FormAddPatientLogs formAddPatientLogs) : this() { this.formAddPatientLogs = formAddPatientLogs; query = "SELECT Code, `Name` from vwpatients WHERE "; }