Laser booking

merge-update-with-lab-changes
haroon amjad 4 years ago
parent fa5fd8e323
commit 668d725b25

@ -112,7 +112,6 @@ class _HumanAnatomyState extends State<HumanAnatomy> {
_bodyPartList.remove(svgName); _bodyPartList.remove(svgName);
} else { } else {
_bodyPartList.add(svgName); _bodyPartList.add(svgName);
// _bodyPartList.forEach((e) => print(e));
} }
}); });
}, },

@ -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

Loading…
Cancel
Save