W
WAZOO
Sorry if this is obvious to everyone (except me). I've done a Google search
and I'm not seeing anything encouraging that addresses my issue.
My very large multispecialty medical practice needs to alert various nurses
and med techs - squirreled away in back offices - when an arrived parient
requires their services. It's a simple matter for me to implement a little
MSAccess database with +/- buttons to increment the arrivals queue.
MedTechs can look at this page and and see if they need to go out to the
waiting room to get a patient that requires their services.
I believe I can include something like:
<META HTTP-EQUIV="refresh" CONTENT="90">
in my HTML and cause the "client" to refresh every 90 seconds.
But, what I really want to do is force the page to reload at the nurse
stations only each time a change is made. I want to iterate through the
active sessions and execute something like:
Response.Write("<script language='javascript'>location.reload();</script>")
and cause the screen at the nurses' stations to refresh each time the girls
at the fromt desk queue up a patient for blood work or whatever.
Can anyone help us out with this?
and I'm not seeing anything encouraging that addresses my issue.
My very large multispecialty medical practice needs to alert various nurses
and med techs - squirreled away in back offices - when an arrived parient
requires their services. It's a simple matter for me to implement a little
MSAccess database with +/- buttons to increment the arrivals queue.
MedTechs can look at this page and and see if they need to go out to the
waiting room to get a patient that requires their services.
I believe I can include something like:
<META HTTP-EQUIV="refresh" CONTENT="90">
in my HTML and cause the "client" to refresh every 90 seconds.
But, what I really want to do is force the page to reload at the nurse
stations only each time a change is made. I want to iterate through the
active sessions and execute something like:
Response.Write("<script language='javascript'>location.reload();</script>")
and cause the screen at the nurses' stations to refresh each time the girls
at the fromt desk queue up a patient for blood work or whatever.
Can anyone help us out with this?