Allscripts Vision User Reporting
A quick Powershell script I hacked together that will enumerate all Active Directory users, and build an XML file for an application I wrote that generates user reports…
A quick Powershell script I hacked together that will enumerate all Active Directory users, and build an XML file for an application I wrote that generates user reports…
Follow the steps below against correct EHR database in SQL Management Studio if you want to change the pointers yourself. select * from HPSITE.SCAN_DOCUMENTPAGEUpdate the Document Page from…
A utility I wrote to show locked user accounts in the Allscripts Professional EHR database and allow the user to unlock selected accounts.
Last week I worked on one of my projects for Allscripts Vision accounting to add a few enhancements. The major enhancement was the ability to export a detailed…
Misys Vision Encounter (Superbill) Templates SQL Query: select tmpname,tmpdesc from formtmphdr where allow_edit = 'N' and tmptype = 7 tmpname tmpdesc CODESCAN1S MICROSCAN ENCOUNTER 1 (8 LPI -…
I have been working on a report to indicate which refill requests will be coming in the future and I've had to do some digging in the database.…
So I've discovered that FastClaims in Allscripts Tiger AIX servers are stored in the following location. When a receipts are batched, they are stored in /m2/MF01/CLAIM499 When clicking…
I've seen that it takes >1hr to load the FastServices window after clicking on the FastServices button. Here's what I did to make this take less than 10…