If you see this message.
The move to a new host has completed
|
|
Posts: 2,084
Joined: November 2006
|
|
#80257
07/30/2024 7:46 PM
|
Joined: Mar 2014
Posts: 120 Likes: 4
Member
|
OP
Member
Joined: Mar 2014
Posts: 120 Likes: 4 |
Is there a way that Doctors and/or Administrators for Updox can set the "Sign Off" check box to automatic? In other words, I'm the one who signs off on everything, so when I am looking at faxes and files and importing them to charts, why do I have to do the extra "click". REDUCE MEANINGLESS CLICKS is my motto. OK, I clearly stole that, but still, anybody know how, or agree this would be helpful? Also, if a Description has been entered, and a category selected, why not just hit ENTER rather than having to mouse the SEND button. Optimally, the option of filing using Updox by keyboard entry alone could potentially speed things up quite a bit, at least until AI takes over the task.
Thanks,
Jack
Jack
|
|
|
|
Joined: Mar 2023
Posts: 5
Member
|
Member
Joined: Mar 2023
Posts: 5 |
I've written AutoHotkey scripts for this: you trigger the script AFTER you search for the patient in updox. So, for example: we do UA in office and it prints out the little result slip which gets scanned in to Updox. The following script will put the UA document into the appropriate folder in the patient's chart without any clicks: in this example, the folder in which UA is placed in my office, is called "in house labs and UA". Also, I'm not an expert on AutoHotkey, so this may need some tweaking in your system.
;put UA in patient's chart ^!u:: send UA sleep, 500 send, {tab} sleep, 500 send, in house sleep, 500 send, {tab 4} sleep, 500 send {enter} sleep 500 send {Click 1192 784} return
|
|
|
|
Joined: Mar 2014
Posts: 120 Likes: 4
Member
|
OP
Member
Joined: Mar 2014
Posts: 120 Likes: 4 |
Hmmm, beyond by experience to date, but I will definitely look into this. THANKS!
Jack
|
|
|
1 members (OfficeMgr88),
20
guests, and
16
robots. |
Key:
Admin,
Global Mod,
Mod
|
|
|
|