Hi Everyone !
I had a question , while I was working on Patient Poral Tutorial , I encountered one problem,
If doctor click Start Appointment , then he gives his Diagnosis and gives the status as Good, then click back then all the Appointments in the list status change to Good
The Diagnosis is not working Properly
And same as Patient credential too, All appointment Diagnosis status is changed to recent status
How can I solve this problem?
Hi Priya Kumari,
Thanks! Please close this ticket.
Thanks,
Ramesh
Hi
Have you checked what the data is saved as (Click View Data on the entity). Are they all saving with the same status? If so, check your save action.
If not, it may be the display action. Check the Source of the List / Table and ensure the first expression matches the table. It could be returning the first record of a different list!
Hi @Priya Kumari
Try to debug data which you save/update, Definitely there is something wrong in your data,
If you are not aware how to use debugger then refer this tutorial.
It'll give you real time data.
I hope it'll help you.
ThanksDeep
Did the problem solve? otherwise please share OML file. I will help you.
Hi Ramesh the problem did not solved. Actually my seniors told me to make one new entity as Patient Status . I made here I had PatientId , DoctorId , PatientHealthStatusId , Prescription And AppointmentId . but here also it is fetching as 0 0 0 0 ... I think because of the input parameter ...Patient Status because when I debugged it was coming as 0 and the status in the in MyAppointment_Detail page is also not coming.
Please help
please make sure GetAppointmentById have data in Appointment_Detail screen
please change it like this because mapping has an issue.
Hi ! Ramesh your answer was helpful .. But I made a mistake in the assign . I solved.
ThankYou !