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);
} else {
_bodyPartList.add(svgName);
// _bodyPartList.forEach((e) => print(e));
}
});
},

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

Loading…
Cancel
Save