Most Recent Posts
Ambient Scribes
by Headcase - 02/22/2026 1:21 PM
Missing Photographs
by tcosta - 02/20/2026 12:07 PM
AC Cloud instablility
by OfficeMgr88 - 02/08/2026 11:22 PM
AC Version 12.3
by OfficeMgr88 - 02/08/2026 11:20 PM
NewCrop
by Shrinkrap - 02/06/2026 5:56 PM
ACPM not loading!
by BPeds - 02/05/2026 5:35 PM
ACPM Problems
by BPeds - 02/05/2026 5:33 PM
Does anyone have V12.0?
by JBS - 01/28/2026 4:29 PM
Member Spotlight
Posts: 53
Joined: July 2021
Newest Members
BPeds, PMG Care, KeepingItAnon, AspiringPro101, michaelliam
4,607 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
#80257 07/30/2024 7:46 PM
Joined: Mar 2014
Posts: 124
Likes: 4
Member
OP Online Content
Member
Joined: Mar 2014
Posts: 124
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
Headcase #80261 08/01/2024 11:57 AM
Joined: Mar 2023
Posts: 5
Member
Offline
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: 124
Likes: 4
Member
OP Online Content
Member
Joined: Mar 2014
Posts: 124
Likes: 4
Hmmm, beyond by experience to date, but I will definitely look into this. THANKS!


Jack

Moderated by  ChrisFNP, DocGene, JBS, Wendell365 

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Who's Online Now
0 members (), 635 guests, and 25 robots.
Key: Admin, Global Mod, Mod
Top Posters(30 Days)
JBS 2
tcosta 2
BPeds 2
Top Posters
Bert 12,899
JBS 3,002
Wendell365 2,367
Sandeep 2,316
ryanjo 2,084
Leslie 2,002
Wayne 1,889
This board is dedicated to the memory of Michael "Indy" Astleford. February 6, 1961 -- April 16, 2019




SiteLock
Powered by UBB.threads™ PHP Forum Software 7.7.5