adarshachara / RocketMedecin

0 stars 2 forks source link

Our Doctors (Hospital) #80

Open RAJESHVASUMURTHY opened 4 years ago

RAJESHVASUMURTHY commented 4 years ago

Doctor Profile page need to update displaying My Patients

image.png

adarshachara commented 4 years ago

Need to finalize on integration.

kr-ambuj commented 4 years ago

I will look at it.

kr-ambuj commented 4 years ago

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); });`