Professional EHR

Follow the steps below against correct EHR database in SQL Management Studio if you want to change the pointers yourself. select * from HPSITE.SCAN_DOCUMENTPAGE Update the Document Page from the old Server to the new Server: UPDATE HPSITE.SCAN_DOCUMENTPAGE SET FILELOCATION = REPLACE(FILELOCATION,’\OLDserver\Hmscan’,’\NEWserver\hmscan’) Update the Scan Job from the old Server to the new Server: UPDATE…

Read More Change Allscripts ProEHR HMScan Path

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 report for all users to Excel and create a Pivot table with chart of users’ logins over the report’s timeline. You can read more on my project…

Read More Allscripts Project