Category

Allscripts

8 articles in this category

Allscripts Vision User Reporting

August 2, 2018 2 min read

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…

Change Allscripts ProEHR HMScan Path

January 18, 2018 1 min read

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…

Allscripts ProEHR User Account Unlock

January 13, 2017 1 min read

A utility I wrote to show locked user accounts in the Allscripts Professional EHR database and allow the user to unlock selected accounts.

Allscripts Project

May 6, 2012 1 min read

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 Templates

April 20, 2012 1 min read

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 -…

ProEHR Refill Status Codes

February 27, 2012 1 min read

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.…

FastClaims for Tiger in AIX

January 31, 2012 1 min read

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…

Misys Vision Slow to Load Fast Services Screen

December 5, 2011 1 min read

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…