Open RAJESHVASUMURTHY opened 4 years ago
Need to finalize on integration.
I will look at it.
API is created for this change. Below request should return the details of the Patient for a Doctors "My Patient" tab.
`var settings = { "url": "https://localhost:44334/api/Doctor?usrid=000000004", "method": "GET", "timeout": 0, "headers": { "Authorization": "bearer yGYB4WlQIZ_0lBFR3OkwEZ2oivShINs3DGcnFgago1xNiLFjEmjjJhdQNSVjxmQORC_SLW_SvN66cuLbvE_t-vhDFsGmUh_OXvFlZHmBhSMYbN_nZv6mdeyY4Ef-lIMNnueMA8SNrdVzLA843WeDo90_TugZi8ek1dbvY7oLdrIH7Z2OXgM2OjhJ_o67cbbvnsVQi7Himq33PpOstwSrQSBNKHeYzU1d2HJvnyuVPS3aUTrLLdPuQxJedCihCPXgcI7sMa70UplkxXLvUxKaOw" }, };
$.ajax(settings).done(function (response) { console.log(response); });`
Doctor Profile page need to update displaying My Patients