setting version, preparing ubuntu packages and prepping links for release
[openemr.git] / library / globals.inc.php
blob05f18badd18f46aed8fd91b8a66277a0e49b5dc5
1 <?php
2 // Copyright (C) 2010 Rod Roark <rod@sunsetsystems.com>
3 //
4 // This program is free software; you can redistribute it and/or
5 // modify it under the terms of the GNU General Public License
6 // as published by the Free Software Foundation; either version 2
7 // of the License, or (at your option) any later version.
9 // $GLOBALS['print_command'] is the
10 // Print command for spooling to printers, used by statements.inc.php
11 // This is the command to be used for printing (without the filename).
12 // The word following "-P" should be the name of your printer. This
13 // example is designed for 8.5x11-inch paper with 1-inch margins,
14 // 10 CPI, 6 LPI, 65 columns, 54 lines per page.
16 // IF lpr services are installed on Windows this setting will be similar
17 // Otherwise configure it as needed (print /d:PRN) might be an option for Windows parallel printers
19 // Current supported languages: // Allow capture of term for translation:
20 // Amharic // xl('Amharic')
21 // Arabic // xl('Arabic')
22 // Armenian // xl('Armenian')
23 // Bahasa Indonesia // xl('Bahasa Indonesia')
24 // Chinese (Simplified) // xl('Chinese (Simplified)')
25 // Chinese (Traditional) // xl('Chinese (Traditional)')
26 // Danish // xl('Danish')
27 // Dutch // xl('Dutch')
28 // English (Indian) // xl('English (Indian)')
29 // English (Standard) // xl('English (Standard)')
30 // French // xl('French')
31 // German // xl('German')
32 // Greek // xl('Greek')
33 // Hebrew // xl('Hebrew')
34 // Hindi // xl('Hindi')
35 // Italian // xl('Italian')
36 // Norwegian // xl('Norwegian')
37 // Polish // xl('Polish')
38 // Portuguese (Brazilian) // xl('Portuguese (Brazilian)')
39 // Portuguese (European) // xl('Portuguese (European)')
40 // Russian // xl('Russian')
41 // Slovak // xl('Slovak')
42 // Spanish // xl('Spanish')
43 // Swedish // xl('Swedish')
44 // Turkish // xl('Turkish')
46 // OS-dependent stuff.
47 if (stristr(PHP_OS, 'WIN')) {
48 // MS Windows
49 $mysql_bin_dir = 'C:/xampp/mysql/bin';
50 $perl_bin_dir = 'C:/xampp/perl/bin';
51 $temporary_files_dir = 'C:/windows/temp';
52 $backup_log_dir = 'C:/windows/temp';
54 else {
55 // Everything else
56 $mysql_bin_dir = '/usr/bin';
57 $perl_bin_dir = '/usr/bin';
58 $temporary_files_dir = '/tmp';
59 $backup_log_dir = '/tmp';
62 // Language constant declarations:
63 // xl('Appearance')
64 // xl('Locale')
65 // xl('Features')
66 // xl('Calendar')
67 // xl('Security')
68 // xl('Notifications')
69 // xl('Miscellaneous')
71 // List of user specific tabs and globals
72 $USER_SPECIFIC_TABS = array('Appearance',
73 'Locale',
74 'Calendar');
75 $USER_SPECIFIC_GLOBALS = array('default_top_pane',
76 'concurrent_layout',
77 'css_header',
78 'units_of_measurement',
79 'date_display_format',
80 'time_display_format',
81 'event_color');
83 $GLOBALS_METADATA = array(
85 // Appearance Tab
87 'Appearance' => array(
89 'default_top_pane' => array(
90 xl('Main Top Pane Screen'), // descriptive name
91 array(
92 'main_info.php' => xl('Calendar Screen'),
93 '../new/new.php' => xl('Patient Search/Add Screen'),
95 'main_info.php', // default = calendar
96 xl('Type of screen layout')
99 'concurrent_layout' => array(
100 xl('Layout Style'), // descriptive name
101 array(
102 '0' => xl('Old style layout with no left menu'),
103 '1' => xl('Navigation menu consists of pairs of radio buttons'),
104 '2' => xl('Navigation menu is a tree view'),
105 '3' => xl('Navigation uses a sliding menu'),
107 '3', // default = tree menu
108 xl('Type of screen layout')
111 'css_header' => array(
112 xl('Theme'),
113 'css',
114 'style_oemr.css',
115 xl('Pick a CSS theme.')
118 'gbl_nav_area_width' => array(
119 xl('Navigation Area Width'),
120 'num',
121 '150',
122 xl('Width in pixels of the left navigation frame.')
125 'openemr_name' => array(
126 xl('Application Title'),
127 'text',
128 'OpenEMR',
129 xl('Application name for login page and main window title.')
132 'full_new_patient_form' => array(
133 xl('New Patient Form'),
134 array(
135 '0' => xl('Old-style static form without search or duplication check'),
136 '1' => xl('All demographics fields, with search and duplication check'),
137 '2' => xl('Mandatory or specified fields only, search and dup check'),
138 '3' => xl('Mandatory or specified fields only, dup check, no search'),
140 '1', // default
141 xl('Style of form used for adding new patients')
144 'patient_search_results_style' => array(
145 xl('Patient Search Results Style'),
146 array(
147 '0' => xl('Encounter statistics'),
148 '1' => xl('Mandatory and specified fields'),
150 '0', // default
151 xl('Type of columns displayed for patient search results')
154 'gbl_tall_nav_area' => array(
155 xl('Tall Navigation Area'),
156 'bool', // data type
157 '0', // default = false
158 xl('Navigation area uses full height of frameset')
161 'gbl_nav_visit_forms' => array(
162 xl('Navigation Area Visit Forms'),
163 'bool', // data type
164 '1', // default = true
165 xl('Navigation area includes encounter forms')
168 'simplified_demographics' => array(
169 xl('Simplified Demographics'),
170 'bool', // data type
171 '0', // default = false
172 xl('Omit insurance and some other things from the demographics form')
175 'simplified_prescriptions' => array(
176 xl('Simplified Prescriptions'),
177 'bool', // data type
178 '0', // default = false
179 xl('Omit form, route and interval which then become part of dosage')
182 'simplified_copay' => array(
183 xl('Simplified Co-Pay'),
184 'bool', // data type
185 '0', // default = false
186 xl('Omit method of payment from the co-pay panel')
189 'use_charges_panel' => array(
190 xl('Use Charges Panel'),
191 'bool', // data type
192 '0', // default = false
193 xl('Enables the old Charges panel for entering billing codes and payments. Not recommended, use the Fee Sheet instead.')
196 'online_support_link' => array(
197 xl('Online Support Link'),
198 'text', // data type
199 'http://open-emr.org/',
200 xl('URL for OpenEMR support.')
203 'encounter_page_size' => array(
204 xl('Encounter Page Size'),
205 array(
206 '0' => xl('Show All'),
207 '5' => '5',
208 '10' => '10',
209 '15' => '15',
210 '20' => '20',
211 '25' => '25',
212 '50' => '50',
214 '20',
215 xl('Number of encounters to display per page.')
220 // Locale Tab
222 'Locale' => array(
224 'language_default' => array(
225 xl('Default Language'),
226 'lang', // data type
227 'English (Standard)', // default = english
228 xl('Default language if no other is allowed or chosen.')
231 'language_menu_showall' => array(
232 xl('All Languages Allowed'),
233 'bool', // data type
234 '1', // default = true
235 xl('Allow all available languages as choices on menu at login.')
238 'language_menu_other' => array(
239 xl('Allowed Languages'),
240 'm_lang', // data type
241 '', // default = none
242 xl('Select which languages, if any, may be chosen at login. (only pertinent if above All Languages Allowed is turned off)')
245 'allow_debug_language' => array(
246 xl('Allow Debugging Language'),
247 'bool', // data type
248 '0', // default = true during development and false for production releases
249 xl('This will allow selection of the debugging (\'dummy\') language.')
252 'translate_layout' => array(
253 xl('Translate Layouts'),
254 'bool', // data type
255 '1', // default = true
256 xl('Is text from form layouts to be translated?')
259 'translate_lists' => array(
260 xl('Translate Lists'),
261 'bool', // data type
262 '1', // default = true
263 xl('Is text from lists to be translated?')
266 'translate_gacl_groups' => array(
267 xl('Translate Access Control Groups'),
268 'bool', // data type
269 '1', // default = true
270 xl('Are access control group names to be translated?')
273 'translate_form_titles' => array(
274 xl('Translate Patient Note Titles'),
275 'bool', // data type
276 '1', // default = true
277 xl('Are patient note titles to be translated?')
280 'translate_document_categories' => array(
281 xl('Translate Document Categories'),
282 'bool', // data type
283 '1', // default = true
284 xl('Are document category names to be translated?')
287 'translate_appt_categories' => array(
288 xl('Translate Appointment Categories'),
289 'bool', // data type
290 '1', // default = true
291 xl('Are appointment category names to be translated?')
294 'units_of_measurement' => array(
295 xl('Units for Visit Forms'),
296 array(
297 '1' => xl('Show both US and metric (main unit is US)'),
298 '2' => xl('Show both US and metric (main unit is metric)'),
299 '3' => xl('Show US only'),
300 '4' => xl('Show metric only'),
302 '1', // default = Both/US
303 xl('Applies to the Vitals form and Growth Chart')
306 'disable_deprecated_metrics_form' => array(
307 xl('Disable Old Metric Vitals Form'),
308 'bool', // data type
309 '1', // default = true
310 xl('This was the older metric-only Vitals form, now deprecated.')
313 'phone_country_code' => array(
314 xl('Telephone Country Code'),
315 'num',
316 '1', // default = North America
317 xl('1 = North America. See http://www.wtng.info/ for a list of other country codes.')
320 'date_display_format' => array(
321 xl('Date Display Format'),
322 array(
323 '0' => xl('YYYY-MM-DD'),
324 '1' => xl('MM/DD/YYYY'),
325 '2' => xl('DD/MM/YYYY'),
327 '0',
328 xl('Format used to display most dates.')
331 'time_display_format' => array(
332 xl('Time Display Format'),
333 array(
334 '0' => xl('24 hr'),
335 '1' => xl('12 hr'),
337 '0',
338 xl('Format used to display most times.')
341 'currency_decimals' => array(
342 xl('Currency Decimal Places'),
343 array(
344 '0' => xl('0'),
345 '1' => xl('1'),
346 '2' => xl('2'),
348 '2',
349 xl('Number of digits after decimal point for currency, usually 0 or 2.')
352 'currency_dec_point' => array(
353 xl('Currency Decimal Point Symbol'),
354 array(
355 '.' => xl('Period'),
356 ',' => xl('Comma'),
358 '.',
359 xl('Symbol used as the decimal point for currency. Not used if Decimal Places is 0.')
362 'currency_thousands_sep' => array(
363 xl('Currency Thousands Separator'),
364 array(
365 ',' => xl('Comma'),
366 '.' => xl('Period'),
367 ' ' => xl('Space'),
368 '' => xl('None'),
370 ',',
371 xl('Symbol used to separate thousands for currency.')
374 'gbl_currency_symbol' => array(
375 xl('Currency Designator'),
376 'text', // data type
377 '$', // default
378 xl('Code or symbol to indicate currency')
383 // Features Tab
385 'Features' => array(
387 'specific_application' => array(
388 xl('Specific Application'),
389 array(
390 '0' => xl('None'),
391 '1' => xl('Athletic team'),
392 '2' => xl('IPPF'),
393 '3' => xl('Weight loss clinic'),
395 '0', // default
396 xl('Indicator for specialized usage')
399 'inhouse_pharmacy' => array(
400 xl('Drugs and Products'),
401 array(
402 '0' => xl('Do not inventory and sell any products'),
403 '1' => xl('Inventory and sell drugs only'),
404 '2' => xl('Inventory and sell both drugs and non-drug products'),
405 '3' => xl('Products but no prescription drugs and no templates'),
407 '0', // default
408 xl('Option to support inventory and sales of products')
411 'disable_chart_tracker' => array(
412 xl('Disable Chart Tracker'),
413 'bool', // data type
414 '0', // default = false
415 xl('Removes the Chart Tracker feature')
418 'disable_phpmyadmin_link' => array(
419 xl('Disable phpMyAdmin'),
420 'bool', // data type
421 '0', // default = false
422 xl('Removes support for phpMyAdmin')
425 'disable_immunizations' => array(
426 xl('Disable Immunizations'),
427 'bool', // data type
428 '0', // default = false
429 xl('Removes support for immunizations')
432 'disable_prescriptions' => array(
433 xl('Disable Prescriptions'),
434 'bool', // data type
435 '0', // default = false
436 xl('Removes support for prescriptions')
439 'omit_employers' => array(
440 xl('Omit Employers'),
441 'bool', // data type
442 '0', // default = false
443 xl('Omit employer information in patient demographics')
446 'select_multi_providers' => array(
447 xl('Support Multi-Provider Events'),
448 'bool', // data type
449 '0', // default = false
450 xl('Support calendar events that apply to multiple providers')
453 'disable_non_default_groups' => array(
454 xl('Disable User Groups'),
455 'bool', // data type
456 '1', // default = true
457 xl('Normally this should be checked. Not related to access control.')
460 'ignore_pnotes_authorization' => array(
461 xl('Skip Authorization of Patient Notes'),
462 'bool', // data type
463 '1', // default = true
464 xl('Do not require patient notes to be authorized')
467 'support_encounter_claims' => array(
468 xl('Allow Encounter Claims'),
469 'bool', // data type
470 '0', // default = false
471 xl('Allow creation of claims containing diagnoses but not procedures or charges. Most clinics do not want this.')
474 'advance_directives_warning' => array(
475 xl('Advance Directives Warning'),
476 'bool', // data type
477 '0', // default = false
478 xl('Display advance directives in the demographics page.')
481 'configuration_import_export' => array(
482 xl('Configuration Export/Import'),
483 'bool', // data type
484 '0', // default = false
485 xl('Support export/import of configuration data via the Backup page.')
488 'restrict_user_facility' => array(
489 xl('Restrict Users to Facilities'),
490 'bool', // data type
491 '0', // default
492 xl('Restrict non-authorized users to the Schedule Facilities set in User admin.')
495 'set_facility_cookie' => array(
496 xl('Remember Selected Facility'),
497 'bool', // data type
498 '0', // default
499 xl('Set a facility cookie to remember the selected facility between logins.')
502 'receipts_by_provider' => array(
503 xl('Print Receipts by Provider'),
504 'bool',
505 '0', // default
506 xl('Causes Receipts to Print Encounter/Primary Provider Info')
509 'discount_by_money' => array(
510 xl('Discounts as Monetary Amounts'),
511 'bool', // data type
512 '1', // default = true
513 xl('Discounts at checkout time are entered as money amounts, as opposed to percentage.')
516 'gbl_visit_referral_source' => array(
517 xl('Referral Source for Encounters'),
518 'bool', // data type
519 '0', // default = false
520 xl('A referral source may be specified for each visit.')
523 'gbl_mask_patient_id' => array(
524 xl('Mask for Patient IDs'),
525 'text', // data type
526 '', // default
527 xl('Specifies formatting for the external patient ID. # = digit, @ = alpha, * = any character. Empty if not used.')
530 'gbl_mask_invoice_number' => array(
531 xl('Mask for Invoice Numbers'),
532 'text', // data type
533 '', // default
534 xl('Specifies formatting for invoice reference numbers. # = digit, @ = alpha, * = any character. Empty if not used.')
537 'gbl_mask_product_id' => array(
538 xl('Mask for Product IDs'),
539 'text', // data type
540 '', // default
541 xl('Specifies formatting for product NDC fields. # = digit, @ = alpha, * = any character. Empty if not used.')
544 'force_billing_widget_open' => array(
545 xl('Force Billing Widget Open'),
546 'bool', // data type
547 '0', // default = false
548 xl('This will force the Billing Widget in the Patient Summary screen to always be open.')
551 'activate_ccr_ccd_report' => array(
552 xl('Activate CCR/CCD Reporting'),
553 'bool', // data type
554 '1', // default = true
555 xl('This will activate the CCR(Continuity of Care Record) and CCD(Continuity of Care Document) reporting.')
558 'hide_document_encryption' => array(
559 xl('Hide Encryption/Decryption Options In Document Management'),
560 'bool', // data type
561 '1', // default = true
562 xl('This will deactivate document the encryption and decryption features, and hide them in the UI.')
565 'use_custom_immun_list' => array(
566 xl('Use Custom Immunization List'),
567 'bool', // data type
568 '0', // default = true
569 xl('This will use the custom immunizations list rather than the standard CVX immunization list.')
574 // Calendar Tab
576 'Calendar' => array(
578 'disable_calendar' => array(
579 xl('Disable Calendar'),
580 'bool', // data type
581 '0', // default
582 xl('Do not display the calendar.')
585 'schedule_start' => array(
586 xl('Calendar Starting Hour'),
587 'hour',
588 '8', // default
589 xl('Beginning hour of day for calendar events.')
592 'schedule_end' => array(
593 xl('Calendar Ending Hour'),
594 'hour',
595 '17', // default
596 xl('Ending hour of day for calendar events.')
599 'calendar_interval' => array(
600 xl('Calendar Interval'),
601 array(
602 '5' => '5',
603 '10' => '10',
604 '15' => '15',
605 '20' => '20',
606 '30' => '30',
607 '60' => '60',
609 '15', // default
610 xl('The time granularity of the calendar and the smallest interval in minutes for an appointment slot.')
613 'calendar_appt_style' => array(
614 xl('Appointment Display Style'),
615 array(
616 '1' => 'Last name',
617 '2' => 'Last name, first name',
618 '3' => 'Last name, first name (title)',
619 '4' => 'Last name, first name (title: description)',
621 '2', // default
622 xl('This determines how appointments display on the calendar.')
625 'docs_see_entire_calendar' => array(
626 xl('Providers See Entire Calendar'),
627 'bool', // data type
628 '0', // default
629 xl('Check this if you want providers to see all appointments by default and not just their own.')
632 'auto_create_new_encounters' => array(
633 xl('Auto-Create New Encounters'),
634 'bool', // data type
635 '1', // default
636 xl('Automatically create a new encounter when appointment status is set to "@" (arrived).')
639 'event_color' => array(
640 xl('Appointment/Event Color'),
641 array(
642 '1' => 'Category Color Schema',
643 '2' => 'Facility Color Schema',
644 ), // data type
645 '1', // default
646 xl('This determines which color schema used for appointment')
651 // Security Tab
653 'Security' => array(
655 'timeout' => array(
656 xl('Idle Session Timeout Seconds'),
657 'num', // data type
658 '7200', // default
659 xl('Maximum idle time in seconds before logout. Default is 7200 (2 hours).')
662 'secure_password' => array(
663 xl('Require Strong Passwords'),
664 'bool', // data type
665 '0', // default
666 xl('Strong password means at least 8 characters, and at least three of: a number, a lowercase letter, an uppercase letter, a special character.')
669 'password_history' => array(
670 xl('Require Unique Passwords'),
671 'bool', // data type
672 '0', // default
673 xl('Means none of last three passwords are allowed when changing a password.')
676 'password_expiration_days' => array(
677 xl('Default Password Expiration Days'),
678 'num', // data type
679 '0', // default
680 xl('Default password expiration period in days. 0 means this feature is disabled.')
683 'password_grace_time' => array(
684 xl('Password Expiration Grace Period'),
685 'num', // data type
686 '0', // default
687 xl('Period in days where a user may login with an expired password.')
690 'is_client_ssl_enabled' => array(
691 xl('Enable Client SSL'),
692 'bool', // data type
693 '0', // default
694 xl('Enable client SSL certificate authentication.')
697 'certificate_authority_crt' => array(
698 xl('Path to CA Certificate File'),
699 'text', // data type
700 '', // default
701 xl('Set this to the full absolute path. For creating client SSL certificates for HTTPS.')
704 'certificate_authority_key' => array(
705 xl('Path to CA Key File'),
706 'text', // data type
707 '', // default
708 xl('Set this to the full absolute path. For creating client SSL certificates for HTTPS.')
711 'client_certificate_valid_in_days' => array(
712 xl('Client Certificate Expiration Days'),
713 'num', // data type
714 '365', // default
715 xl('Number of days that the client certificate is valid.')
718 'Emergency_Login_email_id' => array(
719 xl('Emergency Login Email Address'),
720 'text', // data type
721 '', // default
722 xl('Email address, if any, to receive emergency login user activation messages.')
727 // Notifications Tab
729 'Notifications' => array(
731 'patient_reminder_sender_name' => array(
732 xl('Patient Reminder Sender Name'),
733 'text', // data type
734 '', // default
735 xl('Name of the sender for patient reminders.')
738 'patient_reminder_sender_email' => array(
739 xl('Patient Reminder Sender Email'),
740 'text', // data type
741 '', // default
742 xl('Email address of the sender for patient reminders. Replies to patient reminders will be directed to this address. It is important to use an address from your clinic\'s domain to avoid help prevent patient reminders from going to junk mail folders.')
745 'practice_return_email_path' => array(
746 xl('Notification Email Address'),
747 'text', // data type
748 '', // default
749 xl('Email address, if any, to receive administrative notifications.')
752 'EMAIL_METHOD' => array(
753 xl('Email Transport Method'),
754 array(
755 'PHPMAIL' => 'PHPMAIL',
756 'SENDMAIL' => 'SENDMAIL',
757 'SMTP' => 'SMTP',
759 'SMTP', // default
760 xl('Method for sending outgoing email.')
763 'SMTP_HOST' => array(
764 xl('SMTP Server Hostname'),
765 'text', // data type
766 'localhost', // default
767 xl('If SMTP is used, the server`s hostname or IP address.')
770 'SMTP_PORT' => array(
771 xl('SMTP Server Port Number'),
772 'num', // data type
773 '25', // default
774 xl('If SMTP is used, the server`s TCP port number (usually 25).')
777 'SMTP_USER' => array(
778 xl('SMTP User for Authentication'),
779 'text', // data type
780 '', // default
781 xl('Must be empty if SMTP authentication is not used.')
784 'SMTP_PASS' => array(
785 xl('SMTP Password for Authentication'),
786 'text', // data type
787 '', // default
788 xl('Must be empty if SMTP authentication is not used.')
791 'EMAIL_NOTIFICATION_HOUR' => array(
792 xl('Email Notification Hours'),
793 'num', // data type
794 '50', // default
795 xl('Number of hours in advance to send email notifications.')
798 'SMS_NOTIFICATION_HOUR' => array(
799 xl('SMS Notification Hours'),
800 'num', // data type
801 '50', // default
802 xl('Number of hours in advance to send SMS notifications.')
805 'SMS_GATEWAY_USENAME' => array(
806 xl('SMS Gateway Username'),
807 'text', // data type
808 '', // default
809 xl('Username for SMS Gateway.')
812 'SMS_GATEWAY_PASSWORD' => array(
813 xl('SMS Gateway Password'),
814 'text', // data type
815 '', // default
816 xl('Password for SMS Gateway.')
819 'SMS_GATEWAY_APIKEY' => array(
820 xl('SMS Gateway API Key'),
821 'text', // data type
822 '', // default
823 xl('API key for SMS Gateway.')
826 'phone_notification_hour' => array(
827 xl('Phone Notification Hour'),
828 'num', // data type
829 '50', // default
830 xl('Number of hours in advance to send Phone notification.')
833 'phone_gateway_username' => array(
834 xl('Phone Gateway Username'),
835 'text', // data type
836 '', // default
837 xl('Username for Phone Gateway. Automated VOIP service provided by Maviq. Please visit http://signup.maviq.com for more information.')
840 'phone_gateway_password' => array(
841 xl('Phone Gateway Password'),
842 'text', // data type
843 '', // default
844 xl('Password for Phone Gateway. Automated VOIP service provided by Maviq. Please visit http://signup.maviq.com for more information.')
847 'phone_gateway_url' => array(
848 xl('Phone Gateway URL'),
849 'text', // data type
850 '', // default
851 xl('URL for Phone Gateway. Automated VOIP service provided by Maviq. Please visit http://signup.maviq.com for more information.')
856 // CDR (Clinical Decision Rules)
858 'CDR' => array(
860 'enable_cdr' => array(
861 xl('Enable Clinical Decisions Rules (CDR)'),
862 'bool', // data type
863 '1', // default
864 xl('Enable Clinical Decisions Rules (CDR)')
867 'enable_cdr_crw' => array(
868 xl('Enable Clinical Reminder Widget'),
869 'bool', // data type
870 '1', // default
871 xl('Enable Clinical Reminder Widget')
874 'enable_cdr_crp' => array(
875 xl('Enable Clinical Reminder Popup'),
876 'bool', // data type
877 '1', // default
878 xl('Enable Clinical Reminder Popup')
881 'enable_cdr_prw' => array(
882 xl('Enable Patient Reminder Widget'),
883 'bool', // data type
884 '1', // default
885 xl('Enable Patient Reminder Widget')
888 'enable_cqm' => array(
889 xl('Enable CQM Reporting'),
890 'bool', // data type
891 '1', // default
892 xl('Enable Clinical Quality Measure (CQM) Reporting')
895 'pqri_registry_name' => array(
896 xl('PQRI Registry Name'),
897 'text', // data type
898 'Model Registry', // default
899 xl('PQRI Registry Name')
902 'pqri_registry_id' => array(
903 xl('PQRI Registry ID'),
904 'text', // data type
905 '125789123', // default
906 xl('PQRI Registry ID')
909 'enable_amc' => array(
910 xl('Enable AMC Reporting'),
911 'bool', // data type
912 '1', // default
913 xl('Enable Automated Measure Calculations (AMC) Reporting')
916 'enable_amc_prompting' => array(
917 xl('Enable AMC Prompting'),
918 'bool', // data type
919 '1', // default
920 xl('Enable Prompting For Automated Measure Calculations (AMC) Required Data')
923 'enable_amc_tracking' => array(
924 xl('Enable AMC Tracking'),
925 'bool', // data type
926 '1', // default
927 xl('Enable Reporting of Tracking Date For Automated Measure Calculations (AMC)')
932 // Logging
934 'Logging' => array(
936 'enable_auditlog' => array(
937 xl('Enable Audit Logging'),
938 'bool', // data type
939 '1', // default
940 xl('Enable Audit Logging')
943 'audit_events_patient-record' => array(
944 xl('Audit Logging Patient Record'),
945 'bool', // data type
946 '1', // default
947 xl('Enable logging of patient record modifications.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
950 'audit_events_scheduling' => array(
951 xl('Audit Logging Scheduling'),
952 'bool', // data type
953 '1', // default
954 xl('Enable logging of scheduling activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
957 'audit_events_order' => array(
958 xl('Audit Logging Order'),
959 'bool', // data type
960 '1', // default
961 xl('Enable logging of ordering activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
964 'audit_events_security-administration' => array(
965 xl('Audit Logging Security Administration'),
966 'bool', // data type
967 '1', // default
968 xl('Enable logging of security and administration activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
971 'audit_events_backup' => array(
972 xl('Audit Logging Backups'),
973 'bool', // data type
974 '1', // default
975 xl('Enable logging of backup related activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
978 'audit_events_other' => array(
979 xl('Audit Logging Miscellaneous'),
980 'bool', // data type
981 '1', // default
982 xl('Enable logging of miscellaneous activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
985 'audit_events_query' => array(
986 xl('Audit Logging SELECT Query'),
987 'bool', // data type
988 '0', // default
989 xl('Enable logging of all SQL SELECT queries.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
992 'enable_atna_audit' => array(
993 xl('Enable ATNA Auditing'),
994 'bool', // data type
995 '0', // default
996 xl('Enable Audit Trail and Node Authentication (ATNA).')
999 'atna_audit_host' => array(
1000 xl('ATNA audit host'),
1001 'text', // data type
1002 '', // default
1003 xl('The hostname of the ATNA audit repository machine.')
1006 'atna_audit_port' => array(
1007 xl('ATNA audit port'),
1008 'text', // data type
1009 '6514', // default
1010 xl('Listening port of the RFC 5425 TLS syslog server.')
1013 'atna_audit_localcert' => array(
1014 xl('ATNA audit local certificate'),
1015 'text', // data type
1016 '', // default
1017 xl('Certificate to send to RFC 5425 TLS syslog server.')
1020 'atna_audit_cacert' => array(
1021 xl('ATNA audit CA certificate'),
1022 'text', // data type
1023 '', // default
1024 xl('CA Certificate for verifying the RFC 5425 TLS syslog server.')
1029 // Miscellaneous Tab
1031 'Miscellaneous' => array(
1033 'mysql_bin_dir' => array(
1034 xl('Path to MySQL Binaries'),
1035 'text', // data type
1036 $mysql_bin_dir, // default
1037 xl('Full path to directory containing MySQL executables.')
1040 'perl_bin_dir' => array(
1041 xl('Path to Perl Binaries'),
1042 'text', // data type
1043 $perl_bin_dir, // default
1044 xl('Full path to directory containing Perl executables.')
1047 'temporary_files_dir' => array(
1048 xl('Path to Temporary Files'),
1049 'text', // data type
1050 $temporary_files_dir, // default
1051 xl('Full path to directory used for temporary files.')
1054 'backup_log_dir' => array(
1055 xl('Path for Event Log Backup'),
1056 'text', // data type
1057 $backup_log_dir, // default
1058 xl('Full path to directory for event log backup.')
1061 'state_data_type' => array(
1062 xl('State Data Type'),
1063 array(
1064 '2' => xl('Text field'),
1065 '1' => xl('Single-selection list'),
1066 '26' => xl('Single-selection list with ability to add to the list'),
1068 '26', // default
1069 xl('Field type to use for employer or subscriber state in demographics.')
1072 'state_list' => array(
1073 xl('State list'),
1074 'text', // data type
1075 'state', // default
1076 xl('List used by above State Data Type option.')
1079 'state_custom_addlist_widget' => array(
1080 xl('State List Widget Custom Fields'),
1081 'bool', // data type
1082 '1', // default
1083 xl('Show the custom state form for the add list widget (will ask for title and abbreviation).')
1086 'country_data_type' => array(
1087 xl('Country Data Type'),
1088 array(
1089 '2' => xl('Text field'),
1090 '1' => xl('Single-selection list'),
1091 '26' => xl('Single-selection list with ability to add to the list'),
1093 '26', // default
1094 xl('Field type to use for employer or subscriber country in demographics.')
1097 'country_list' => array(
1098 xl('Country list'),
1099 'text', // data type
1100 'country', // default
1101 xl('List used by above Country Data Type option.')
1104 'print_command' => array(
1105 xl('Print Command'),
1106 'text', // data type
1107 'lpr -P HPLaserjet6P -o cpi=10 -o lpi=6 -o page-left=72 -o page-top=72',
1108 xl('Shell command for printing from the server.')
1111 'default_chief_complaint' => array(
1112 xl('Default Reason for Visit'),
1113 'text', // data type
1115 xl('You may put text here as the default complaint in the New Patient Encounter form.')
1118 'default_new_encounter_form' => array(
1119 xl('Default Encounter Form ID'),
1120 'text', // data type
1122 xl('To automatically open the specified form. Some sports teams use football_injury_audit here.')
1125 'patient_id_category_name' => array(
1126 xl('Patient ID Category Name'),
1127 'text', // data type
1128 'Patient ID card', // default
1129 xl('Optional category name for an ID Card image that can be viewed from the patient summary page.')
1132 'patient_photo_category_name' => array(
1133 xl('Patient Photo Category Name'),
1134 'text', // data type
1135 'Patient Photograph', // default
1136 xl('Optional category name for photo images that can be viewed from the patient summary page.')
1139 'MedicareReferrerIsRenderer' => array(
1140 xl('Medicare Referrer Is Renderer'),
1141 'bool', // data type
1142 '0', // default = true
1143 xl('For Medicare only, forces the referring provider to be the same as the rendering provider.')
1146 'post_to_date_benchmark' => array(
1147 xl('Financial Close Date (yyyy-mm-dd)'),
1148 'text', // data type
1149 date('Y-m-d',time() - (10 * 24 * 60 * 60)), // default
1150 xl('The payments posted cannot go below this date.This ensures that after taking the final report nobody post for previous dates.')
1153 'enable_hylafax' => array(
1154 xl('Enable Hylafax Support'),
1155 'bool', // data type
1156 '0', // default
1157 xl('Enable Hylafax Support')
1160 'hylafax_server' => array(
1161 xl('Hylafax Server'),
1162 'text', // data type
1163 'localhost', // default
1164 xl('Hylafax server hostname.')
1167 'hylafax_basedir' => array(
1168 xl('Hylafax Directory'),
1169 'text', // data type
1170 '/var/spool/fax', // default
1171 xl('Location where Hylafax stores faxes.')
1174 'hylafax_enscript' => array(
1175 xl('Hylafax Enscript Command'),
1176 'text', // data type
1177 'enscript -M Letter -B -e^ --margins=36:36:36:36', // default
1178 xl('Enscript command used by Hylafax.')
1181 'enable_scanner' => array(
1182 xl('Enable Scanner Support'),
1183 'bool', // data type
1184 '0', // default
1185 xl('Enable Scanner Support')
1188 'scanner_output_directory' => array(
1189 xl('Scanner Directory'),
1190 'text', // data type
1191 '/mnt/scan_docs', // default
1192 xl('Location where scans are stored.')
1197 // Portal Tab
1199 'Portal' => array(
1201 'portal_onsite_enable' => array(
1202 xl('Enable Onsite Patient Portal'),
1203 'bool', // data type
1204 '0',
1205 xl('Enable Onsite Patient Portal.')
1208 'portal_onsite_address' => array(
1209 xl('Onsite Patient Portal Site Address'),
1210 'text', // data type
1211 'https://your_web_site.com/openemr/patients',
1212 xl('Website link for the Onsite Patient Portal.')
1215 'portal_offsite_enable' => array(
1216 xl('Enable Offsite Patient Portal'),
1217 'bool', // data type
1218 '0',
1219 xl('Enable Offsite Patient Portal.')
1222 'portal_offsite_username' => array(
1223 xl('Offsite Patient Portal Username'),
1224 'text', // data type
1226 xl('Offsite Patient Portal Username(Put Blank If not Registered).')
1229 'portal_offsite_password' => array(
1230 xl('Offsite Patient Portal Password'),
1231 'pwd', // data type
1233 xl('Offsite Patient Portal Password(Put Blank If not Registered).')
1236 'portal_offsite_address' => array(
1237 xl('Offsite Patient Portal Site Address'),
1238 'text', // data type
1239 'https://mydocsportal.com/provider.php',
1240 xl('Offsite Https link for the Patient Portal.')
1245 // Connectors Tab
1247 'Connectors' => array(
1249 'lab_exchange_enable' => array(
1250 xl('Enable Lab Exchange'),
1251 'bool', // data type
1252 '0',
1253 xl('Enable the OpenEMR Support LLC Lab Exchange Service.')
1256 'lab_exchange_siteid' => array(
1257 xl('Lab Exchange Site ID'),
1258 'text', // data type
1259 '3',
1260 xl('Site ID for the OpenEMR Support LLC Lab Exchange Service.')
1263 'lab_exchange_token' => array(
1264 xl('Lab Exchange Token ID'),
1265 'text', // data type
1266 '12345',
1267 xl('Token ID for the OpenEMR Support LLC Lab Exchange Service.')
1270 'lab_exchange_endpoint' => array(
1271 xl('Lab Exchange Site Address'),
1272 'text', // data type
1273 'https://openemrsupport.com:29443/len/api',
1274 xl('Https link for the OpenEMR Support LLC Lab Exchange Service.')
1277 'erx_enable' => array(
1278 xl('Enable NewCrop eRx Service'),
1279 'bool', // data type
1280 '0',
1281 xl('Enable ZMG, LLC eRx service')
1284 'erx_path_production' => array(
1285 xl('NewCrop eRx Site Address'),
1286 'text', // data type
1287 'https://secure.newcropaccounts.com/InterfaceV7/RxEntry.aspx',
1288 xl('Contact ZMG, LLC (zmghealth@gmail.com) for subscribing the eRx service')
1291 'erx_path_soap_production' => array(
1292 xl('NewCrop eRx Web Service Address'),
1293 'text', // data type
1294 'https://secure.newcropaccounts.com/v7/WebServices/Update1.asmx?WSDL;https://secure.newcropaccounts.com/v7/WebServices/Patient.asmx?WSDL',
1295 xl('Contact ZMG, LLC (zmghealth@gmail.com) for subscribing the eRx service')
1298 'partner_name_production' => array(
1299 xl('NewCrop eRx Partner Name'),
1300 'text', // data type
1302 xl('Contact ZMG, LLC (zmghealth@gmail.com) for subscribing the eRx service')
1305 'erx_name_production' => array(
1306 xl('NewCrop eRx Name'),
1307 'text', // data type
1309 xl('Contact ZMG, LLC (zmghealth@gmail.com) for subscribing the eRx service')
1312 'erx_password_production' => array(
1313 xl('NewCrop eRx Password'),
1314 'pass', // data type
1316 xl('Contact ZMG, LLC (zmghealth@gmail.com) for subscribing the eRx service')