Administration Menu

Submitted by RussNelson on Sun, 2006-08-20 11:48
::

Administration Menu:
You can reach this menus by clicking on Main -> Administration Menu.
A. Action is just a header naming the categories of the Administration Menu
B. Export Databases allows you to export or save portions of the Database table before you work on it.
  If you click on Export Databases, you will see a list of sections of the database that can be exported. If you select one of the sections and then click on "Export", a file named (tablename).en_US.(timestamp) is written to the /usr/share/freemed/data/en_US directory. Before you do this, you have to set the owner of /usr/share/freemed/data/ and /usr/share/freemed/data/en_US/ directories to www-data (aka the user that's running the web server).
C. Import Databases allows you to import saved database sections. In order to do this, you have to change the name of the exported (tablename).en_US.(timestamp) to (tablename).en_US.data.
D. Module Information This is a listing of the modules and who created them. A few of the modules have decriptions. Most do not.
E. System Configurations
  a. Standard Configuration
      1. Graphics Enhanced - There used to be symobls on the Main Screen of older versions of FreeMED. You could decided whether to see these symbols or not. This feature is no longer in use.
      2. Scheduling Start Time - The time when the daily schedule will start on calendars, etc..
      3. Scheduling End Time - The time when the daily schedule will end on calendars, etc..
      4. Calendar Overbooking - This feature allows you to book more than one appointment for a provider in the same time slot
      5. Date Format - Self explanatory
      6. Phone number format - Allows you to set the format for phone numbers. Useful for European users.
      7. Default area code - If you are entering patient registration data or physician registration data, this allows you to set the default area code. The chosen area code will be entered into the registration screens
      8. Prescription Drug Widget - Combo with past drugs - allows you to easily choose a prescriptions that you have written before. Prescription Drug Widget - rx.list.com - allows you to pick a drug from a list of drugs at rxlist.com
      9. Date Widget - javascript widget. When entering a date, a calendar will be displayed from which you can chose the date.
     10. Fold multipage forms - No - when the new patient registration entry screen is displayed, it will all be on one long page. Fold multipage forms - Yes - when the new patient registration entry screen is displayed, sections of the entry screen can be chosen with tabs.
     11. Show tips - yes - if one is entering data and the mouse pointer is put over the entry screen, a yellow box containing entry intructions will appear.
     12. Fax Cover Page - Attach cover page - this will send a cover page when you send a fax from FreeMED.
     13. Lock Override Once a note is written and proofread, it should be locked so that it cannot be altered. However, occasionally, the typist makes an error and locks the record. If the administrator has lock override priviledges, then the note can be erased and rewritten.
  b. ICD Maintenance - This allows you to chose whether you will be using ICD 9 or ICD 10
  c. Access Control lists - This is a very restrictive system that allows specific users access to specified areas of the medical record. This feature is not working properly on the http://www.freemed.info site and should not be set at that site.
  d. Work lists - One can choose who will see the clinic's daily work lists.
  e. Remitt Billing system - Users who will be allowed to have access to the billing system can be set here. It is possible for different clinics to have separate access to the billing system.
  f. Financial Demographics - Allows one to set parameters for sliding scale billing. This easily allows one to determine the financial obligation of a patient who is below the federal poverty level.
  g. Group Calendar - One can set specific templates for booking appointments that have nothing to do with patient care. The default is travel. Others can be added here
  h. CD/RW Backup - This allows you to set parameters to perform direct backups of /usr/share/freemed and the database. It depends on the having sudo capability. Also one has to add
%www-data ALL=NOPASSWD:/usr/bin/cdrecord
to the /etc/sudoers file. Also make sure that the line
$_devices = `sudo cdrecord -scanbus dev=ATAPI 2>&1 | grep CD`;
is in the /usr/share/freemed/modules/cdrw_backup.admin.module.php file. Once all of the parameters are chosen, insert a CD into the drive, and click on Main -> Administration Menu -> Administration. Then click on "CD/RW" button once. The CD will then be created and a dump of any error messages are sent to the screen.
  i. Messages - Enable This allows direct deletion of messages. If set to Disable, messages are not deleted.
  j. Unfiled Faxes - Here one sets which staff members will see unfiled faxes. This then allows them to file the Unfiled Faxes.
F. User Maintenace - Here is where the administrator adds new users or makes changes to the users file.

    Add
    • User
    • Access Control Lists
    • Authorize

G. CD/RW Backup - By pushing on this button (once!!), one can create a backup CD containing the /usr/share/freemed directory, all the sudirectories and the database. Make sure to configure the CD/CDRW drive before you do this. This is explained above.