modify comment

merge-requests/55/head
Amjad Amireh 5 years ago
parent 142e97e5d5
commit f3c35758b1

@ -43,16 +43,11 @@ class PatientsProvider with ChangeNotifier {
BASE_URL+'DoctorApplication.svc/REST/GetMyInPatient';*/
int val = int.parse(patientType);
<<<<<<< HEAD
//**********Modify url by amjad amireh for patiant type*********
final url =
BASE_URL + 'DoctorApplication.svc/REST/' + SERVICES_PATIANT[val];
=======
final url =BASE_URL+"DoctorApplication.svc/REST/"+ SERVICES_PATIANT[val];///"https://uat.hmgwebservices.com/Services/Doctors.svc/REST/";
//BASE_URL + 'DoctorApplication.svc/REST/' + SERVICES_PATIANT[val];
final url =BASE_URL+"DoctorApplication.svc/REST/"+ SERVICES_PATIANT[val];
// print("a===========$url=======a");
>>>>>>> 8d3aa791dfc0074fddba54520ff4c13f5aa02bad
try {
final response = await client.post(url,

Loading…
Cancel
Save