From 8a4e0db1134213bdb643bad86277431619c9564f Mon Sep 17 00:00:00 2001 From: Elham Rababh Date: Thu, 5 Aug 2021 12:02:18 +0300 Subject: [PATCH] commit config --- lib/config/config.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/config/config.dart b/lib/config/config.dart index 7c950565..bf398791 100644 --- a/lib/config/config.dart +++ b/lib/config/config.dart @@ -234,6 +234,7 @@ const UPDATE_MEDICAL_REPORT = "Services/Patients.svc/REST/DAPP_UpdateMedicalRepo const GET_SICK_LEAVE_DOCTOR_APP = "Services/DoctorApplication.svc/REST/GetAllSickLeaves"; const ADD_PATIENT_TO_DOCTOR = "LiveCareApi/DoctorApp/AssignPatientToDoctor"; const REMOVE_PATIENT_FROM_DOCTOR = "LiveCareApi/DoctorApp/BackPatientToQueue"; +const CREATE_DOCTOR_RESPONSE = "Services/DoctorApplication.svc/REST/CreateDoctorResponse"; var selectedPatientType = 1;