Most Recent Posts
Updox replacement?
by ChrisFNP - 11/17/2025 9:42 AM
AC Version 12.3
by ChrisFNP - 11/14/2025 12:53 AM
The Future of Amazing Charts & Interoperability
by ChrisFNP - 11/13/2025 10:35 AM
Losing connectivity in Peer-to-Peer networks
by ChrisFNP - 11/13/2025 10:14 AM
Secure Button
by Raj1 - 11/11/2025 9:01 AM
Unable to log in
by JBS - 11/10/2025 8:34 PM
Replace Updox?
by beagle - 11/09/2025 7:03 PM
AC LOCALLY INSTALLED VS CLOUD BASED
by Shrinkrap - 11/03/2025 6:57 PM
Member Spotlight
Bert
Bert
Maine
Posts: 12,899
Joined: September 2003
Newest Members
scfpmd1955, jpark, sara25, SmartRX, sne787
4,601 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Jul 2009
Posts: 96
Carolie Offline OP
Member
OP Offline
Member
Joined: Jul 2009
Posts: 96
I'm noticing that alot of our imports are not being signed off on even with the batch sign off in the administrator tools. Does that tool work only for the logged in provider or is it supposed to sign off on ALL unsigned imports?


Carolie J.
Manager/Fix All
Tuality Physicians, PC
A Family Practice Clinic
Joined: Apr 2009
Posts: 218
Member
Offline
Member
Joined: Apr 2009
Posts: 218
I think that only a upper level provider can sign off a medical item. Non-medical imported items (which I don't think we have been using) can be signed off with a clerical level of privilege. A provider can batch sign off what is in their own in-box but would not be signing off imported items in someone else's in-box.


Deborah Lehmann MD
Gynecology
Fort Worth TX
Joined: Jul 2009
Posts: 96
Carolie Offline OP
Member
OP Offline
Member
Joined: Jul 2009
Posts: 96
I'm the administrator for the program so I have the highest level of sign off abilities. Thanks for letting me know about other doc boxes!


Carolie J.
Manager/Fix All
Tuality Physicians, PC
A Family Practice Clinic
Joined: Jul 2009
Posts: 96
Carolie Offline OP
Member
OP Offline
Member
Joined: Jul 2009
Posts: 96
I've discovered that it won't sign off on anything. It pulls the email out of your inbox, but the imported item remains unsigned.


Carolie J.
Manager/Fix All
Tuality Physicians, PC
A Family Practice Clinic
Joined: Dec 2007
Posts: 1,244
Member
Offline
Member
Joined: Dec 2007
Posts: 1,244
Carolie,
you are correct. It doesn't sign anything.
There is no quick easy way to sign off on everything at once.
Going through one by one. I just click "ok" repeatedly as fast as I can to sign off all the imports.


Adam Lauer, DO (solo FP)
Twin City Family Medicine
Brewer, ME
Joined: Jul 2009
Posts: 96
Carolie Offline OP
Member
OP Offline
Member
Joined: Jul 2009
Posts: 96
I've taken this to tech support for testing. Joseph is going to be uploading our database this week and see if they can troubleshoot it since they were unable to replicate the problem. Hopefully we'll get a resolution on this. Sucky part is the 300 imports per day that I have to sign off on in addition to regular tasks. Doing one at a time takes me about 3 hours to accomplish that number.


Carolie J.
Manager/Fix All
Tuality Physicians, PC
A Family Practice Clinic
Joined: Jul 2009
Posts: 96
Carolie Offline OP
Member
OP Offline
Member
Joined: Jul 2009
Posts: 96
Got an initial answer back on this issue, its now up to tier 2 tech and they suspect its a developer issue. So, if any of you use the batch sign off in version 4.0.73, heads up on it. I'm not sure if they have fixed it in version 5 or not.


Carolie J.
Manager/Fix All
Tuality Physicians, PC
A Family Practice Clinic
Joined: Jun 2008
Posts: 325
Member
Offline
Member
Joined: Jun 2008
Posts: 325
Carolie, I'm not sure if this is fixed in v.5, in which case this will stop being an issue, but if you need a fix now you might consider an auto-clicking script.

Download AutoHotKey then saving the text inbetween the triple quotes (_'''_) by opening notepad, then saving as auto_click.ahk You will also need to change the the value '150' to a few more than the number of seconds you need till you can click sign-off again. Then clear your inbox of the important things and set the script to click repeatedly until you're done. Press F11 to start, hold F12 to stop.

I'll post if I find a better solution in v.5

'''
;
; AutoHotkey Version: 1.x
; Language: English
; Platform: Win9x/NT
; Author: A.N.Other <myemail@nowhere.com>
;
; Script Function:
; Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows folder)
;

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

F11::

Loop
{
click
Loop 150
{
Sleep 1000
if GetKeyState("F12", "P")
{
Gosub, Sub1
}
}
}

Sub1:
MsgBox The script has been terminated.
'''

[edit: You're welcome. I forgot to mention that 4.0.73 has a bug in it that will cause AC to crash if you have very many messages in your inbox (error message 91). But you are unlikely to run into it as I believe you must have very many messages, and I'm told the problem was fixed for v5.]

Last edited by BenjaminSerrato; 12/29/2009 8:31 PM.
Joined: Jul 2009
Posts: 96
Carolie Offline OP
Member
OP Offline
Member
Joined: Jul 2009
Posts: 96
Thanks much!!!


Carolie J.
Manager/Fix All
Tuality Physicians, PC
A Family Practice Clinic

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 (), 47 guests, and 32 robots.
Key: Admin, Global Mod, Mod
Top Posters(30 Days)
JBS 7
ACZ 4
Raj1 3
tcosta 2
joseph 1
Top Posters
Bert 12,899
JBS 2,999
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