35
Views
7
Comments
Solved
Patient Portal

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?


2025-10-18 11-13-53
Ramesh subramanian
Solution

Hi Priya Kumari,

Thanks! Please close this ticket.

Thanks,

Ramesh


2022-04-25 10-23-04
edTheEngineer

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!

2024-09-12 02-43-38
Deepsagar Dubey

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.

Thanks
Deep

2025-10-18 11-13-53
Ramesh subramanian

Hi Priya Kumari,

Did the problem solve? otherwise please share OML file. I will help you.

Thanks,

Ramesh


UserImage.jpg
Priya Kumari

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 

Patient Portal.oap
2025-10-18 11-13-53
Ramesh subramanian

Hi Priya Kumari,

please make sure GetAppointmentById have data in Appointment_Detail screen

please change it like this because mapping has an issue.

Thanks,

Ramesh


UserImage.jpg
Priya Kumari

Hi ! Ramesh your answer was helpful .. But I made a mistake in the assign . I solved.

ThankYou !

2025-10-18 11-13-53
Ramesh subramanian
Solution

Hi Priya Kumari,

Thanks! Please close this ticket.

Thanks,

Ramesh


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.