added new language
[openemr.git] / library / globals.inc.php
blob6b0de55c6f4f9aaac85e591708b59bd6d9bef739
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 (Standard)')
31 // French // xl('French (Canadian)')
32 // German // xl('German')
33 // Greek // xl('Greek')
34 // Hebrew // xl('Hebrew')
35 // Hindi // xl('Hindi')
36 // Italian // xl('Italian')
37 // Norwegian // xl('Norwegian')
38 // Polish // xl('Polish')
39 // Portuguese (Brazilian) // xl('Portuguese (Brazilian)')
40 // Portuguese (European) // xl('Portuguese (European)')
41 // Russian // xl('Russian')
42 // Slovak // xl('Slovak')
43 // Spanish // xl('Spanish')
44 // Swedish // xl('Swedish')
45 // Turkish // xl('Turkish')
47 // OS-dependent stuff.
48 if (stristr(PHP_OS, 'WIN')) {
49 // MS Windows
50 $mysql_bin_dir = 'C:/xampp/mysql/bin';
51 $perl_bin_dir = 'C:/xampp/perl/bin';
52 $temporary_files_dir = 'C:/windows/temp';
53 $backup_log_dir = 'C:/windows/temp';
55 else {
56 // Everything else
57 $mysql_bin_dir = '/usr/bin';
58 $perl_bin_dir = '/usr/bin';
59 $temporary_files_dir = '/tmp';
60 $backup_log_dir = '/tmp';
63 // Language constant declarations:
64 // xl('Appearance')
65 // xl('Locale')
66 // xl('Features')
67 // xl('Calendar')
68 // xl('Security')
69 // xl('Notifications')
70 // xl('Miscellaneous')
72 // List of user specific tabs and globals
73 $USER_SPECIFIC_TABS = array('Appearance',
74 'Locale',
75 'Calendar');
76 $USER_SPECIFIC_GLOBALS = array('default_top_pane',
77 'concurrent_layout',
78 'css_header',
79 'units_of_measurement',
80 'date_display_format',
81 'time_display_format',
82 'event_color');
84 $GLOBALS_METADATA = array(
86 // Appearance Tab
88 'Appearance' => array(
90 'default_top_pane' => array(
91 xl('Main Top Pane Screen'), // descriptive name
92 array(
93 'main_info.php' => xl('Calendar Screen'),
94 '../new/new.php' => xl('Patient Search/Add Screen'),
96 'main_info.php', // default = calendar
97 xl('Type of screen layout')
100 'concurrent_layout' => array(
101 xl('Layout Style'), // descriptive name
102 array(
103 '0' => xl('Old style layout with no left menu'),
104 '1' => xl('Navigation menu consists of pairs of radio buttons'),
105 '2' => xl('Navigation menu is a tree view'),
106 '3' => xl('Navigation uses a sliding menu'),
108 '3', // default = tree menu
109 xl('Type of screen layout')
112 'css_header' => array(
113 xl('Theme'),
114 'css',
115 'style_oemr.css',
116 xl('Pick a CSS theme.')
119 'gbl_nav_area_width' => array(
120 xl('Navigation Area Width'),
121 'num',
122 '150',
123 xl('Width in pixels of the left navigation frame.')
126 'openemr_name' => array(
127 xl('Application Title'),
128 'text',
129 'OpenEMR',
130 xl('Application name for login page and main window title.')
133 'full_new_patient_form' => array(
134 xl('New Patient Form'),
135 array(
136 '0' => xl('Old-style static form without search or duplication check'),
137 '1' => xl('All demographics fields, with search and duplication check'),
138 '2' => xl('Mandatory or specified fields only, search and dup check'),
139 '3' => xl('Mandatory or specified fields only, dup check, no search'),
141 '1', // default
142 xl('Style of form used for adding new patients')
145 'patient_search_results_style' => array(
146 xl('Patient Search Results Style'),
147 array(
148 '0' => xl('Encounter statistics'),
149 '1' => xl('Mandatory and specified fields'),
151 '0', // default
152 xl('Type of columns displayed for patient search results')
155 'gbl_tall_nav_area' => array(
156 xl('Tall Navigation Area'),
157 'bool', // data type
158 '0', // default = false
159 xl('Navigation area uses full height of frameset')
162 'gbl_nav_visit_forms' => array(
163 xl('Navigation Area Visit Forms'),
164 'bool', // data type
165 '1', // default = true
166 xl('Navigation area includes encounter forms')
169 'simplified_demographics' => array(
170 xl('Simplified Demographics'),
171 'bool', // data type
172 '0', // default = false
173 xl('Omit insurance and some other things from the demographics form')
176 'simplified_prescriptions' => array(
177 xl('Simplified Prescriptions'),
178 'bool', // data type
179 '0', // default = false
180 xl('Omit form, route and interval which then become part of dosage')
183 'simplified_copay' => array(
184 xl('Simplified Co-Pay'),
185 'bool', // data type
186 '0', // default = false
187 xl('Omit method of payment from the co-pay panel')
190 'use_charges_panel' => array(
191 xl('Use Charges Panel'),
192 'bool', // data type
193 '0', // default = false
194 xl('Enables the old Charges panel for entering billing codes and payments. Not recommended, use the Fee Sheet instead.')
197 'online_support_link' => array(
198 xl('Online Support Link'),
199 'text', // data type
200 'http://sourceforge.net/projects/openemr/support',
201 xl('URL for OpenEMR support.')
204 'encounter_page_size' => array(
205 xl('Encounter Page Size'),
206 array(
207 '0' => xl('Show All'),
208 '5' => '5',
209 '10' => '10',
210 '15' => '15',
211 '20' => '20',
212 '25' => '25',
213 '50' => '50',
215 '20',
216 xl('Number of encounters to display per page.')
221 // Locale Tab
223 'Locale' => array(
225 'language_default' => array(
226 xl('Default Language'),
227 'lang', // data type
228 'English (Standard)', // default = english
229 xl('Default language if no other is allowed or chosen.')
232 'language_menu_showall' => array(
233 xl('All Languages Allowed'),
234 'bool', // data type
235 '1', // default = true
236 xl('Allow all available languages as choices on menu at login.')
239 'language_menu_other' => array(
240 xl('Allowed Languages'),
241 'm_lang', // data type
242 '', // default = none
243 xl('Select which languages, if any, may be chosen at login. (only pertinent if above All Languages Allowed is turned off)')
246 'allow_debug_language' => array(
247 xl('Allow Debugging Language'),
248 'bool', // data type
249 '1', // default = true during development and false for production releases
250 xl('This will allow selection of the debugging (\'dummy\') language.')
253 'translate_layout' => array(
254 xl('Translate Layouts'),
255 'bool', // data type
256 '1', // default = true
257 xl('Is text from form layouts to be translated?')
260 'translate_lists' => array(
261 xl('Translate Lists'),
262 'bool', // data type
263 '1', // default = true
264 xl('Is text from lists to be translated?')
267 'translate_gacl_groups' => array(
268 xl('Translate Access Control Groups'),
269 'bool', // data type
270 '1', // default = true
271 xl('Are access control group names to be translated?')
274 'translate_form_titles' => array(
275 xl('Translate Patient Note Titles'),
276 'bool', // data type
277 '1', // default = true
278 xl('Are patient note titles to be translated?')
281 'translate_document_categories' => array(
282 xl('Translate Document Categories'),
283 'bool', // data type
284 '1', // default = true
285 xl('Are document category names to be translated?')
288 'translate_appt_categories' => array(
289 xl('Translate Appointment Categories'),
290 'bool', // data type
291 '1', // default = true
292 xl('Are appointment category names to be translated?')
295 'units_of_measurement' => array(
296 xl('Units for Visit Forms'),
297 array(
298 '1' => xl('Show both US and metric (main unit is US)'),
299 '2' => xl('Show both US and metric (main unit is metric)'),
300 '3' => xl('Show US only'),
301 '4' => xl('Show metric only'),
303 '1', // default = Both/US
304 xl('Applies to the Vitals form and Growth Chart')
307 'disable_deprecated_metrics_form' => array(
308 xl('Disable Old Metric Vitals Form'),
309 'bool', // data type
310 '1', // default = true
311 xl('This was the older metric-only Vitals form, now deprecated.')
314 'phone_country_code' => array(
315 xl('Telephone Country Code'),
316 'num',
317 '1', // default = North America
318 xl('1 = North America. See http://www.wtng.info/ for a list of other country codes.')
321 'date_display_format' => array(
322 xl('Date Display Format'),
323 array(
324 '0' => xl('YYYY-MM-DD'),
325 '1' => xl('MM/DD/YYYY'),
326 '2' => xl('DD/MM/YYYY'),
328 '0',
329 xl('Format used to display most dates.')
332 'time_display_format' => array(
333 xl('Time Display Format'),
334 array(
335 '0' => xl('24 hr'),
336 '1' => xl('12 hr'),
338 '0',
339 xl('Format used to display most times.')
342 'currency_decimals' => array(
343 xl('Currency Decimal Places'),
344 array(
345 '0' => xl('0'),
346 '1' => xl('1'),
347 '2' => xl('2'),
349 '2',
350 xl('Number of digits after decimal point for currency, usually 0 or 2.')
353 'currency_dec_point' => array(
354 xl('Currency Decimal Point Symbol'),
355 array(
356 '.' => xl('Period'),
357 ',' => xl('Comma'),
359 '.',
360 xl('Symbol used as the decimal point for currency. Not used if Decimal Places is 0.')
363 'currency_thousands_sep' => array(
364 xl('Currency Thousands Separator'),
365 array(
366 ',' => xl('Comma'),
367 '.' => xl('Period'),
368 ' ' => xl('Space'),
369 '' => xl('None'),
371 ',',
372 xl('Symbol used to separate thousands for currency.')
375 'gbl_currency_symbol' => array(
376 xl('Currency Designator'),
377 'text', // data type
378 '$', // default
379 xl('Code or symbol to indicate currency')
384 // Features Tab
386 'Features' => array(
388 'specific_application' => array(
389 xl('Specific Application'),
390 array(
391 '0' => xl('None'),
392 '1' => xl('Athletic team'),
393 '2' => xl('IPPF'),
394 '3' => xl('Weight loss clinic'),
396 '0', // default
397 xl('Indicator for specialized usage')
400 'inhouse_pharmacy' => array(
401 xl('Drugs and Products'),
402 array(
403 '0' => xl('Do not inventory and sell any products'),
404 '1' => xl('Inventory and sell drugs only'),
405 '2' => xl('Inventory and sell both drugs and non-drug products'),
406 '3' => xl('Products but no prescription drugs and no templates'),
408 '0', // default
409 xl('Option to support inventory and sales of products')
412 'disable_chart_tracker' => array(
413 xl('Disable Chart Tracker'),
414 'bool', // data type
415 '0', // default = false
416 xl('Removes the Chart Tracker feature')
419 'disable_phpmyadmin_link' => array(
420 xl('Disable phpMyAdmin'),
421 'bool', // data type
422 '0', // default = false
423 xl('Removes support for phpMyAdmin')
426 'disable_immunizations' => array(
427 xl('Disable Immunizations'),
428 'bool', // data type
429 '0', // default = false
430 xl('Removes support for immunizations')
433 'disable_prescriptions' => array(
434 xl('Disable Prescriptions'),
435 'bool', // data type
436 '0', // default = false
437 xl('Removes support for prescriptions')
440 'omit_employers' => array(
441 xl('Omit Employers'),
442 'bool', // data type
443 '0', // default = false
444 xl('Omit employer information in patient demographics')
447 'select_multi_providers' => array(
448 xl('Support Multi-Provider Events'),
449 'bool', // data type
450 '0', // default = false
451 xl('Support calendar events that apply to multiple providers')
454 'disable_non_default_groups' => array(
455 xl('Disable User Groups'),
456 'bool', // data type
457 '1', // default = true
458 xl('Normally this should be checked. Not related to access control.')
461 'ignore_pnotes_authorization' => array(
462 xl('Skip Authorization of Patient Notes'),
463 'bool', // data type
464 '1', // default = true
465 xl('Do not require patient notes to be authorized')
468 'support_encounter_claims' => array(
469 xl('Allow Encounter Claims'),
470 'bool', // data type
471 '0', // default = false
472 xl('Allow creation of claims containing diagnoses but not procedures or charges. Most clinics do not want this.')
475 'advance_directives_warning' => array(
476 xl('Advance Directives Warning'),
477 'bool', // data type
478 '0', // default = false
479 xl('Display advance directives in the demographics page.')
482 'configuration_import_export' => array(
483 xl('Configuration Export/Import'),
484 'bool', // data type
485 '0', // default = false
486 xl('Support export/import of configuration data via the Backup page.')
489 'restrict_user_facility' => array(
490 xl('Restrict Users to Facilities'),
491 'bool', // data type
492 '0', // default
493 xl('Restrict non-authorized users to the Schedule Facilities set in User admin.')
496 'set_facility_cookie' => array(
497 xl('Remember Selected Facility'),
498 'bool', // data type
499 '0', // default
500 xl('Set a facility cookie to remember the selected facility between logins.')
503 'receipts_by_provider' => array(
504 xl('Print Receipts by Provider'),
505 'bool',
506 '0', // default
507 xl('Causes Receipts to Print Encounter/Primary Provider Info')
510 'discount_by_money' => array(
511 xl('Discounts as Monetary Amounts'),
512 'bool', // data type
513 '1', // default = true
514 xl('Discounts at checkout time are entered as money amounts, as opposed to percentage.')
517 'gbl_visit_referral_source' => array(
518 xl('Referral Source for Encounters'),
519 'bool', // data type
520 '0', // default = false
521 xl('A referral source may be specified for each visit.')
524 'gbl_mask_patient_id' => array(
525 xl('Mask for Patient IDs'),
526 'text', // data type
527 '', // default
528 xl('Specifies formatting for the external patient ID. # = digit, @ = alpha, * = any character. Empty if not used.')
531 'gbl_mask_invoice_number' => array(
532 xl('Mask for Invoice Numbers'),
533 'text', // data type
534 '', // default
535 xl('Specifies formatting for invoice reference numbers. # = digit, @ = alpha, * = any character. Empty if not used.')
538 'gbl_mask_product_id' => array(
539 xl('Mask for Product IDs'),
540 'text', // data type
541 '', // default
542 xl('Specifies formatting for product NDC fields. # = digit, @ = alpha, * = any character. Empty if not used.')
545 'force_billing_widget_open' => array(
546 xl('Force Billing Widget Open'),
547 'bool', // data type
548 '0', // default = false
549 xl('This will force the Billing Widget in the Patient Summary screen to always be open.')
552 'activate_ccr_ccd_report' => array(
553 xl('Activate CCR/CCD Reporting'),
554 'bool', // data type
555 '1', // default = true
556 xl('This will activate the CCR(Continuity of Care Record) and CCD(Continuity of Care Document) reporting.')
559 'hide_document_encryption' => array(
560 xl('Hide Encryption/Decryption Options In Document Management'),
561 'bool', // data type
562 '1', // default = true
563 xl('This will deactivate document the encryption and decryption features, and hide them in the UI.')
566 'use_custom_immun_list' => array(
567 xl('Use Custom Immunization List'),
568 'bool', // data type
569 '0', // default = true
570 xl('This will use the custom immunizations list rather than the standard CVX immunization list.')
575 // Calendar Tab
577 'Calendar' => array(
579 'disable_calendar' => array(
580 xl('Disable Calendar'),
581 'bool', // data type
582 '0', // default
583 xl('Do not display the calendar.')
586 'schedule_start' => array(
587 xl('Calendar Starting Hour'),
588 'hour',
589 '8', // default
590 xl('Beginning hour of day for calendar events.')
593 'schedule_end' => array(
594 xl('Calendar Ending Hour'),
595 'hour',
596 '17', // default
597 xl('Ending hour of day for calendar events.')
600 'calendar_interval' => array(
601 xl('Calendar Interval'),
602 array(
603 '5' => '5',
604 '10' => '10',
605 '15' => '15',
606 '20' => '20',
607 '30' => '30',
608 '60' => '60',
610 '15', // default
611 xl('The time granularity of the calendar and the smallest interval in minutes for an appointment slot.')
614 'calendar_appt_style' => array(
615 xl('Appointment Display Style'),
616 array(
617 '1' => 'Last name',
618 '2' => 'Last name, first name',
619 '3' => 'Last name, first name (title)',
620 '4' => 'Last name, first name (title: description)',
622 '2', // default
623 xl('This determines how appointments display on the calendar.')
626 'docs_see_entire_calendar' => array(
627 xl('Providers See Entire Calendar'),
628 'bool', // data type
629 '0', // default
630 xl('Check this if you want providers to see all appointments by default and not just their own.')
633 'auto_create_new_encounters' => array(
634 xl('Auto-Create New Encounters'),
635 'bool', // data type
636 '1', // default
637 xl('Automatically create a new encounter when appointment status is set to "@" (arrived).')
640 'event_color' => array(
641 xl('Appointment/Event Color'),
642 array(
643 '1' => 'Category Color Schema',
644 '2' => 'Facility Color Schema',
645 ), // data type
646 '1', // default
647 xl('This determines which color schema used for appointment')
652 // Security Tab
654 'Security' => array(
656 'timeout' => array(
657 xl('Idle Session Timeout Seconds'),
658 'num', // data type
659 '7200', // default
660 xl('Maximum idle time in seconds before logout. Default is 7200 (2 hours).')
663 'secure_password' => array(
664 xl('Require Strong Passwords'),
665 'bool', // data type
666 '0', // default
667 xl('Strong password means at least 8 characters, and at least three of: a number, a lowercase letter, an uppercase letter, a special character.')
670 'password_history' => array(
671 xl('Require Unique Passwords'),
672 'bool', // data type
673 '0', // default
674 xl('Means none of last three passwords are allowed when changing a password.')
677 'password_expiration_days' => array(
678 xl('Default Password Expiration Days'),
679 'num', // data type
680 '0', // default
681 xl('Default password expiration period in days. 0 means this feature is disabled.')
684 'password_grace_time' => array(
685 xl('Password Expiration Grace Period'),
686 'num', // data type
687 '0', // default
688 xl('Period in days where a user may login with an expired password.')
691 'is_client_ssl_enabled' => array(
692 xl('Enable Client SSL'),
693 'bool', // data type
694 '0', // default
695 xl('Enable client SSL certificate authentication.')
698 'certificate_authority_crt' => array(
699 xl('Path to CA Certificate File'),
700 'text', // data type
701 '', // default
702 xl('Set this to the full absolute path. For creating client SSL certificates for HTTPS.')
705 'certificate_authority_key' => array(
706 xl('Path to CA Key File'),
707 'text', // data type
708 '', // default
709 xl('Set this to the full absolute path. For creating client SSL certificates for HTTPS.')
712 'client_certificate_valid_in_days' => array(
713 xl('Client Certificate Expiration Days'),
714 'num', // data type
715 '365', // default
716 xl('Number of days that the client certificate is valid.')
719 'Emergency_Login_email_id' => array(
720 xl('Emergency Login Email Address'),
721 'text', // data type
722 '', // default
723 xl('Email address, if any, to receive emergency login user activation messages.')
728 // Notifications Tab
730 'Notifications' => array(
732 'patient_reminder_sender_name' => array(
733 xl('Patient Reminder Sender Name'),
734 'text', // data type
735 '', // default
736 xl('Name of the sender for patient reminders.')
739 'patient_reminder_sender_email' => array(
740 xl('Patient Reminder Sender Email'),
741 'text', // data type
742 '', // default
743 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.')
746 'practice_return_email_path' => array(
747 xl('Notification Email Address'),
748 'text', // data type
749 '', // default
750 xl('Email address, if any, to receive administrative notifications.')
753 'EMAIL_METHOD' => array(
754 xl('Email Transport Method'),
755 array(
756 'PHPMAIL' => 'PHPMAIL',
757 'SENDMAIL' => 'SENDMAIL',
758 'SMTP' => 'SMTP',
760 'SMTP', // default
761 xl('Method for sending outgoing email.')
764 'SMTP_HOST' => array(
765 xl('SMTP Server Hostname'),
766 'text', // data type
767 'localhost', // default
768 xl('If SMTP is used, the server`s hostname or IP address.')
771 'SMTP_PORT' => array(
772 xl('SMTP Server Port Number'),
773 'num', // data type
774 '25', // default
775 xl('If SMTP is used, the server`s TCP port number (usually 25).')
778 'SMTP_USER' => array(
779 xl('SMTP User for Authentication'),
780 'text', // data type
781 '', // default
782 xl('Must be empty if SMTP authentication is not used.')
785 'SMTP_PASS' => array(
786 xl('SMTP Password for Authentication'),
787 'text', // data type
788 '', // default
789 xl('Must be empty if SMTP authentication is not used.')
792 'EMAIL_NOTIFICATION_HOUR' => array(
793 xl('Email Notification Hours'),
794 'num', // data type
795 '50', // default
796 xl('Number of hours in advance to send email notifications.')
799 'SMS_NOTIFICATION_HOUR' => array(
800 xl('SMS Notification Hours'),
801 'num', // data type
802 '50', // default
803 xl('Number of hours in advance to send SMS notifications.')
806 'SMS_GATEWAY_USENAME' => array(
807 xl('SMS Gateway Username'),
808 'text', // data type
809 '', // default
810 xl('Username for SMS Gateway.')
813 'SMS_GATEWAY_PASSWORD' => array(
814 xl('SMS Gateway Password'),
815 'text', // data type
816 '', // default
817 xl('Password for SMS Gateway.')
820 'SMS_GATEWAY_APIKEY' => array(
821 xl('SMS Gateway API Key'),
822 'text', // data type
823 '', // default
824 xl('API key for SMS Gateway.')
827 'phone_notification_hour' => array(
828 xl('Phone Notification Hour'),
829 'num', // data type
830 '50', // default
831 xl('Number of hours in advance to send Phone notification.')
834 'phone_gateway_username' => array(
835 xl('Phone Gateway Username'),
836 'text', // data type
837 '', // default
838 xl('Username for Phone Gateway. Automated VOIP service provided by Maviq. Please visit http://signup.maviq.com for more information.')
841 'phone_gateway_password' => array(
842 xl('Phone Gateway Password'),
843 'text', // data type
844 '', // default
845 xl('Password for Phone Gateway. Automated VOIP service provided by Maviq. Please visit http://signup.maviq.com for more information.')
848 'phone_gateway_url' => array(
849 xl('Phone Gateway URL'),
850 'text', // data type
851 '', // default
852 xl('URL for Phone Gateway. Automated VOIP service provided by Maviq. Please visit http://signup.maviq.com for more information.')
857 // CDR (Clinical Decision Rules)
859 'CDR' => array(
861 'enable_cdr' => array(
862 xl('Enable Clinical Decisions Rules (CDR)'),
863 'bool', // data type
864 '1', // default
865 xl('Enable Clinical Decisions Rules (CDR)')
868 'enable_cdr_crw' => array(
869 xl('Enable Clinical Reminder Widget'),
870 'bool', // data type
871 '1', // default
872 xl('Enable Clinical Reminder Widget')
875 'enable_cdr_crp' => array(
876 xl('Enable Clinical Reminder Popup'),
877 'bool', // data type
878 '1', // default
879 xl('Enable Clinical Reminder Popup')
882 'enable_cdr_prw' => array(
883 xl('Enable Patient Reminder Widget'),
884 'bool', // data type
885 '1', // default
886 xl('Enable Patient Reminder Widget')
889 'enable_cqm' => array(
890 xl('Enable CQM Reporting'),
891 'bool', // data type
892 '1', // default
893 xl('Enable Clinical Quality Measure (CQM) Reporting')
896 'pqri_registry_name' => array(
897 xl('PQRI Registry Name'),
898 'text', // data type
899 'Model Registry', // default
900 xl('PQRI Registry Name')
903 'pqri_registry_id' => array(
904 xl('PQRI Registry ID'),
905 'text', // data type
906 '125789123', // default
907 xl('PQRI Registry ID')
910 'enable_amc' => array(
911 xl('Enable AMC Reporting'),
912 'bool', // data type
913 '1', // default
914 xl('Enable Automated Measure Calculations (AMC) Reporting')
917 'enable_amc_prompting' => array(
918 xl('Enable AMC Prompting'),
919 'bool', // data type
920 '1', // default
921 xl('Enable Prompting For Automated Measure Calculations (AMC) Required Data')
924 'enable_amc_tracking' => array(
925 xl('Enable AMC Tracking'),
926 'bool', // data type
927 '1', // default
928 xl('Enable Reporting of Tracking Date For Automated Measure Calculations (AMC)')
933 // Logging
935 'Logging' => array(
937 'enable_auditlog' => array(
938 xl('Enable Audit Logging'),
939 'bool', // data type
940 '1', // default
941 xl('Enable Audit Logging')
944 'audit_events_patient-record' => array(
945 xl('Audit Logging Patient Record'),
946 'bool', // data type
947 '1', // default
948 xl('Enable logging of patient record modifications.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
951 'audit_events_scheduling' => array(
952 xl('Audit Logging Scheduling'),
953 'bool', // data type
954 '1', // default
955 xl('Enable logging of scheduling activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
958 'audit_events_order' => array(
959 xl('Audit Logging Order'),
960 'bool', // data type
961 '1', // default
962 xl('Enable logging of ordering activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
965 'audit_events_security-administration' => array(
966 xl('Audit Logging Security Administration'),
967 'bool', // data type
968 '1', // default
969 xl('Enable logging of security and administration activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
972 'audit_events_backup' => array(
973 xl('Audit Logging Backups'),
974 'bool', // data type
975 '1', // default
976 xl('Enable logging of backup related activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
979 'audit_events_other' => array(
980 xl('Audit Logging Miscellaneous'),
981 'bool', // data type
982 '1', // default
983 xl('Enable logging of miscellaneous activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
986 'audit_events_query' => array(
987 xl('Audit Logging SELECT Query'),
988 'bool', // data type
989 '0', // default
990 xl('Enable logging of all SQL SELECT queries.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
993 'enable_atna_audit' => array(
994 xl('Enable ATNA Auditing'),
995 'bool', // data type
996 '0', // default
997 xl('Enable Audit Trail and Node Authentication (ATNA).')
1000 'atna_audit_host' => array(
1001 xl('ATNA audit host'),
1002 'text', // data type
1003 '', // default
1004 xl('The hostname of the ATNA audit repository machine.')
1007 'atna_audit_port' => array(
1008 xl('ATNA audit port'),
1009 'text', // data type
1010 '6514', // default
1011 xl('Listening port of the RFC 5425 TLS syslog server.')
1014 'atna_audit_localcert' => array(
1015 xl('ATNA audit local certificate'),
1016 'text', // data type
1017 '', // default
1018 xl('Certificate to send to RFC 5425 TLS syslog server.')
1021 'atna_audit_cacert' => array(
1022 xl('ATNA audit CA certificate'),
1023 'text', // data type
1024 '', // default
1025 xl('CA Certificate for verifying the RFC 5425 TLS syslog server.')
1030 // Miscellaneous Tab
1032 'Miscellaneous' => array(
1034 'mysql_bin_dir' => array(
1035 xl('Path to MySQL Binaries'),
1036 'text', // data type
1037 $mysql_bin_dir, // default
1038 xl('Full path to directory containing MySQL executables.')
1041 'perl_bin_dir' => array(
1042 xl('Path to Perl Binaries'),
1043 'text', // data type
1044 $perl_bin_dir, // default
1045 xl('Full path to directory containing Perl executables.')
1048 'temporary_files_dir' => array(
1049 xl('Path to Temporary Files'),
1050 'text', // data type
1051 $temporary_files_dir, // default
1052 xl('Full path to directory used for temporary files.')
1055 'backup_log_dir' => array(
1056 xl('Path for Event Log Backup'),
1057 'text', // data type
1058 $backup_log_dir, // default
1059 xl('Full path to directory for event log backup.')
1062 'state_data_type' => array(
1063 xl('State Data Type'),
1064 array(
1065 '2' => xl('Text field'),
1066 '1' => xl('Single-selection list'),
1067 '26' => xl('Single-selection list with ability to add to the list'),
1069 '26', // default
1070 xl('Field type to use for employer or subscriber state in demographics.')
1073 'state_list' => array(
1074 xl('State list'),
1075 'text', // data type
1076 'state', // default
1077 xl('List used by above State Data Type option.')
1080 'state_custom_addlist_widget' => array(
1081 xl('State List Widget Custom Fields'),
1082 'bool', // data type
1083 '1', // default
1084 xl('Show the custom state form for the add list widget (will ask for title and abbreviation).')
1087 'country_data_type' => array(
1088 xl('Country Data Type'),
1089 array(
1090 '2' => xl('Text field'),
1091 '1' => xl('Single-selection list'),
1092 '26' => xl('Single-selection list with ability to add to the list'),
1094 '26', // default
1095 xl('Field type to use for employer or subscriber country in demographics.')
1098 'country_list' => array(
1099 xl('Country list'),
1100 'text', // data type
1101 'country', // default
1102 xl('List used by above Country Data Type option.')
1105 'print_command' => array(
1106 xl('Print Command'),
1107 'text', // data type
1108 'lpr -P HPLaserjet6P -o cpi=10 -o lpi=6 -o page-left=72 -o page-top=72',
1109 xl('Shell command for printing from the server.')
1112 'default_chief_complaint' => array(
1113 xl('Default Reason for Visit'),
1114 'text', // data type
1116 xl('You may put text here as the default complaint in the New Patient Encounter form.')
1119 'default_new_encounter_form' => array(
1120 xl('Default Encounter Form ID'),
1121 'text', // data type
1123 xl('To automatically open the specified form. Some sports teams use football_injury_audit here.')
1126 'patient_id_category_name' => array(
1127 xl('Patient ID Category Name'),
1128 'text', // data type
1129 'Patient ID card', // default
1130 xl('Optional category name for an ID Card image that can be viewed from the patient summary page.')
1133 'patient_photo_category_name' => array(
1134 xl('Patient Photo Category Name'),
1135 'text', // data type
1136 'Patient Photograph', // default
1137 xl('Optional category name for photo images that can be viewed from the patient summary page.')
1140 'MedicareReferrerIsRenderer' => array(
1141 xl('Medicare Referrer Is Renderer'),
1142 'bool', // data type
1143 '0', // default = true
1144 xl('For Medicare only, forces the referring provider to be the same as the rendering provider.')
1147 'post_to_date_benchmark' => array(
1148 xl('Financial Close Date (yyyy-mm-dd)'),
1149 'text', // data type
1150 date('Y-m-d',time() - (10 * 24 * 60 * 60)), // default
1151 xl('The payments posted cannot go below this date.This ensures that after taking the final report nobody post for previous dates.')
1154 'enable_hylafax' => array(
1155 xl('Enable Hylafax Support'),
1156 'bool', // data type
1157 '0', // default
1158 xl('Enable Hylafax Support')
1161 'hylafax_server' => array(
1162 xl('Hylafax Server'),
1163 'text', // data type
1164 'localhost', // default
1165 xl('Hylafax server hostname.')
1168 'hylafax_basedir' => array(
1169 xl('Hylafax Directory'),
1170 'text', // data type
1171 '/var/spool/fax', // default
1172 xl('Location where Hylafax stores faxes.')
1175 'hylafax_enscript' => array(
1176 xl('Hylafax Enscript Command'),
1177 'text', // data type
1178 'enscript -M Letter -B -e^ --margins=36:36:36:36', // default
1179 xl('Enscript command used by Hylafax.')
1182 'enable_scanner' => array(
1183 xl('Enable Scanner Support'),
1184 'bool', // data type
1185 '0', // default
1186 xl('Enable Scanner Support')
1189 'scanner_output_directory' => array(
1190 xl('Scanner Directory'),
1191 'text', // data type
1192 '/mnt/scan_docs', // default
1193 xl('Location where scans are stored.')
1198 // Portal Tab
1200 'Portal' => array(
1202 'portal_onsite_enable' => array(
1203 xl('Enable Onsite Patient Portal'),
1204 'bool', // data type
1205 '0',
1206 xl('Enable Onsite Patient Portal.')
1209 'portal_onsite_address' => array(
1210 xl('Onsite Patient Portal Site Address'),
1211 'text', // data type
1212 'https://your_web_site.com/openemr/patients',
1213 xl('Website link for the Onsite Patient Portal.')
1216 'portal_offsite_enable' => array(
1217 xl('Enable Offsite Patient Portal'),
1218 'bool', // data type
1219 '0',
1220 xl('Enable Offsite Patient Portal.')
1223 'portal_offsite_username' => array(
1224 xl('Offsite Patient Portal Username'),
1225 'text', // data type
1227 xl('Offsite Patient Portal Username(Put Blank If not Registered).')
1230 'portal_offsite_password' => array(
1231 xl('Offsite Patient Portal Password'),
1232 'pwd', // data type
1234 xl('Offsite Patient Portal Password(Put Blank If not Registered).')
1237 'portal_offsite_address' => array(
1238 xl('Offsite Patient Portal Site Address'),
1239 'text', // data type
1240 'https://mydocsportal.com/provider.php',
1241 xl('Offsite Https link for the Patient Portal.')
1246 // Connectors Tab
1248 'Connectors' => array(
1250 'lab_exchange_enable' => array(
1251 xl('Enable Lab Exchange'),
1252 'bool', // data type
1253 '0',
1254 xl('Enable the OpenEMR Support LLC Lab Exchange Service.')
1257 'lab_exchange_siteid' => array(
1258 xl('Lab Exchange Site ID'),
1259 'text', // data type
1260 '3',
1261 xl('Site ID for the OpenEMR Support LLC Lab Exchange Service.')
1264 'lab_exchange_token' => array(
1265 xl('Lab Exchange Token ID'),
1266 'text', // data type
1267 '12345',
1268 xl('Token ID for the OpenEMR Support LLC Lab Exchange Service.')
1271 'lab_exchange_endpoint' => array(
1272 xl('Lab Exchange Site Address'),
1273 'text', // data type
1274 'https://openemrsupport.com:29443/len/api',
1275 xl('Https link for the OpenEMR Support LLC Lab Exchange Service.')
1278 'erx_enable' => array(
1279 xl('Enable NewCrop eRx Service'),
1280 'bool', // data type
1281 '0',
1282 xl('Enable ZMG, LLC eRx service')
1285 'erx_path_production' => array(
1286 xl('NewCrop eRx Site Address'),
1287 'text', // data type
1288 'https://secure.newcropaccounts.com/InterfaceV7/RxEntry.aspx',
1289 xl('Contact ZMG, LLC (zmghealth@gmail.com) for subscribing the eRx service')
1292 'erx_path_soap_production' => array(
1293 xl('NewCrop eRx Web Service Address'),
1294 'text', // data type
1295 'https://secure.newcropaccounts.com/v7/WebServices/Update1.asmx?WSDL;https://secure.newcropaccounts.com/v7/WebServices/Patient.asmx?WSDL',
1296 xl('Contact ZMG, LLC (zmghealth@gmail.com) for subscribing the eRx service')
1299 'partner_name_production' => array(
1300 xl('NewCrop eRx Partner Name'),
1301 'text', // data type
1303 xl('Contact ZMG, LLC (zmghealth@gmail.com) for subscribing the eRx service')
1306 'erx_name_production' => array(
1307 xl('NewCrop eRx Name'),
1308 'text', // data type
1310 xl('Contact ZMG, LLC (zmghealth@gmail.com) for subscribing the eRx service')
1313 'erx_password_production' => array(
1314 xl('NewCrop eRx Password'),
1315 'pass', // data type
1317 xl('Contact ZMG, LLC (zmghealth@gmail.com) for subscribing the eRx service')