Greasemonkey to set default billing physician and todays date
From Stan Hurwitz --- When billing for a non-scheduled service (INR, phone calls, etc.) the billing screen defaults to service date = null and Select Provider.
This script populates the date field with today's date and the default billing physician.
On clicking "Populate default provider" you will be asked to select the default provider. This is stored as a cookie in the computer hard drive. The default physician can be changed by clicking on "Store default provider". If your FF is set to "private browsing", the cookie will be deleted on exiting FF and will need to be reset on re-loading.
For solo practitioners the default provider can be set permanently:
1. delete or comment the line: var theDefault=default_doc
2. uncomment the line: //var theDefault='Hurwitz, Stanley D'; and insert your name exactly as it appears in the provider option list (Caps,spaces and commas matter here).
This script can be run concurrently with my script for one click time setting for time-dependent billing codes. I've placed the buttons such that they hopefully do not overlap (button placement may need tweaking in accordance with your screen setup).
Stan.
Document Actions