public FormAddPatient(UCFacultyTab uCFacultyTab) : this() { this.uCFacultyTab = uCFacultyTab; this.intType = 1; this.cbPatientType.SelectedIndex = intType; this.cbPatientType.Enabled = false; loadType(); }
public FormPatientSearch(UCFacultyTab uCFacultyTab) : this() { this.uCFacultyTab = uCFacultyTab; this.intType = 2; this.cbPatientType.SelectedIndex = intType; this.cbPatientType.Enabled = false; loadType(); query = "SELECT * FROM vwfacultylogs WHERE "; }