|
|
|
@ -539,7 +539,8 @@ class _SearchByClinicState extends State<SearchByClinic> {
|
|
|
|
|
|
|
|
|
|
|
|
navigateToDentalComplaints(context, searchInfo);
|
|
|
|
navigateToDentalComplaints(context, searchInfo);
|
|
|
|
} else if (dropdownValue.split("-")[0] == "253") {
|
|
|
|
} else if (dropdownValue.split("-")[0] == "253") {
|
|
|
|
navigateToLaserClinic(context);
|
|
|
|
// navigateToLaserClinic(context);
|
|
|
|
|
|
|
|
callDoctorsSearchAPI();
|
|
|
|
} else if (dropdownValue.split("-")[1] == "true"
|
|
|
|
} else if (dropdownValue.split("-")[1] == "true"
|
|
|
|
// && authProvider.isLogin &&
|
|
|
|
// && authProvider.isLogin &&
|
|
|
|
// authUser.patientType == 1
|
|
|
|
// authUser.patientType == 1
|
|
|
|
|