public FormAddPatient(UCStudentTab uCStudentTab) : this() { this.uCStudentTab = uCStudentTab; this.intType = 0; this.cbPatientType.SelectedIndex = intType; this.cbPatientType.Enabled = false; loadType(); }
public FormPatientSearch(UCStudentTab uCStudentTab) : this() { this.uCStudentTab = uCStudentTab; this.intType = 1; this.cbPatientType.SelectedIndex = intType; this.cbPatientType.Enabled = false; loadType(); query = "SELECT * FROM vwstudentlogs WHERE "; }