Calendar view auto refresh

medsupporter wrote on Monday, January 10, 2011:

Hello.  Thanks for the great support!
We have a few users upfront in the clinic on the system and when a walk-in comes in it’s helpful for the Doc’s in the back to see that something popped up on the calendar schedule.   As it is now, the only way to do that is if they constantly hit refresh on the calendar page.
Is there a way to configure OpenEMR to refresh the calendar page to automatically refresh all logged on users view when a new entry is made?  Would we need to add an HTML auto-refresh line for every minute or so to the code of: openemr/interface/main/calendar/index.php  ???
THANK YOU!
Mark

andyflces wrote on Monday, September 07, 2015:

Has anyone developed an update to this?

mdsupport wrote on Monday, September 07, 2015:

The patient tracker screen gives current status of all patients in the clinic.

andyflces wrote on Thursday, October 15, 2015:

… but still no full solution to have the main calendar auto-refresh?

aethelwulffe wrote on Tuesday, October 20, 2015:

https://addons.mozilla.org/en-us/firefox/addon/reloadevery/

aethelwulffe wrote on Tuesday, October 20, 2015:

Or, added to any particular script you like:
<?php header('Refresh: 10'); ?>

1 Like