How long since a change in a field. Patient Wait time

I’m developing an app for my office that displays both the real-time status of each exam room (Waiting, Ready, etc.) and the time elapsed since the latest status change for each room and patient.

While I’ve successfully implemented the front-end and the functionality to update room statuses, I need help implementing the feature that calculates and displays the duration since the last status change.

Are you letting the users change the status using the app interface as well? If that’s the case, it should be easy enough to add a current date/time value to a “Last Edit” field when an edit is submitted.

Yes users can change the field. I’ll try your idea :slight_smile: I’m hoping I can navigate what field options to select. Thanks for the thoughts!!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.