very minor fix to new global
[openemr.git] / library / globals.inc.php
blob26514d9dde09916fc653226ce792d252f1e5d32e
1 <?php
2 // Copyright (C) 2010-2015 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 // Albanian // xl('Albanian')
21 // Amharic // xl('Amharic')
22 // Arabic // xl('Arabic')
23 // Armenian // xl('Armenian')
24 // Bahasa Indonesia // xl('Bahasa Indonesia')
25 // Bengali // xl('Bengali')
26 // Bosnian // xl('Bosnian')
27 // Chinese (Simplified) // xl('Chinese (Simplified)')
28 // Chinese (Traditional) // xl('Chinese (Traditional)')
29 // Croatian // xl('Croatian')
30 // Czech // xl('Czech')
31 // Danish // xl('Danish')
32 // Dutch // xl('Dutch')
33 // English (Indian) // xl('English (Indian)')
34 // English (Standard) // xl('English (Standard)')
35 // Estonian // xl('Estonian')
36 // Finnish // xl('Finnish')
37 // French // xl('French (Standard)')
38 // French // xl('French (Canadian)')
39 // Georgian // xl('Georgian')
40 // German // xl('German')
41 // Greek // xl('Greek')
42 // Hebrew // xl('Hebrew')
43 // Hindi // xl('Hindi')
44 // Hungarian // xl('Hungarian')
45 // Italian // xl('Italian')
46 // Japanese // xl('Japanese')
47 // Korean // xl('Korean')
48 // Lithuanian // xl('Lithuanian')
49 // Marathi // xl('Marathi')
50 // Norwegian // xl('Norwegian')
51 // Persian // xl('Persian')
52 // Polish // xl('Polish')
53 // Portuguese (Brazilian) // xl('Portuguese (Brazilian)')
54 // Portuguese (European) // xl('Portuguese (European)')
55 // Romanian // xl('Romanian')
56 // Russian // xl('Russian')
57 // Serbian // xl('Serbian')
58 // Sinhala // xl('Sinhala')
59 // Slovak // xl('Slovak')
60 // Somali // xl('Somali')
61 // Spanish (Latin American) // xl('Spanish (Latin American)')
62 // Spanish (Spain) // xl('Spanish (Spain)')
63 // Swedish // xl('Swedish')
64 // Turkish // xl('Turkish')
65 // Ukrainian // xl('Ukrainian')
66 // Vietnamese // xl('Vietnamese')
68 // OS-dependent stuff.
69 if (stristr(PHP_OS, 'WIN')) {
70 // MS Windows
71 $mysql_bin_dir = 'C:/xampp/mysql/bin';
72 $perl_bin_dir = 'C:/xampp/perl/bin';
73 $temporary_files_dir = 'C:/windows/temp';
74 $backup_log_dir = 'C:/windows/temp';
76 else {
77 // Everything else
78 $mysql_bin_dir = '/usr/bin';
79 $perl_bin_dir = '/usr/bin';
80 $temporary_files_dir = '/tmp';
81 $backup_log_dir = '/tmp';
84 // Language constant declarations:
85 // xl('Appearance')
86 // xl('Locale')
87 // xl('Features')
88 // xl('Calendar')
89 // xl('Security')
90 // xl('Notifications')
91 // xl('Miscellaneous')
93 // List of user specific tabs and globals
94 $USER_SPECIFIC_TABS = array('Appearance',
95 'Locale',
96 'Report',
97 'Calendar',
98 'Connectors');
99 $USER_SPECIFIC_GLOBALS = array('default_top_pane',
100 'concurrent_layout',
101 'css_header',
102 'gbl_pt_list_page_size',
103 'gbl_pt_list_new_window',
104 'drop_bottom',
105 'units_of_measurement',
106 'us_weight_format',
107 'date_display_format',
108 'time_display_format',
109 'ledger_begin_date',
110 'print_next_appointment_on_ledger',
111 'calendar_view_type',
112 'event_color',
113 'pat_trkr_timer',
114 'ptkr_visit_reason',
115 'checkout_roll_off',
116 'ptkr_pt_list_new_window',
117 'erx_import_status_message');
119 $GLOBALS_METADATA = array(
121 // Appearance Tab
123 'Appearance' => array(
125 'default_top_pane' => array(
126 xl('Main Top Pane Screen'), // descriptive name
127 array(
128 'main_info.php' => xl('Calendar Screen'),
129 '../new/new.php' => xl('Patient Search/Add Screen'),
130 '../../interface/patient_tracker/patient_tracker.php?skip_timeout_reset=1' => xl('Patient Flow Board'),
132 'main_info.php', // default = calendar
133 xl('Type of screen layout')
136 'concurrent_layout' => array(
137 xl('Layout Style'), // descriptive name
138 array(
139 '0' => xl('Old style layout with no left menu'),
140 '1' => xl('Navigation menu consists of pairs of radio buttons'),
141 '2' => xl('Navigation menu is a tree view'),
142 '3' => xl('Navigation uses a sliding menu'),
144 '3', // default = tree menu
145 xl('Type of screen layout')
148 'default_encounter_view' => array(
149 xl('Default Encounter View'), // descriptive name
150 array(
151 '0' => xl('Clinical View'),
152 '1' => xl('Billing View'),
154 '0', // default = tree menu
155 xl('Choose your default encounter view')
158 'css_header' => array(
159 xl('Theme'),
160 'css',
161 'style_light.css',
162 xl('Pick a CSS theme.')
165 'gbl_nav_area_width' => array(
166 xl('Navigation Area Width'),
167 'num',
168 '150',
169 xl('Width in pixels of the left navigation frame.')
172 'openemr_name' => array(
173 xl('Application Title'),
174 'text',
175 'OpenEMR',
176 xl('Application name for login page and main window title.')
179 'full_new_patient_form' => array(
180 xl('New Patient Form'),
181 array(
182 '0' => xl('Old-style static form without search or duplication check'),
183 '1' => xl('All demographics fields, with search and duplication check'),
184 '2' => xl('Mandatory or specified fields only, search and dup check'),
185 '3' => xl('Mandatory or specified fields only, dup check, no search'),
187 '1', // default
188 xl('Style of form used for adding new patients')
191 'patient_search_results_style' => array(
192 xl('Patient Search Results Style'),
193 array(
194 '0' => xl('Encounter statistics'),
195 '1' => xl('Mandatory and specified fields'),
197 '0', // default
198 xl('Type of columns displayed for patient search results')
201 'gbl_tall_nav_area' => array(
202 xl('Tall Navigation Area'),
203 'bool', // data type
204 '0', // default = false
205 xl('Navigation area uses full height of frameset')
208 'gbl_nav_visit_forms' => array(
209 xl('Navigation Area Visit Forms'),
210 'bool', // data type
211 '1', // default = true
212 xl('Navigation area includes encounter forms')
215 'simplified_demographics' => array(
216 xl('Simplified Demographics'),
217 'bool', // data type
218 '0', // default = false
219 xl('Omit insurance and some other things from the demographics form')
222 'simplified_prescriptions' => array(
223 xl('Simplified Prescriptions'),
224 'bool', // data type
225 '0', // default = false
226 xl('Omit form, route and interval which then become part of dosage')
229 'simplified_copay' => array(
230 xl('Simplified Co-Pay'),
231 'bool', // data type
232 '0', // default = false
233 xl('Omit method of payment from the co-pay panel')
236 'use_charges_panel' => array(
237 xl('Use Charges Panel'),
238 'bool', // data type
239 '0', // default = false
240 xl('Enables the old Charges panel for entering billing codes and payments. Not recommended, use the Fee Sheet instead.')
243 // TajEmo Work BY CB 2012/06/21 10:42:31 AM added option to Hide Fees
244 'enable_fees_in_left_menu' => array(
245 xl('Enable Fees In Left Menu'),
246 'bool', // data type
247 '1', // default = true
248 xl('Enable Fees In Left Menu')
250 // EDI history 2012-09-13
251 'enable_edihistory_in_left_menu' => array(
252 xl('Enable EDI History In Left Menu'),
253 'bool', // data type
254 '1', // default = true
255 xl('EDI History (under Fees) for storing and interpreting EDI claim response files')
258 'online_support_link' => array(
259 xl('Online Support Link'),
260 'text', // data type
261 'http://open-emr.org/',
262 xl('URL for OpenEMR support.')
265 'support_phone_number' => array(
266 xl('Support Phone Number'),
267 'text',
269 xl('Phone Number for Vendor Support that Appears on the About Page.')
272 'drop_bottom' => array(
273 xl('Remove Bottom Pane'),
274 'bool', // data type
275 '0', // default = false
276 xl('Removes the bottom pane by default on start up.')
279 'encounter_page_size' => array(
280 xl('Encounter Page Size'),
281 array(
282 '0' => xl('Show All'),
283 '5' => '5',
284 '10' => '10',
285 '15' => '15',
286 '20' => '20',
287 '25' => '25',
288 '50' => '50',
290 '20',
291 xl('Number of encounters to display per page.')
294 'gbl_pt_list_page_size' => array(
295 xl('Patient List Page Size'),
296 array(
297 '10' => '10',
298 '25' => '25',
299 '50' => '50',
300 '100' => '100',
302 '10',
303 xl('Number of patients to display per page in the patient list.')
306 'gbl_pt_list_new_window' => array(
307 xl('Patient List New Window'),
308 'bool', // data type
309 '0', // default = false
310 xl('Default state of New Window checkbox in the patient list.')
313 'gbl_vitals_options' => array(
314 xl('Vitals Form Options'),
315 array(
316 '0' => xl('Standard'),
317 '1' => xl('Omit circumferences'),
319 '0', // default
320 xl('Special treatment for the Vitals form')
323 'insurance_information' => array(
324 xl('Show Additional Insurance Information'), // descriptive name
325 array(
326 '0' => xl('None'),
327 '1' => xl('Address Only'),
328 '2' => xl('Address and Postal Code'),
329 '3' => xl('Address and State'),
330 '4' => xl('Address, State and Postal Code'),
331 '5' => xl('Postal Code and Box Number'),
333 '4', // default
334 xl('Show Insurance Address Information in the Insurance Panel of Demographics.')
340 // Locale Tab
342 'Locale' => array(
344 'language_default' => array(
345 xl('Default Language'),
346 'lang', // data type
347 'English (Standard)', // default = english
348 xl('Default language if no other is allowed or chosen.')
351 'language_menu_showall' => array(
352 xl('All Languages Allowed'),
353 'bool', // data type
354 '1', // default = true
355 xl('Allow all available languages as choices on menu at login.')
358 'language_menu_other' => array(
359 xl('Allowed Languages'),
360 'm_lang', // data type
361 '', // default = none
362 xl('Select which languages, if any, may be chosen at login. (only pertinent if above All Languages Allowed is turned off)')
365 'allow_debug_language' => array(
366 xl('Allow Debugging Language'),
367 'bool', // data type
368 '1', // default = true during development and false for production releases
369 xl('This will allow selection of the debugging (\'dummy\') language.')
372 'translate_layout' => array(
373 xl('Translate Layouts'),
374 'bool', // data type
375 '1', // default = true
376 xl('Is text from form layouts to be translated?')
379 'translate_lists' => array(
380 xl('Translate Lists'),
381 'bool', // data type
382 '1', // default = true
383 xl('Is text from lists to be translated?')
386 'translate_gacl_groups' => array(
387 xl('Translate Access Control Groups'),
388 'bool', // data type
389 '1', // default = true
390 xl('Are access control group names to be translated?')
393 'translate_form_titles' => array(
394 xl('Translate Patient Note Titles'),
395 'bool', // data type
396 '1', // default = true
397 xl('Are patient note titles to be translated?')
400 'translate_document_categories' => array(
401 xl('Translate Document Categories'),
402 'bool', // data type
403 '1', // default = true
404 xl('Are document category names to be translated?')
407 'translate_appt_categories' => array(
408 xl('Translate Appointment Categories'),
409 'bool', // data type
410 '1', // default = true
411 xl('Are appointment category names to be translated?')
414 'units_of_measurement' => array(
415 xl('Units for Visit Forms'),
416 array(
417 '1' => xl('Show both US and metric (main unit is US)'),
418 '2' => xl('Show both US and metric (main unit is metric)'),
419 '3' => xl('Show US only'),
420 '4' => xl('Show metric only'),
422 '1', // default = Both/US
423 xl('Applies to the Vitals form and Growth Chart')
426 'us_weight_format' => array(
427 xl('Display Format for US Weights'),
428 array(
429 '1'=>xl('Show pounds as decimal value'),
430 '2'=>xl('Show pounds and ounces')
432 '1',
433 xl('Applies to Vitals form')
436 'disable_deprecated_metrics_form' => array(
437 xl('Disable Old Metric Vitals Form'),
438 'bool', // data type
439 '1', // default = true
440 xl('This was the older metric-only Vitals form, now deprecated.')
443 'phone_country_code' => array(
444 xl('Telephone Country Code'),
445 'num',
446 '1', // default = North America
447 xl('1 = North America. See http://www.wtng.info/ for a list of other country codes.')
450 'date_display_format' => array(
451 xl('Date Display Format'),
452 array(
453 '0' => xl('YYYY-MM-DD'),
454 '1' => xl('MM/DD/YYYY'),
455 '2' => xl('DD/MM/YYYY'),
457 '0',
458 xl('Format used to display most dates.')
461 'time_display_format' => array(
462 xl('Time Display Format'),
463 array(
464 '0' => xl('24 hr'),
465 '1' => xl('12 hr'),
467 '0',
468 xl('Format used to display most times.')
471 'currency_decimals' => array(
472 xl('Currency Decimal Places'),
473 array(
474 '0' => xl('0'),
475 '1' => xl('1'),
476 '2' => xl('2'),
478 '2',
479 xl('Number of digits after decimal point for currency, usually 0 or 2.')
482 'currency_dec_point' => array(
483 xl('Currency Decimal Point Symbol'),
484 array(
485 '.' => xl('Period'),
486 ',' => xl('Comma'),
488 '.',
489 xl('Symbol used as the decimal point for currency. Not used if Decimal Places is 0.')
492 'currency_thousands_sep' => array(
493 xl('Currency Thousands Separator'),
494 array(
495 ',' => xl('Comma'),
496 '.' => xl('Period'),
497 ' ' => xl('Space'),
498 '' => xl('None'),
500 ',',
501 xl('Symbol used to separate thousands for currency.')
504 'gbl_currency_symbol' => array(
505 xl('Currency Designator'),
506 'text', // data type
507 '$', // default
508 xl('Code or symbol to indicate currency')
510 'age_display_format'=>array(xl('Age Display Format'),
511 array(
512 '0'=>xl('Years or months'),
513 '1'=>xl('Years, months and days')
515 '0',
516 xl('Format for age display')
518 'age_display_limit' => array(
519 xl('Age in Years for Display Format Change'),
520 'num',
521 '3',
522 xl('If YMD is selected for age display, switch to just Years when patients older than this value in years')
524 // Reference - https://en.wikipedia.org/wiki/Workweek_and_weekend#Around_the_world
525 'weekend_days' => array(
526 xl('Your weekend days'),
527 array(
528 '6,0' => xl('Saturday') . ' - ' . xl('Sunday'),
529 '0' => xl('Sunday'),
530 '5' => xl('Friday'),
531 '6' => xl('Saturday'),
532 '5,6' => xl('Friday') .' - ' . xl('Saturday'),
534 '6,0'
535 ,xl('which days are your weekend days?')
540 // Features Tab
542 'Features' => array(
544 'specific_application' => array(
545 xl('Specific Application'),
546 array(
547 '0' => xl('None'),
548 '2' => xl('IPPF'),
549 '3' => xl('Weight loss clinic'),
551 '0', // default
552 xl('Indicator for specialized usage')
555 'inhouse_pharmacy' => array(
556 xl('Drugs and Products'),
557 array(
558 '0' => xl('Do not inventory and sell any products'),
559 '1' => xl('Inventory and sell drugs only'),
560 '2' => xl('Inventory and sell both drugs and non-drug products'),
561 '3' => xl('Products but no prescription drugs and no templates'),
563 '0', // default
564 xl('Option to support inventory and sales of products')
567 'disable_chart_tracker' => array(
568 xl('Disable Chart Tracker'),
569 'bool', // data type
570 '0', // default = false
571 xl('Removes the Chart Tracker feature')
574 'disable_phpmyadmin_link' => array(
575 xl('Disable phpMyAdmin'),
576 'bool', // data type
577 '0', // default = false
578 xl('Removes support for phpMyAdmin')
581 'disable_immunizations' => array(
582 xl('Disable Immunizations'),
583 'bool', // data type
584 '0', // default = false
585 xl('Removes support for immunizations')
588 'disable_prescriptions' => array(
589 xl('Disable Prescriptions'),
590 'bool', // data type
591 '0', // default = false
592 xl('Removes support for prescriptions')
595 'omit_employers' => array(
596 xl('Omit Employers'),
597 'bool', // data type
598 '0', // default = false
599 xl('Omit employer information in patient demographics')
602 'select_multi_providers' => array(
603 xl('Support Multi-Provider Events'),
604 'bool', // data type
605 '0', // default = false
606 xl('Support calendar events that apply to multiple providers')
609 'disable_non_default_groups' => array(
610 xl('Disable User Groups'),
611 'bool', // data type
612 '1', // default = true
613 xl('Normally this should be checked. Not related to access control.')
616 'ignore_pnotes_authorization' => array(
617 xl('Skip Authorization of Patient Notes'),
618 'bool', // data type
619 '1', // default = true
620 xl('Do not require patient notes to be authorized')
623 'support_encounter_claims' => array(
624 xl('Allow Encounter Claims'),
625 'bool', // data type
626 '0', // default = false
627 xl('Allow creation of claims containing diagnoses but not procedures or charges. Most clinics do not want this.')
630 'advance_directives_warning' => array(
631 xl('Advance Directives Warning'),
632 'bool', // data type
633 '0', // default = false
634 xl('Display advance directives in the demographics page.')
637 'configuration_import_export' => array(
638 xl('Configuration Export/Import'),
639 'bool', // data type
640 '0', // default = false
641 xl('Support export/import of configuration data via the Backup page.')
644 'restrict_user_facility' => array(
645 xl('Restrict Users to Facilities'),
646 'bool', // data type
647 '0', // default
648 xl('Restrict non-authorized users to the Schedule Facilities set in User admin.')
651 'set_facility_cookie' => array(
652 xl('Remember Selected Facility'),
653 'bool', // data type
654 '0', // default
655 xl('Set a facility cookie to remember the selected facility between logins.')
658 'receipts_by_provider' => array(
659 xl('Print Receipts by Provider'),
660 'bool',
661 '0', // default
662 xl('Causes Receipts to Print Encounter/Primary Provider Info')
665 'discount_by_money' => array(
666 xl('Discounts as Monetary Amounts'),
667 'bool', // data type
668 '1', // default = true
669 xl('Discounts at checkout time are entered as money amounts, as opposed to percentage.')
672 'gbl_visit_referral_source' => array(
673 xl('Referral Source for Encounters'),
674 'bool', // data type
675 '0', // default = false
676 xl('A referral source may be specified for each visit.')
679 'gbl_mask_patient_id' => array(
680 xl('Mask for Patient IDs'),
681 'text', // data type
682 '', // default
683 xl('Specifies formatting for the external patient ID. # = digit, @ = alpha, * = any character. Empty if not used.')
686 'gbl_mask_invoice_number' => array(
687 xl('Mask for Invoice Numbers'),
688 'text', // data type
689 '', // default
690 xl('Specifies formatting for invoice reference numbers. # = digit, @ = alpha, * = any character. Empty if not used.')
693 'gbl_mask_product_id' => array(
694 xl('Mask for Product IDs'),
695 'text', // data type
696 '', // default
697 xl('Specifies formatting for product NDC fields. # = digit, @ = alpha, * = any character. Empty if not used.')
700 'force_billing_widget_open' => array(
701 xl('Force Billing Widget Open'),
702 'bool', // data type
703 '0', // default = false
704 xl('This will force the Billing Widget in the Patient Summary screen to always be open.')
707 'activate_ccr_ccd_report' => array(
708 xl('Activate CCR/CCD Reporting'),
709 'bool', // data type
710 '1', // default = true
711 xl('This will activate the CCR(Continuity of Care Record) and CCD(Continuity of Care Document) reporting.')
714 'hide_document_encryption' => array(
715 xl('Hide Encryption/Decryption Options In Document Management'),
716 'bool', // data type
717 '1', // default = true
718 xl('This will deactivate document the encryption and decryption features, and hide them in the UI.')
721 'use_custom_immun_list' => array(
722 xl('Use Custom Immunization List'),
723 'bool', // data type
724 '0', // default = true
725 xl('This will use the custom immunizations list rather than the standard CVX immunization list.')
728 'cms_1500' => array(
729 xl('CMS 1500 Paper Form Format'),
730 array(
731 '0' => xl('08/05{{CMS 1500 format date revision setting in globals}}'),
732 '1' => xl('02/12{{CMS 1500 format date revision setting in globals}}'),
734 '1', // default
735 xl('This specifies which revision of the form the billing module should generate')
738 'cms_1500_box_31_format' => array(
739 xl('CMS 1500: Box 31 Format'),
740 array(
741 '0' => xl('Signature on File'),
742 '1' => xl('Firstname Lastname'),
743 '2' => xl('None'),
745 '0', // default
746 xl('This specifies whether to include date in Box 31.')
749 'cms_1500_box_31_date' => array(
750 xl('CMS 1500: Date in Box 31 (Signature)'),
751 array(
752 '0' => xl('None'),
753 '1' => xl('Date of Service'),
754 '2' => xl('Today'),
756 '0', // default
757 xl('This specifies whether to include date in Box 31.')
760 'amendments' => array (
761 xl('Amendments'),
762 'bool', // data type
763 '1', // default = true
764 xl('Enable amendments feature')
767 'allow_pat_delete' => array(
768 xl('Allow Administrators to Delete Patients'),
769 'bool', // data type
770 '0', // default = false
771 xl('Allow Administrators to Delete Patients')
775 'observation_results_immunization' => array(
776 xl('Immunization Observation Results'),
777 'bool', // data type
778 '1', // default
779 xl('Observation Results in Immunization')
783 // Report Tab
785 'Report' => array(
787 'use_custom_daysheet' => array(
788 xl('Use Custom End of Day Report'),
789 array(
790 '0' => xl('None'),
791 '1' => xl('Print End of Day Report 1'),
792 '2' => xl('Print End of Day Report 2'),
793 '3' => xl('Print End of Day Report 3'),
794 ), // data type
795 '1', // default = Print End of Day Report 1
796 xl('This will allow the use of the custom End of Day report and indicate which report to use.')
799 'daysheet_provider_totals' => array(
800 xl('End of Day by Provider or allow Totals Only'),
801 array(
802 '0' => xl('Provider'),
803 '1' => xl('Totals Only'),
805 '1', // default
806 xl('This specifies the Printing of the Custom End of Day Report grouped Provider or allow the Printing of Totals Only')
809 'ledger_begin_date' => array(
810 xl('Beginning Date for Ledger Report'),
811 array(
812 'Y1' => xl('One Year Ago'),
813 'Y2' => xl('Two Years Ago'),
814 'M6' => xl('Six Months Ago'),
815 'M3' => xl('Three Months Ago'),
816 'M1' => xl('One Month Ago'),
817 'D1' => xl('One Day Ago'),
819 'Y1', // default = One Year
820 xl('This is the Beginning date for the Ledger Report.')
823 'print_next_appointment_on_ledger' => array(
824 xl('Print the Next Appointment on the Bottom of the Ledger'),
825 'bool', // data type
826 '1', // default = true
827 xl('This Will Print the Next Appointment on the Bottom of the Patient Ledger')
830 'sales_report_invoice' => array(
831 xl('Display Invoice Number or Patient Name or Both in the Sales Report'),
832 array(
833 '0' => xl('Invoice Number'),
834 '1' => xl('Patient Name and ID'),
835 '2' => xl('Patient Name and Invoice'),
837 '2', // default = 2
838 xl('This will Display the Invoice Number in the Sales Report or the Patient Name and ID or Patient Name and Invoice Number.')
841 'cash_receipts_report_invoice' => array(
842 xl('Display Invoice Number or Patient Name in the Cash Receipt Report'),
843 array(
844 '0' => xl('Invoice Number'),
845 '1' => xl('Patient Name'),
847 '0', // default = 0
848 xl('Display Invoice Number or Patient Name in the Cash Receipt Report')
853 // Billing Tab
855 'Billing' => array(
857 'default_search_code_type' => array(
858 xl('Default Search Code Type'),
859 'all_code_types', // data type
860 'ICD10', // default
861 xl('The default code type to search for in the Fee Sheet.')
864 'support_fee_sheet_line_item_provider' => array(
865 xl('Support provider in line item in fee sheet'),
866 'bool', // data type
867 '0', // default = false
868 xl('This Enables provider in line item in the fee sheet')
871 'default_fee_sheet_line_item_provider' => array(
872 xl('Default to a provider for line item in the fee sheet'),
873 'bool', // data type
874 '0', // default = false
875 xl('Default to a provider for line item in the fee sheet.(only applicable if Support line item billing in option above)')
878 'replicate_justification' => array(
879 xl('Automatically replicate justification codes in Fee Sheet'),
880 'bool', // data type
881 '0', // default = false
882 xl('Automatically replicate justification codes in Fee Sheet (basically fills in the blanks with the justification code above it).')
885 'display_units_in_billing' => array(
886 xl('Display the Units Column on the Billing Screen'),
887 'bool', // data type
888 '0', // default = false
889 xl('Display the Units Column on the Billing Screen')
892 'notes_to_display_in_Billing' => array(
893 xl('Which notes are to be displayed in the Billing Screen'),
894 array(
895 '0' => xl('None'),
896 '1' => xl('Encounter Billing Note'),
897 '2' => xl('Patient Billing Note'),
898 '3' => xl('All'),
900 '3',
901 xl('Display the Encounter Billing Note or Patient Billing Note or Both in the Billing Screen.')
904 'use_custom_statement' => array(
905 xl('Use Custom Statement'),
906 'bool', // data type
907 '0', // default = false
908 xl('This will use the custom Statment showing the description instead of the codes.')
911 'statement_bill_note_print' => array(
912 xl('Print Patient Billing Note'),
913 'bool', // data type
914 '0', // default = false
915 xl('This will allow printing of the Patient Billing Note on the statements.')
918 'use_dunning_message' => array(
919 xl('Use Custom Dunning Messages'),
920 'bool', // data type
921 '0', // default = false
922 xl('This will allow use of the custom Dunning Messages on the statements.')
925 'first_dun_msg_set' => array(
926 xl('Number of days before showing first account message'),
927 'num', // data type
928 '30',
929 xl('Number of days before showing first account message.')
932 'first_dun_msg_text' => array(
933 xl('First account message'),
934 'text', // data type
936 xl('Text for first account message.')
939 'second_dun_msg_set' => array(
940 xl('Number of days before showing second account message'),
941 'num', // data type
942 '60',
943 xl('Number of days before showing second account message')
946 'second_dun_msg_text' => array(
947 xl('Second account message'),
948 'text', // data type
950 xl('Text for second account message.')
953 'third_dun_msg_set' => array(
954 xl('Number of days before showing third account message'),
955 'num', // data type
956 '90',
957 xl('Number of days before showing third account message')
960 'third_dun_msg_text' => array(
961 xl('Third account message'),
962 'text', // data type
964 xl('Text for third account message.')
967 'fourth_dun_msg_set' => array(
968 xl('Number of days before showing fourth account message'),
969 'num', // data type
970 '120',
971 xl('Number of days before showing fourth account message')
974 'fourth_dun_msg_text' => array(
975 xl('Fourth account message'),
976 'text', // data type
978 xl('Text for fourth account message.')
981 'fifth_dun_msg_set' => array(
982 xl('Number of days before showing fifth account message'),
983 'num', // data type
984 '150',
985 xl('Number of days before showing fifth account message')
988 'fifth_dun_msg_text' => array(
989 xl('Fifth account message'),
990 'text', // data type
992 xl('Text for fifth account message.')
996 // E-Sign Tab
998 'E-Sign' => array(
1000 'esign_all' => array(
1001 xl('Allows E-Sign on the entire encounter'),
1002 'bool', // data type
1003 '0', // default = false
1004 xl('This will enable signing an entire encounter, rather than individual forms')
1007 'lock_esign_all' => array(
1008 xl('Lock e-signed encounters and their forms'),
1009 'bool', // data type
1010 '0', // default = false
1011 xl('This will disable the Edit button on all forms whose parent encounter is e-signed')
1014 'esign_individual' => array(
1015 xl('Allows E-Signing Individual Forms'),
1016 'bool', // data type
1017 '1', // default = false
1018 xl('This will enable signing individual forms separately')
1021 'lock_esign_individual' => array(
1022 xl('Lock an e-signed form individually'),
1023 'bool', // data type
1024 '1', // default = false
1025 xl('This will disable the Edit button on any form that is e-signed')
1028 'esign_lock_toggle' => array(
1029 xl('Enable lock toggle'),
1030 'bool', // data type
1031 '0', // default = false
1032 xl('This will give the user the option to lock (separate locking and signing)')
1035 'esign_report_hide_empty_sig' => array(
1036 xl('Hide Empty E-Sign Logs On Report'),
1037 'bool', // data type
1038 '1', // default = false
1039 xl('This will hide empty e-sign logs on the patient report')
1043 //Documents Tab
1044 'Documents' => array(
1046 'document_storage_method' => array(
1047 xl('Document Storage Method'),
1048 array(
1049 '0' => xl('Hard Disk'),
1050 '1' => xl('CouchDB')
1052 '0', // default
1053 xl('Option to save method of document storage.')
1055 'couchdb_host' => array(
1056 xl('CouchDB HostName'),
1057 'text',
1058 'localhost',
1059 xl('CouchDB host'),
1061 'couchdb_user' => array(
1062 xl('CouchDB UserName'),
1063 'text',
1065 xl('Username to connect to CouchDB'),
1067 'couchdb_pass' => array(
1068 xl('CouchDB Password'),
1069 'text',
1071 xl('Password to connect to CouchDB'),
1073 'couchdb_port' => array(
1074 xl('CouchDB Port'),
1075 'text',
1076 '5984',
1077 xl('CouchDB port'),
1079 'couchdb_dbase' => array(
1080 xl('CouchDB Database'),
1081 'text',
1083 xl('CouchDB database name'),
1085 'couchdb_log' => array(
1086 xl('CouchDB Log Enable'),
1087 'bool',
1088 '0',
1089 xl('Enable log for document uploads/downloads to CouchDB'),
1092 'expand_document_tree' => array(
1093 xl('Expand All Document Categories'),
1094 'bool', // data type
1095 '0', // default = false
1096 xl('Expand All Document Categories by Default')
1099 'patient_id_category_name' => array(
1100 xl('Patient ID Category Name'),
1101 'text', // data type
1102 'Patient ID card', // default
1103 xl('Optional category name for an ID Card image that can be viewed from the patient summary page.')
1106 'patient_photo_category_name' => array(
1107 xl('Patient Photo Category Name'),
1108 'text', // data type
1109 'Patient Photograph', // default
1110 xl('Optional category name for photo images that can be viewed from the patient summary page.')
1113 'lab_results_category_name' => array(
1114 xl('Lab Results Category Name'),
1115 'text', // data type
1116 'Lab Report', // default
1117 xl('Document category name for storage of electronically received lab results.')
1120 'gbl_mdm_category_name' => array(
1121 xl('MDM Document Category Name'),
1122 'text', // data type
1123 'Lab Report', // default
1124 xl('Document category name for storage of electronically received MDM documents.')
1126 'generate_doc_thumb' => array(
1127 xl('Generate thumbnail'),
1128 'bool',
1129 '0',
1130 xl('Generate thumbnail images'),
1132 'thumb_doc_max_size' => array(
1133 xl('Thumbnail size'),
1134 'text', // data type
1135 '100', // default
1136 xl('Maximum size of thumbnail file')
1140 // Calendar Tab
1142 'Calendar' => array(
1144 'disable_calendar' => array(
1145 xl('Disable Calendar'),
1146 'bool', // data type
1147 '0', // default
1148 xl('Do not display the calendar.')
1151 'schedule_start' => array(
1152 xl('Calendar Starting Hour'),
1153 'hour',
1154 '8', // default
1155 xl('Beginning hour of day for calendar events.')
1158 'schedule_end' => array(
1159 xl('Calendar Ending Hour'),
1160 'hour',
1161 '17', // default
1162 xl('Ending hour of day for calendar events.')
1165 'calendar_interval' => array(
1166 xl('Calendar Interval'),
1167 array(
1168 '5' => '5',
1169 '10' => '10',
1170 '15' => '15',
1171 '20' => '20',
1172 '30' => '30',
1173 '60' => '60',
1175 '15', // default
1176 xl('The time granularity of the calendar and the smallest interval in minutes for an appointment slot.')
1179 'calendar_view_type' => array(
1180 xl('Default Calendar View'),
1181 array(
1182 'day' => xl('Day'),
1183 'week' => xl('Week'),
1184 'month' => xl('Month'),
1186 'day', // default
1187 xl('This sets the Default Calendar View, Default is Day.')
1189 'first_day_week' => array(
1190 xl('First day in the week') ,
1191 array(
1192 '1' => xl('Monday'),
1193 '0' => xl('Sunday'),
1194 '6' => xl('Saturday')
1196 '1',
1197 xl('Your first day in the week.')
1199 'calendar_appt_style' => array(
1200 xl('Appointment Display Style'),
1201 array(
1202 '1' => 'Last name',
1203 '2' => 'Last name, first name',
1204 '3' => 'Last name, first name (title)',
1205 '4' => 'Last name, first name (title: description)',
1207 '2', // default
1208 xl('This determines how appointments display on the calendar.')
1211 'event_color' => array(
1212 xl('Appointment/Event Color'),
1213 array(
1214 '1' => 'Category Color Schema',
1215 '2' => 'Facility Color Schema',
1216 ), // data type
1217 '1', // default
1218 xl('This determines which color schema used for appointment')
1221 'number_of_appts_to_show' => array(
1222 xl('Appointments - Patient Summary - Number to Display'),
1223 'num',
1224 '10',
1225 xl('Number of Appointments to display in the Patient Summary')
1228 'patient_portal_appt_display_num' => array(
1229 xl('Appointments - Onsite Patient Portal - Number to Display'),
1230 'num',
1231 '20',
1232 xl('Number of Appointments to display in the Onsite Patient Portal')
1235 'num_past_appointments_to_show' => array(
1236 xl('Past Appointment Display Widget'),
1237 'num', // data type
1238 '0', // default = false
1239 xl('A positive number will show that many past appointments on a Widget in the Patient Summary screen (a negative number will show the past appointments in descending order)')
1242 'docs_see_entire_calendar' => array(
1243 xl('Providers See Entire Calendar'),
1244 'bool', // data type
1245 '0', // default
1246 xl('Check this if you want providers to see all appointments by default and not just their own.')
1249 'auto_create_new_encounters' => array(
1250 xl('Auto-Create New Encounters'),
1251 'bool', // data type
1252 '1', // default
1253 xl('Automatically create a new encounter when an appointment check in status is selected.')
1256 'disable_pat_trkr' => array(
1257 xl('Disable Patient Flow Board'),
1258 'bool', // data type
1259 '0', // default
1260 xl('Do not display the patient flow board.')
1263 'ptkr_pt_list_new_window' => array(
1264 xl('Open Demographics in New Window from Patient Flow Board'),
1265 'bool', // data type
1266 '0', // default = false
1267 xl('When Checked, Demographics Will Open in New Window from Patient Flow Board.')
1270 'ptkr_visit_reason' => array(
1271 xl('Show Visit Reason in Patient Flow Board'),
1272 'bool', // data type
1273 '0', // default = false
1274 xl('When Checked, Visit Reason Will Show in Patient Flow Board.')
1277 'ptkr_show_pid' => array(
1278 xl('Show Patient ID in Patient Flow Board'),
1279 'bool', // data type
1280 '1', // default = true
1281 xl('When Checked, Patient ID Will Show in Patient Flow Board.')
1284 'ptkr_show_encounter' => array(
1285 xl('Show Patient Encounter Number in Patient Flow Board'),
1286 'bool', // data type
1287 '1', // default = true
1288 xl('When Checked, Patient Encounter Number Will Show in Patient Flow Board.')
1291 'pat_trkr_timer' => array(
1292 xl('Patient Flow Board Timer Interval'),
1293 array(
1294 '0' => 'No automatic refresh',
1295 '0:10' => '10',
1296 '0:20' => '20',
1297 '0:30' => '30',
1298 '0:40' => '40',
1299 '0:50' => '50',
1300 '0:59' => '60',
1302 '0:20', // default
1303 xl('The screen refresh time in Seconds for the Patient Flow Board Screen.')
1306 'checkout_roll_off' => array(
1307 xl('Number of Minutes to display completed checkouts'),
1308 'num',
1309 '0', // default
1310 xl('Number of Minutes to display completed checkouts. Zero is continuous display')
1313 'drug_screen' => array(
1314 xl('Enable Random Drug Testing'),
1315 'bool', // data type
1316 '0', // default
1317 xl('Allow Patient Flow Board to Select Patients for Drug Testing.')
1320 'drug_testing_percentage' => array(
1321 xl('Percentage of Patients to Drug Test'),
1322 'num',
1323 '33', // default
1324 xl('Percentage of Patients to select for Random Drug Testing.')
1327 'maximum_drug_test_yearly' => array(
1328 xl('Maximum number of times a Patient can be tested in a year'),
1329 'num',
1330 '0', // default
1331 xl('Maximum number of times a Patient can be tested in a year. Zero is no limit.')
1336 // Security Tab
1338 'Security' => array(
1340 'timeout' => array(
1341 xl('Idle Session Timeout Seconds'),
1342 'num', // data type
1343 '7200', // default
1344 xl('Maximum idle time in seconds before logout. Default is 7200 (2 hours).')
1347 'secure_password' => array(
1348 xl('Require Strong Passwords'),
1349 'bool', // data type
1350 '0', // default
1351 xl('Strong password means at least 8 characters, and at least three of: a number, a lowercase letter, an uppercase letter, a special character.')
1354 'password_history' => array(
1355 xl('Require Unique Passwords'),
1356 'bool', // data type
1357 '0', // default
1358 xl('Means none of last three passwords are allowed when changing a password.')
1360 'password_compatibility' => array(
1361 xl('Permit unsalted passwords'),
1362 'bool', // data type
1363 '1', // default
1364 xl('After migration from the old password mechanisms where passwords are stored in the users table without salt is complete, this flag should be set to false so that only authentication by the new method is possible')
1367 'password_expiration_days' => array(
1368 xl('Default Password Expiration Days'),
1369 'num', // data type
1370 '0', // default
1371 xl('Default password expiration period in days. 0 means this feature is disabled.')
1374 'password_grace_time' => array(
1375 xl('Password Expiration Grace Period'),
1376 'num', // data type
1377 '0', // default
1378 xl('Period in days where a user may login with an expired password.')
1381 'is_client_ssl_enabled' => array(
1382 xl('Enable Client SSL'),
1383 'bool', // data type
1384 '0', // default
1385 xl('Enable client SSL certificate authentication.')
1388 'certificate_authority_crt' => array(
1389 xl('Path to CA Certificate File'),
1390 'text', // data type
1391 '', // default
1392 xl('Set this to the full absolute path. For creating client SSL certificates for HTTPS.')
1395 'certificate_authority_key' => array(
1396 xl('Path to CA Key File'),
1397 'text', // data type
1398 '', // default
1399 xl('Set this to the full absolute path. For creating client SSL certificates for HTTPS.')
1402 'client_certificate_valid_in_days' => array(
1403 xl('Client Certificate Expiration Days'),
1404 'num', // data type
1405 '365', // default
1406 xl('Number of days that the client certificate is valid.')
1409 'Emergency_Login_email_id' => array(
1410 xl('Emergency Login Email Address'),
1411 'text', // data type
1412 '', // default
1413 xl('Email address, if any, to receive emergency login user activation messages.')
1415 'new_validate' => array(
1416 xl('New form validation'),
1417 'bool',
1418 '0',
1419 xl('New form validation')
1424 // Notifications Tab
1426 'Notifications' => array(
1428 'patient_reminder_sender_name' => array(
1429 xl('Patient Reminder Sender Name'),
1430 'text', // data type
1431 '', // default
1432 xl('Name of the sender for patient reminders.')
1435 'patient_reminder_sender_email' => array(
1436 xl('Patient Reminder Sender Email'),
1437 'text', // data type
1438 '', // default
1439 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.')
1442 'practice_return_email_path' => array(
1443 xl('Notification Email Address'),
1444 'text', // data type
1445 '', // default
1446 xl('Email address, if any, to receive administrative notifications.')
1449 'EMAIL_METHOD' => array(
1450 xl('Email Transport Method'),
1451 array(
1452 'PHPMAIL' => 'PHPMAIL',
1453 'SENDMAIL' => 'SENDMAIL',
1454 'SMTP' => 'SMTP',
1456 'SMTP', // default
1457 xl('Method for sending outgoing email.')
1460 'SMTP_HOST' => array(
1461 xl('SMTP Server Hostname'),
1462 'text', // data type
1463 'localhost', // default
1464 xl('If SMTP is used, the server`s hostname or IP address.')
1467 'SMTP_PORT' => array(
1468 xl('SMTP Server Port Number'),
1469 'num', // data type
1470 '25', // default
1471 xl('If SMTP is used, the server`s TCP port number (usually 25).')
1474 'SMTP_USER' => array(
1475 xl('SMTP User for Authentication'),
1476 'text', // data type
1477 '', // default
1478 xl('Must be empty if SMTP authentication is not used.')
1481 'SMTP_PASS' => array(
1482 xl('SMTP Password for Authentication'),
1483 'text', // data type
1484 '', // default
1485 xl('Must be empty if SMTP authentication is not used.')
1488 'SMTP_SECURE' => array(
1489 xl('SMTP Security Protocol'),
1490 array(
1491 '' => xl('None'),
1492 'ssl' => 'SSL',
1493 'tls' => 'TLS'
1496 xl('SMTP security protocol to connect with. Required by some servers such as gmail.')
1499 'EMAIL_NOTIFICATION_HOUR' => array(
1500 xl('Email Notification Hours'),
1501 'num', // data type
1502 '50', // default
1503 xl('Number of hours in advance to send email notifications.')
1506 'SMS_NOTIFICATION_HOUR' => array(
1507 xl('SMS Notification Hours'),
1508 'num', // data type
1509 '50', // default
1510 xl('Number of hours in advance to send SMS notifications.')
1513 'SMS_GATEWAY_USENAME' => array(
1514 xl('SMS Gateway Username'),
1515 'text', // data type
1516 '', // default
1517 xl('Username for SMS Gateway.')
1520 'SMS_GATEWAY_PASSWORD' => array(
1521 xl('SMS Gateway Password'),
1522 'text', // data type
1523 '', // default
1524 xl('Password for SMS Gateway.')
1527 'SMS_GATEWAY_APIKEY' => array(
1528 xl('SMS Gateway API Key'),
1529 'text', // data type
1530 '', // default
1531 xl('API key for SMS Gateway.')
1534 'phone_notification_hour' => array(
1535 xl('Phone Notification Hour'),
1536 'num', // data type
1537 '50', // default
1538 xl('Number of hours in advance to send Phone notification.')
1541 'phone_gateway_username' => array(
1542 xl('Phone Gateway Username'),
1543 'text', // data type
1544 '', // default
1545 xl('Username for Phone Gateway.')
1548 'phone_gateway_password' => array(
1549 xl('Phone Gateway Password'),
1550 'text', // data type
1551 '', // default
1552 xl('Password for Phone Gateway.')
1555 'phone_gateway_url' => array(
1556 xl('Phone Gateway URL'),
1557 'text', // data type
1558 '', // default
1559 xl('URL for Phone Gateway.')
1564 // CDR (Clinical Decision Rules)
1566 'CDR' => array(
1568 'enable_cdr' => array(
1569 xl('Enable Clinical Decisions Rules (CDR)'),
1570 'bool', // data type
1571 '1', // default
1572 xl('Enable Clinical Decisions Rules (CDR)')
1575 'enable_allergy_check' => array(
1576 xl('Enable Allergy Check'),
1577 'bool', // data type
1578 '1', // default
1579 xl('Enable Allergy Check Against Medications and Prescriptions')
1582 'enable_alert_log' => array(
1583 xl('Enable Alert Log'),
1584 'bool', // data type
1585 '1', // default
1586 xl('Enable Alert Logging')
1589 'enable_cdr_new_crp' => array(
1590 xl('Enable Clinical Passive New Reminder(s) Popup'),
1591 'bool', // data type
1592 '1', // default
1593 xl('Enable Clinical Passive New Reminder(s) Popup')
1596 'enable_cdr_crw' => array(
1597 xl('Enable Clinical Passive Reminder Widget'),
1598 'bool', // data type
1599 '1', // default
1600 xl('Enable Clinical Passive Reminder Widget')
1603 'enable_cdr_crp' => array(
1604 xl('Enable Clinical Active Reminder Popup'),
1605 'bool', // data type
1606 '1', // default
1607 xl('Enable Clinical Active Reminder Popup')
1610 'enable_cdr_prw' => array(
1611 xl('Enable Patient Reminder Widget'),
1612 'bool', // data type
1613 '1', // default
1614 xl('Enable Patient Reminder Widget')
1617 'enable_cqm' => array(
1618 xl('Enable CQM Reporting'),
1619 'bool', // data type
1620 '1', // default
1621 xl('Enable Clinical Quality Measure (CQM) Reporting')
1624 'pqri_registry_name' => array(
1625 xl('PQRI Registry Name'),
1626 'text', // data type
1627 'Model Registry', // default
1628 xl('PQRI Registry Name')
1631 'pqri_registry_id' => array(
1632 xl('PQRI Registry ID'),
1633 'text', // data type
1634 '125789123', // default
1635 xl('PQRI Registry ID')
1638 'enable_amc' => array(
1639 xl('Enable AMC Reporting'),
1640 'bool', // data type
1641 '1', // default
1642 xl('Enable Automated Measure Calculations (AMC) Reporting')
1645 'enable_amc_prompting' => array(
1646 xl('Enable AMC Prompting'),
1647 'bool', // data type
1648 '1', // default
1649 xl('Enable Prompting For Automated Measure Calculations (AMC) Required Data')
1652 'enable_amc_tracking' => array(
1653 xl('Enable AMC Tracking'),
1654 'bool', // data type
1655 '1', // default
1656 xl('Enable Reporting of Tracking Date For Automated Measure Calculations (AMC)')
1659 'cdr_report_nice' => array(
1660 xl('CDR Reports Processing Priority'),
1661 array(
1662 '' => xl('Default Priority'),
1663 '5' => xl('Moderate Priority'),
1664 '10' => xl('Moderate/Low Priority'),
1665 '15' => xl('Low Priority'),
1666 '20' => xl('Lowest Priority')
1668 '', // default
1669 xl('Set processing priority for CDR engine based reports.')
1672 'pat_rem_clin_nice' => array(
1673 xl('Patient Reminder Creation Processing Priority'),
1674 array(
1675 '' => xl('Default Priority'),
1676 '5' => xl('Moderate Priority'),
1677 '10' => xl('Moderate/Low Priority'),
1678 '15' => xl('Low Priority'),
1679 '20' => xl('Lowest Priority')
1681 '', // default
1682 xl('Set processing priority for creation of Patient Reminders (in full clinic mode).')
1685 'report_itemizing_standard' => array(
1686 xl('Enable Standard Report Itemization'),
1687 'bool', // data type
1688 '1', // default
1689 xl('Enable Itemization of Standard Clinical Rules Reports')
1692 'report_itemizing_cqm' => array(
1693 xl('Enable CQM Report Itemization'),
1694 'bool', // data type
1695 '1', // default
1696 xl('Enable Itemization of CQM Reports')
1699 'report_itemizing_amc' => array(
1700 xl('Enable AMC Report Itemization'),
1701 'bool', // data type
1702 '1', // default
1703 xl('Enable Itemization of AMC Reports')
1708 // Logging
1710 'Logging' => array(
1712 'enable_auditlog' => array(
1713 xl('Enable Audit Logging'),
1714 'bool', // data type
1715 '1', // default
1716 xl('Enable Audit Logging')
1719 'audit_events_patient-record' => array(
1720 xl('Audit Logging Patient Record'),
1721 'bool', // data type
1722 '1', // default
1723 xl('Enable logging of patient record modifications.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1726 'audit_events_scheduling' => array(
1727 xl('Audit Logging Scheduling'),
1728 'bool', // data type
1729 '1', // default
1730 xl('Enable logging of scheduling activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1733 'audit_events_order' => array(
1734 xl('Audit Logging Order'),
1735 'bool', // data type
1736 '1', // default
1737 xl('Enable logging of ordering activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1740 'audit_events_security-administration' => array(
1741 xl('Audit Logging Security Administration'),
1742 'bool', // data type
1743 '1', // default
1744 xl('Enable logging of security and administration activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1747 'audit_events_backup' => array(
1748 xl('Audit Logging Backups'),
1749 'bool', // data type
1750 '1', // default
1751 xl('Enable logging of backup related activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1754 'audit_events_other' => array(
1755 xl('Audit Logging Miscellaneous'),
1756 'bool', // data type
1757 '1', // default
1758 xl('Enable logging of miscellaneous activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1761 'audit_events_query' => array(
1762 xl('Audit Logging SELECT Query'),
1763 'bool', // data type
1764 '0', // default
1765 xl('Enable logging of all SQL SELECT queries.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1768 'audit_events_cdr' => array(
1769 xl('Audit CDR Engine Queries'),
1770 'bool', // data type
1771 '0', // default
1772 xl('Enable logging of CDR Engine Queries.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1775 'enable_atna_audit' => array(
1776 xl('Enable ATNA Auditing'),
1777 'bool', // data type
1778 '0', // default
1779 xl('Enable Audit Trail and Node Authentication (ATNA).')
1782 'atna_audit_host' => array(
1783 xl('ATNA audit host'),
1784 'text', // data type
1785 '', // default
1786 xl('The hostname of the ATNA audit repository machine.')
1789 'atna_audit_port' => array(
1790 xl('ATNA audit port'),
1791 'text', // data type
1792 '6514', // default
1793 xl('Listening port of the RFC 5425 TLS syslog server.')
1796 'atna_audit_localcert' => array(
1797 xl('ATNA audit local certificate'),
1798 'text', // data type
1799 '', // default
1800 xl('Certificate to send to RFC 5425 TLS syslog server.')
1803 'atna_audit_cacert' => array(
1804 xl('ATNA audit CA certificate'),
1805 'text', // data type
1806 '', // default
1807 xl('CA Certificate for verifying the RFC 5425 TLS syslog server.')
1810 //July 1, 2014: Ensoftek: Flag to enable/disable audit log encryption
1811 'enable_auditlog_encryption' => array(
1812 xl('Enable Audit Log Encryption'),
1813 'bool', // data type
1814 '0', // default
1815 xl('Enable Audit Log Encryption')
1818 'billing_log_option' => array(
1819 xl('Billing Log Option'),
1820 array(
1821 '1' => xl('Billing Log Append'),
1822 '2' => xl('Billing Log Overwrite')
1824 '1', // default
1825 xl('Billing log setting to append or overwrite the log file.')
1828 'gbl_print_log_option' => array(
1829 xl('Printing Log Option'),
1830 array(
1831 '0' => xl('No logging'),
1832 '1' => xl('Hide print feature'),
1833 '2' => xl('Log entire document'),
1835 '0', // default
1836 xl('Individual pages can override 2nd and 3rd options by implementing a log message.')
1841 // Miscellaneous Tab
1843 'Miscellaneous' => array(
1845 'mysql_bin_dir' => array(
1846 xl('Path to MySQL Binaries'),
1847 'text', // data type
1848 $mysql_bin_dir, // default
1849 xl('Full path to directory containing MySQL executables.')
1852 'perl_bin_dir' => array(
1853 xl('Path to Perl Binaries'),
1854 'text', // data type
1855 $perl_bin_dir, // default
1856 xl('Full path to directory containing Perl executables.')
1859 'temporary_files_dir' => array(
1860 xl('Path to Temporary Files'),
1861 'text', // data type
1862 $temporary_files_dir, // default
1863 xl('Full path to directory used for temporary files.')
1866 'backup_log_dir' => array(
1867 xl('Path for Event Log Backup'),
1868 'text', // data type
1869 $backup_log_dir, // default
1870 xl('Full path to directory for event log backup.')
1873 'state_data_type' => array(
1874 xl('State Data Type'),
1875 array(
1876 '2' => xl('Text field'),
1877 '1' => xl('Single-selection list'),
1878 '26' => xl('Single-selection list with ability to add to the list'),
1880 '26', // default
1881 xl('Field type to use for employer or subscriber state in demographics.')
1884 'state_list' => array(
1885 xl('State list'),
1886 'text', // data type
1887 'state', // default
1888 xl('List used by above State Data Type option.')
1891 'state_custom_addlist_widget' => array(
1892 xl('State List Widget Custom Fields'),
1893 'bool', // data type
1894 '1', // default
1895 xl('Show the custom state form for the add list widget (will ask for title and abbreviation).')
1898 'country_data_type' => array(
1899 xl('Country Data Type'),
1900 array(
1901 '2' => xl('Text field'),
1902 '1' => xl('Single-selection list'),
1903 '26' => xl('Single-selection list with ability to add to the list'),
1905 '26', // default
1906 xl('Field type to use for employer or subscriber country in demographics.')
1909 'country_list' => array(
1910 xl('Country list'),
1911 'text', // data type
1912 'country', // default
1913 xl('List used by above Country Data Type option.')
1916 'print_command' => array(
1917 xl('Print Command'),
1918 'text', // data type
1919 'lpr -P HPLaserjet6P -o cpi=10 -o lpi=6 -o page-left=72 -o page-top=72',
1920 xl('Shell command for printing from the server.')
1923 'default_chief_complaint' => array(
1924 xl('Default Reason for Visit'),
1925 'text', // data type
1927 xl('You may put text here as the default complaint in the New Patient Encounter form.')
1930 'default_new_encounter_form' => array(
1931 xl('Default Encounter Form ID'),
1932 'text', // data type
1934 xl('To automatically open the specified form. Some sports teams use football_injury_audit here.')
1937 'MedicareReferrerIsRenderer' => array(
1938 xl('Medicare Referrer Is Renderer'),
1939 'bool', // data type
1940 '0', // default = true
1941 xl('For Medicare only, forces the referring provider to be the same as the rendering provider.')
1944 'post_to_date_benchmark' => array(
1945 xl('Financial Close Date (yyyy-mm-dd)'),
1946 'text', // data type
1947 date('Y-m-d',time() - (10 * 24 * 60 * 60)), // default
1948 xl('The payments posted cannot go below this date.This ensures that after taking the final report nobody post for previous dates.')
1951 'enable_hylafax' => array(
1952 xl('Enable Hylafax Support'),
1953 'bool', // data type
1954 '0', // default
1955 xl('Enable Hylafax Support')
1958 'hylafax_server' => array(
1959 xl('Hylafax Server'),
1960 'text', // data type
1961 'localhost', // default
1962 xl('Hylafax server hostname.')
1965 'hylafax_basedir' => array(
1966 xl('Hylafax Directory'),
1967 'text', // data type
1968 '/var/spool/fax', // default
1969 xl('Location where Hylafax stores faxes.')
1972 'hylafax_enscript' => array(
1973 xl('Hylafax Enscript Command'),
1974 'text', // data type
1975 'enscript -M Letter -B -e^ --margins=36:36:36:36', // default
1976 xl('Enscript command used by Hylafax.')
1979 'enable_scanner' => array(
1980 xl('Enable Scanner Support'),
1981 'bool', // data type
1982 '0', // default
1983 xl('Enable Scanner Support')
1986 'scanner_output_directory' => array(
1987 xl('Scanner Directory'),
1988 'text', // data type
1989 '/mnt/scan_docs', // default
1990 xl('Location where scans are stored.')
1994 // Portal Tab
1996 'Portal' => array(
1998 'portal_onsite_enable' => array(
1999 xl('Enable Onsite Patient Portal'),
2000 'bool', // data type
2001 '0',
2002 xl('Enable Onsite Patient Portal.')
2005 'portal_onsite_address' => array(
2006 xl('Onsite Patient Portal Site Address'),
2007 'text', // data type
2008 'https://your_web_site.com/openemr/patients',
2009 xl('Website link for the Onsite Patient Portal.')
2012 'portal_onsite_document_download' => array(
2013 xl('Enable Onsite Patient Portal Document Download'),
2014 'bool', // data type
2015 '1',
2016 xl('Enables the ability to download documents in the Onsite Patient Portal by the user.')
2019 'portal_offsite_enable' => array(
2020 xl('Enable Offsite Patient Portal'),
2021 'bool', // data type
2022 '0',
2023 xl('Enable Offsite Patient Portal.')
2026 'portal_offsite_providerid' => array(
2027 xl('Offsite Patient Portal Provider ID'),
2028 'text', // data type
2030 xl('Offsite Patient Portal Provider ID(Put Blank If not Registered).')
2033 'portal_offsite_username' => array(
2034 xl('Offsite Patient Portal Username'),
2035 'text', // data type
2037 xl('Offsite Patient Portal Username(Put Blank If not Registered).')
2040 'portal_offsite_password' => array(
2041 xl('Offsite Patient Portal Password'),
2042 'pwd', // data type
2044 xl('Offsite Patient Portal Password(Put Blank If not Registered).')
2047 'portal_offsite_address' => array(
2048 xl('Offsite Patient Portal Site Address'),
2049 'text', // data type
2050 'https://ssh.mydocsportal.com/provider.php',
2051 xl('Offsite Https link for the Patient Portal.')
2054 'portal_offsite_address_patient_link' => array(
2055 xl('Offsite Patient Portal Site Address (Patient Link)'),
2056 'text', // data type
2057 'https://ssh.mydocsportal.com',
2058 xl('Offsite Https link for the Patient Portal.(Patient Link)')
2061 // Currently the "CMS Portal" supports WordPress. Other Content Management
2062 // Systems may be supported in the future.
2064 'gbl_portal_cms_enable' => array(
2065 xl('Enable CMS Portal'),
2066 'bool', // data type
2067 '0',
2068 xl('Enable support for the open source WordPress Portal by Sunset Systems')
2071 'gbl_portal_cms_address' => array(
2072 xl('CMS Portal Site Address'),
2073 'text', // data type
2074 'https://your_cms_site.com/',
2075 xl('URL for the WordPress site that supports the portal')
2078 'gbl_portal_cms_username' => array(
2079 xl('CMS Portal Username'),
2080 'text', // data type
2082 xl('Login name of WordPress user for portal access')
2085 'gbl_portal_cms_password' => array(
2086 xl('CMS Portal Password'),
2087 'text', // data type
2089 xl('Password for the above user')
2094 // Connectors Tab
2096 'Connectors' => array(
2098 'erx_enable' => array(
2099 xl('Enable NewCrop eRx Service'),
2100 'bool',
2101 '0',
2102 xl('Enable NewCrop eRx Service.') + ' ' +
2103 xl('Contact Medical Information Integration, LLC at http://mi-squared.com or ZH Healthcare at http://zhservices.com for subscribing to the NewCrop eRx service.')
2106 'erx_newcrop_path' => array(
2107 xl('NewCrop eRx Site Address'),
2108 'text',
2109 'https://secure.newcropaccounts.com/InterfaceV7/RxEntry.aspx',
2110 xl('URL for NewCrop eRx Site Address.')
2113 'erx_newcrop_path_soap' => array(
2114 xl('NewCrop eRx Web Service Address'),
2115 'text',
2116 'https://secure.newcropaccounts.com/v7/WebServices/Update1.asmx?WSDL;https://secure.newcropaccounts.com/v7/WebServices/Patient.asmx?WSDL',
2117 xl('URLs for NewCrop eRx Service Address, separated by a semi-colon.')
2120 'erx_soap_ttl_allergies' => array(
2121 xl('NewCrop eRx SOAP Request Time-To-Live for Allergies'),
2122 'num',
2123 '21600',
2124 xl('Time-To-Live for NewCrop eRx Allergies SOAP Request in seconds.')
2127 'erx_soap_ttl_medications' => array(
2128 xl('NewCrop eRx SOAP Request Time-To-Live for Medications'),
2129 'num',
2130 '21600',
2131 xl('Time-To-Live for NewCrop eRx Medications SOAP Request in seconds.')
2134 'erx_account_partner_name' => array(
2135 xl('NewCrop eRx Partner Name'),
2136 'text',
2138 xl('Partner Name issued for NewCrop eRx service.')
2141 'erx_account_name' => array(
2142 xl('NewCrop eRx Name'),
2143 'text',
2145 xl('Account Name issued for NewCrop eRx service.')
2148 'erx_account_password' => array(
2149 xl('NewCrop eRx Password'),
2150 'pass',
2152 xl('Account Password issued for NewCrop eRx service.')
2155 'erx_account_id' => array(
2156 xl('NewCrop eRx Account Id'),
2157 'text',
2158 '1',
2159 xl('Account Id issued for NewCrop eRx service, used to separate multi-facility accounts.')
2162 'erx_upload_active' => array(
2163 xl('Only upload active prescriptions'),
2164 'bool',
2165 '0',
2166 xl('Only upload active prescriptions to NewCrop eRx.')
2169 'erx_import_status_message' => array(
2170 xl('Enable NewCrop eRx import status message'),
2171 'bool',
2172 '0',
2173 xl('Enable import status message after visiting NewCrop eRx.')
2176 'erx_medication_display' => array(
2177 xl('Do not display NewCrop eRx Medications uploaded'),
2178 'bool',
2179 '0',
2180 xl('Do not display Medications uploaded after visiting NewCrop eRx.')
2183 'erx_allergy_display' => array(
2184 xl('Do not display NewCrop eRx Allergy uploaded'),
2185 'bool',
2186 '0',
2187 xl('Do not display Allergies uploaded after visiting NewCrop eRx.')
2190 'erx_default_patient_country' => array(
2191 xl('NewCrop eRx Default Patient Country'),
2192 array(
2193 '' => '',
2194 'US' => xl('USA'),
2195 'CA' => xl('Canada'),
2196 'MX' => xl('Mexico'),
2199 xl('Default Patient Country sent to NewCrop eRx, only if patient country is not set.'),
2202 'erx_debug_setting' => array(
2203 xl('NewCrop eRx Debug Setting'),
2204 array(
2205 0 => xl('None'),
2206 1 => xl('Request Only'),
2207 2 => xl('Response Only'),
2208 3 => xl('Request & Response'),
2210 '0',
2211 xl('Log all NewCrop eRx Requests and / or Responses.'),
2214 'phimail_enable' => array(
2215 xl('Enable phiMail Direct Messaging Service'),
2216 'bool', // data type
2217 '0',
2218 xl('Enable phiMail Direct Messaging Service')
2221 'phimail_server_address' => array(
2222 xl('phiMail Server Address'),
2223 'text', // data type
2224 'https://phimail.example.com:32541',
2225 xl('Contact EMR Direct to subscribe to the phiMail Direct messaging service')
2228 'phimail_username' => array(
2229 xl('phiMail Username'),
2230 'text', // data type
2232 xl('Contact EMR Direct to subscribe to the phiMail Direct messaging service')
2235 'phimail_password' => array(
2236 xl('phiMail Password'),
2237 'pass', // data type
2239 xl('Contact EMR Direct to subscribe to the phiMail Direct messaging service')
2242 'phimail_notify' => array(
2243 xl('phiMail notification user'),
2244 'text', // data type
2245 'admin',
2246 xl('This user will receive notification of new incoming Direct messages')
2249 'phimail_interval' => array(
2250 xl('phiMail Message Check Interval (minutes)'),
2251 'num', // data type
2252 '5',
2253 xl('Interval between message checks (set to zero for manual checks only)')
2256 'phimail_ccd_enable' => array(
2257 xl('phiMail Allow CCD Send'),
2258 'bool', // data type
2259 '0',
2260 xl('phiMail Allow CCD Send')
2263 'phimail_ccr_enable' => array(
2264 xl('phiMail Allow CCR Send'),
2265 'bool', // data type
2266 '0',
2267 xl('phiMail Allow CCR Send')
2271 'Rx' => array(
2272 'rx_enable_DEA' => array(
2273 xl('Rx Enable DEA #'),
2274 'bool', // data type
2275 '1',
2276 xl('Rx Enable DEA #')
2278 'rx_show_DEA' => array(
2279 xl('Rx Show DEA #'),
2280 'bool', // data type
2281 '0',
2282 xl('Rx Show DEA #')
2284 'rx_enable_NPI' => array(
2285 xl('Rx Enable NPI'),
2286 'bool', // data type
2287 '0',
2288 xl('Rx Enable NPI')
2290 'rx_show_NPI' => array(
2291 xl('Rx Show NPI'),
2292 'bool', // data type
2293 '0',
2294 xl('Rx Show NPI')
2296 'rx_enable_SLN' => array(
2297 xl('Rx Enable State Lic. #'),
2298 'bool', // data type
2299 '0',
2300 xl('Rx Enable State Lic. #')
2302 'rx_show_SLN' => array(
2303 xl('Rx Show State Lic. #'),
2304 'bool', // data type
2305 '0',
2306 xl('Rx Show State Lic. #')
2308 'rx_paper_size' => array(
2309 xl('Rx Paper Size'), // descriptive name
2310 array(
2311 'LETTER' => xl('Letter Paper Size'),
2312 'LEGAL' => xl('Legal Paper Size'),
2313 'FOLIO' => xl('Folio Paper Size'),
2314 'EXECUTIVE' => xl('Executive Paper Size'),
2315 '4A0' => ('4A0' . " " . xl('Paper Size')),
2316 '2A0' => ('2A0' . " " . xl('Paper Size')),
2317 'A0' => ('A0' . " " . xl('Paper Size')),
2318 'A1' => ('A1' . " " . xl('Paper Size')),
2319 'A2' => ('A2' . " " . xl('Paper Size')),
2320 'A3' => ('A3' . " " . xl('Paper Size')),
2321 'A4' => ('A4' . " " . xl('Paper Size')),
2322 'A5' => ('A5' . " " . xl('Paper Size')),
2323 'A6' => ('A6' . " " . xl('Paper Size')),
2324 'A7' => ('A7' . " " . xl('Paper Size')),
2325 'A8' => ('A8' . " " . xl('Paper Size')),
2326 'A9' => ('A9' . " " . xl('Paper Size')),
2327 'A10' => ('A10' . " " . xl('Paper Size')),
2328 'B0' => ('B0' . " " . xl('Paper Size')),
2329 'B1' => ('B1' . " " . xl('Paper Size')),
2330 'B2' => ('B2' . " " . xl('Paper Size')),
2331 'B3' => ('B3' . " " . xl('Paper Size')),
2332 'B4' => ('B4' . " " . xl('Paper Size')),
2333 'B5' => ('B5' . " " . xl('Paper Size')),
2334 'B6' => ('B6' . " " . xl('Paper Size')),
2335 'B7' => ('B7' . " " . xl('Paper Size')),
2336 'B8' => ('B8' . " " . xl('Paper Size')),
2337 'B9' => ('B9' . " " . xl('Paper Size')),
2338 'B10' => ('B10' . " " . xl('Paper Size')),
2339 'C0' => ('C0' . " " . xl('Paper Size')),
2340 'C1' => ('C1' . " " . xl('Paper Size')),
2341 'C2' => ('C2' . " " . xl('Paper Size')),
2342 'C3' => ('C3' . " " . xl('Paper Size')),
2343 'C4' => ('C4' . " " . xl('Paper Size')),
2344 'C5' => ('C5' . " " . xl('Paper Size')),
2345 'C6' => ('C6' . " " . xl('Paper Size')),
2346 'C7' => ('C7' . " " . xl('Paper Size')),
2347 'C8' => ('C8' . " " . xl('Paper Size')),
2348 'C9' => ('C9' . " " . xl('Paper Size')),
2349 'C10' => ('C10' . " " . xl('Paper Size')),
2350 'RA0' => ('RA0' . " " . xl('Paper Size')),
2351 'RA1' => ('RA1' . " " . xl('Paper Size')),
2352 'RA2' => ('RA2' . " " . xl('Paper Size')),
2353 'RA3' => ('RA3' . " " . xl('Paper Size')),
2354 'RA4' => ('RA4' . " " . xl('Paper Size')),
2355 'SRA0' => ('SRA0' . " " . xl('Paper Size')),
2356 'SRA1' => ('SRA1' . " " . xl('Paper Size')),
2357 'SRA2' => ('SRA2' . " " . xl('Paper Size')),
2358 'SRA3' => ('SRA3' . " " . xl('Paper Size')),
2359 'SRA4' => ('SRA4' . " " . xl('Paper Size')),
2361 'LETTER', // default = tree menu
2362 xl('Rx Paper Size')
2364 'rx_left_margin' => array(
2365 xl('Rx Left Margin (px)'),
2366 'num',
2367 '30',
2368 xl('Rx Left Margin (px)')
2370 'rx_right_margin' => array(
2371 xl('Rx Right Margin (px)'),
2372 'num',
2373 '30',
2374 xl('Rx Right Margin (px)')
2376 'rx_top_margin' => array(
2377 xl('Rx Top Margin (px)'),
2378 'num',
2379 '72',
2380 xl('Rx Top Margin (px)')
2382 'rx_bottom_margin' => array(
2383 xl('Rx Bottom Margin (px)'),
2384 'num',
2385 '30',
2386 xl('Rx Bottom Margin (px)')
2390 'PDF' => array (
2391 'pdf_layout' => array (
2392 xl('Layout'),
2393 array(
2394 'P' => xl('Portrait'),
2395 'L' => xl('Landscape')
2397 'P', //defaut
2398 xl("Choose Layout Direction"),
2400 'pdf_language' => array (
2401 xl('PDF Language'),
2402 array(
2403 'aa' => xl('Afar'),
2404 'af' => xl('Afrikaans'),
2405 'ak' => xl('Akan'),
2406 'sq' => xl('Albanian'),
2407 'am' => xl('Amharic'),
2408 'ar' => xl('Arabic'),
2409 'an' => xl('Aragonese'),
2410 'hy' => xl('Armenian'),
2411 'as' => xl('Assamese'),
2412 'av' => xl('Avaric'),
2413 'ae' => xl('Avestan'),
2414 'ay' => xl('Aymara'),
2415 'az' => xl('Azerbaijani'),
2416 'bm' => xl('Bambara'),
2417 'ba' => xl('Bashkir'),
2418 'eu' => xl('Basque'),
2419 'be' => xl('Belarusian'),
2420 'bn' => xl('Bengali- Bangla'),
2421 'bh' => xl('Bihari'),
2422 'bi' => xl('Bislama'),
2423 'bs' => xl('Bosnian'),
2424 'br' => xl('Breton'),
2425 'bg' => xl('Bulgarian'),
2426 'my' => xl('Burmese'),
2427 'ca' => xl('Catalan- Valencian'),
2428 'ch' => xl('Chamorro'),
2429 'ce' => xl('Chechen'),
2430 'ny' => xl('Chichewa- Chewa- Nyanja'),
2431 'zh' => xl('Chinese'),
2432 'cv' => xl('Chuvash'),
2433 'kw' => xl('Cornish'),
2434 'co' => xl('Corsican'),
2435 'cr' => xl('Cree'),
2436 'hr' => xl('Croatian'),
2437 'cs' => xl('Czech'),
2438 'da' => xl('Danish'),
2439 'dv' => xl('Divehi- Dhivehi- Maldivian-'),
2440 'nl' => xl('Dutch'),
2441 'dz' => xl('Dzongkha'),
2442 'en' => xl('English'),
2443 'eo' => xl('Esperanto'),
2444 'et' => xl('Estonian'),
2445 'ee' => xl('Ewe'),
2446 'fo' => xl('Faroese'),
2447 'fj' => xl('Fijian'),
2448 'fi' => xl('Finnish'),
2449 'fr' => xl('French'),
2450 'ff' => xl('Fula- Fulah- Pulaar- Pular'),
2451 'gl' => xl('Galician'),
2452 'ka' => xl('Georgian'),
2453 'de' => xl('German'),
2454 'el' => xl('Greek, Modern'),
2455 'gn' => xl('Guaraní'),
2456 'gu' => xl('Gujarati'),
2457 'ht' => xl('Haitian- Haitian Creole'),
2458 'ha' => xl('Hausa'),
2459 'he' => xl('Hebrew (modern)'),
2460 'hz' => xl('Herero'),
2461 'hi' => xl('Hindi'),
2462 'ho' => xl('Hiri Motu'),
2463 'hu' => xl('Hungarian'),
2464 'ia' => xl('Interlingua'),
2465 'id' => xl('Indonesian'),
2466 'ie' => xl('Interlingue'),
2467 'ga' => xl('Irish'),
2468 'ig' => xl('Igbo'),
2469 'ik' => xl('Inupiaq'),
2470 'io' => xl('Ido'),
2471 'is' => xl('Icelandic'),
2472 'it' => xl('Italian'),
2473 'iu' => xl('Inuktitut'),
2474 'ja' => xl('Japanese'),
2475 'jv' => xl('Javanese'),
2476 'kl' => xl('Kalaallisut, Greenlandic'),
2477 'kn' => xl('Kannada'),
2478 'kr' => xl('Kanuri'),
2479 'ks' => xl('Kashmiri'),
2480 'kk' => xl('Kazakh'),
2481 'km' => xl('Khmer'),
2482 'ki' => xl('Kikuyu, Gikuyu'),
2483 'rw' => xl('Kinyarwanda'),
2484 'ky' => xl('Kyrgyz'),
2485 'kv' => xl('Komi'),
2486 'kg' => xl('Kongo'),
2487 'ko' => xl('Korean'),
2488 'ku' => xl('Kurdish'),
2489 'kj' => xl('Kwanyama, Kuanyama'),
2490 'la' => xl('Latin'),
2491 'lb' => xl('Luxembourgish, Letzeburgesch'),
2492 'lg' => xl('Ganda'),
2493 'li' => xl('Limburgish, Limburgan, Limburger'),
2494 'ln' => xl('Lingala'),
2495 'lo' => xl('Lao'),
2496 'lt' => xl('Lithuanian'),
2497 'lu' => xl('Luba-Katanga'),
2498 'lv' => xl('Latvian'),
2499 'gv' => xl('Manx'),
2500 'mk' => xl('Macedonian'),
2501 'mg' => xl('Malagasy'),
2502 'ms' => xl('Malay'),
2503 'ml' => xl('Malayalam'),
2504 'mt' => xl('Maltese'),
2505 'mi' => xl('Māori'),
2506 'mr' => xl('Marathi (Marāṭhī)'),
2507 'mh' => xl('Marshallese'),
2508 'mn' => xl('Mongolian'),
2509 'na' => xl('Nauru'),
2510 'nv' => xl('Navajo, Navaho'),
2511 'nb' => xl('Norwegian Bokmål'),
2512 'nd' => xl('North Ndebele'),
2513 'ne' => xl('Nepali'),
2514 'ng' => xl('Ndonga'),
2515 'nn' => xl('Norwegian Nynorsk'),
2516 'no' => xl('Norwegian'),
2517 'ii' => xl('Nuosu'),
2518 'nr' => xl('South Ndebele'),
2519 'oc' => xl('Occitan'),
2520 'oj' => xl('Ojibwe, Ojibwa'),
2521 'cu' => xl('Old Church Slavonic, Church Slavonic, Old Bulgarian'),
2522 'om' => xl('Oromo'),
2523 'or' => xl('Oriya'),
2524 'os' => xl('Ossetian, Ossetic'),
2525 'pa' => xl('Panjabi, Punjabi'),
2526 'pi' => xl('Pāli'),
2527 'fa' => xl('Persian (Farsi)'),
2528 'pl' => xl('Polish'),
2529 'ps' => xl('Pashto, Pushto'),
2530 'pt' => xl('Portuguese'),
2531 'qu' => xl('Quechua'),
2532 'rm' => xl('Romansh'),
2533 'rn' => xl('Kirundi'),
2534 'ro' => xl('Romanian'),
2535 'ru' => xl('Russian'),
2536 'sa' => xl('Sanskrit (Saṁskṛta)'),
2537 'sc' => xl('Sardinian'),
2538 'sd' => xl('Sindhi'),
2539 'se' => xl('Northern Sami'),
2540 'sm' => xl('Samoan'),
2541 'sg' => xl('Sango'),
2542 'sr' => xl('Serbian'),
2543 'gd' => xl('Scottish Gaelic- Gaelic'),
2544 'sn' => xl('Shona'),
2545 'si' => xl('Sinhala, Sinhalese'),
2546 'sk' => xl('Slovak'),
2547 'sl' => xl('Slovene'),
2548 'so' => xl('Somali'),
2549 'st' => xl('Southern Sotho'),
2550 'es' => xl('Spanish- Castilian'),
2551 'su' => xl('Sundanese'),
2552 'sw' => xl('Swahili'),
2553 'ss' => xl('Swati'),
2554 'sv' => xl('Swedish'),
2555 'ta' => xl('Tamil'),
2556 'te' => xl('Telugu'),
2557 'tg' => xl('Tajik'),
2558 'th' => xl('Thai'),
2559 'ti' => xl('Tigrinya'),
2560 'bo' => xl('Tibetan Standard, Tibetan, Central'),
2561 'tk' => xl('Turkmen'),
2562 'tl' => xl('Tagalog'),
2563 'tn' => xl('Tswana'),
2564 'to' => xl('Tonga (Tonga Islands)'),
2565 'tr' => xl('Turkish'),
2566 'ts' => xl('Tsonga'),
2567 'tt' => xl('Tatar'),
2568 'tw' => xl('Twi'),
2569 'ty' => xl('Tahitian'),
2570 'ug' => xl('Uyghur, Uighur'),
2571 'uk' => xl('Ukrainian'),
2572 'ur' => xl('Urdu'),
2573 'uz' => xl('Uzbek'),
2574 've' => xl('Venda'),
2575 'vi' => xl('Vietnamese'),
2576 'vo' => xl('Volapük'),
2577 'wa' => xl('Walloon'),
2578 'cy' => xl('Welsh'),
2579 'wo' => xl('Wolof'),
2580 'fy' => xl('Western Frisian'),
2581 'xh' => xl('Xhosa'),
2582 'yi' => xl('Yiddish'),
2583 'yo' => xl('Yoruba'),
2584 'za' => xl('Zhuang, Chuang'),
2585 'zu' => xl('Zulu'),
2587 'en', // default English
2588 xl('Choose PDF languange Preference'),
2590 'pdf_size' => array(
2591 xl('Paper Size'), // Descriptive Name
2592 array(
2593 'LETTER' => xl('Letter Paper Size'),
2594 'LEGAL' => xl('Legal Paper Size'),
2595 'FOLIO' => xl('Folio Paper Size'),
2596 'EXECUTIVE' => xl('Executive Paper Size'),
2597 '4A0' => ('4A0' . " " . xl('Paper Size')),
2598 '2A0' => ('2A0' . " " . xl('Paper Size')),
2599 'A0' => ('A0' . " " . xl('Paper Size')),
2600 'A1' => ('A1' . " " . xl('Paper Size')),
2601 'A2' => ('A2' . " " . xl('Paper Size')),
2602 'A3' => ('A3' . " " . xl('Paper Size')),
2603 'A4' => ('A4' . " " . xl('Paper Size')),
2604 'A5' => ('A5' . " " . xl('Paper Size')),
2605 'A6' => ('A6' . " " . xl('Paper Size')),
2606 'A7' => ('A7' . " " . xl('Paper Size')),
2607 'A8' => ('A8' . " " . xl('Paper Size')),
2608 'A9' => ('A9' . " " . xl('Paper Size')),
2609 'A10' => ('A10' . " " . xl('Paper Size')),
2610 'B0' => ('B0' . " " . xl('Paper Size')),
2611 'B1' => ('B1' . " " . xl('Paper Size')),
2612 'B2' => ('B2' . " " . xl('Paper Size')),
2613 'B3' => ('B3' . " " . xl('Paper Size')),
2614 'B4' => ('B4' . " " . xl('Paper Size')),
2615 'B5' => ('B5' . " " . xl('Paper Size')),
2616 'B6' => ('B6' . " " . xl('Paper Size')),
2617 'B7' => ('B7' . " " . xl('Paper Size')),
2618 'B8' => ('B8' . " " . xl('Paper Size')),
2619 'B9' => ('B9' . " " . xl('Paper Size')),
2620 'B10' => ('B10' . " " . xl('Paper Size')),
2621 'C0' => ('C0' . " " . xl('Paper Size')),
2622 'C1' => ('C1' . " " . xl('Paper Size')),
2623 'C2' => ('C2' . " " . xl('Paper Size')),
2624 'C3' => ('C3' . " " . xl('Paper Size')),
2625 'C4' => ('C4' . " " . xl('Paper Size')),
2626 'C5' => ('C5' . " " . xl('Paper Size')),
2627 'C6' => ('C6' . " " . xl('Paper Size')),
2628 'C7' => ('C7' . " " . xl('Paper Size')),
2629 'C8' => ('C8' . " " . xl('Paper Size')),
2630 'C9' => ('C9' . " " . xl('Paper Size')),
2631 'C10' => ('C10' . " " . xl('Paper Size')),
2632 'RA0' => ('RA0' . " " . xl('Paper Size')),
2633 'RA1' => ('RA1' . " " . xl('Paper Size')),
2634 'RA2' => ('RA2' . " " . xl('Paper Size')),
2635 'RA3' => ('RA3' . " " . xl('Paper Size')),
2636 'RA4' => ('RA4' . " " . xl('Paper Size')),
2637 'SRA0' => ('SRA0' . " " . xl('Paper Size')),
2638 'SRA1' => ('SRA1' . " " . xl('Paper Size')),
2639 'SRA2' => ('SRA2' . " " . xl('Paper Size')),
2640 'SRA3' => ('SRA3' . " " . xl('Paper Size')),
2641 'SRA4' => ('SRA4' . " " . xl('Paper Size')),
2643 'LETTER',
2644 xl('Choose Paper Size')
2646 'pdf_left_margin' => array(
2647 xl('Left Margin (mm)'),
2648 'num',
2649 '5',
2650 xl('Left Margin (mm)')
2652 'pdf_right_margin' => array(
2653 xl('Right Margin (mm)'),
2654 'num',
2655 '5',
2656 xl('Right Margin (mm)')
2658 'pdf_top_margin' => array(
2659 xl('Top Margin (mm)'),
2660 'num',
2661 '5',
2662 xl('Top Margin (mm)')
2664 'pdf_bottom_margin' => array(
2665 xl('Bottom Margin (px)'),
2666 'num',
2667 '8',
2668 xl('Bottom Margin (px)')
2670 'pdf_output' => array (
2671 xl('Output Type'),
2672 array(
2673 'D' => xl('Download'),
2674 'I' => xl('Inline')
2676 'D', //defaut
2677 xl("Choose Download or Display Inline"),
2680 'chart_label_type' => array(
2681 xl('Patient Label Type'),
2682 array(
2683 '0' => xl('None'),
2684 '1' => '5160',
2685 '2' => '5161',
2686 '3' => '5162'
2688 '1', // default
2689 xl('Avery Label type for printing patient labels from popups in left nav screen'),
2692 'barcode_label_type' => array(
2693 xl('Barcode Label Type'),
2694 array(
2695 '0' => xl('None'),
2696 '1' => 'std25',
2697 '2' => 'int25',
2698 '3' => 'ean8',
2699 '4' => 'ean13',
2700 '5' => 'upc',
2701 '6' => 'code11',
2702 '7' => 'code39',
2703 '8' => 'code93',
2704 '9' => 'code128',
2705 '10' => 'codabar',
2706 '11' => 'msi',
2707 '12' => 'datamatrix'
2709 '9', // default = None
2710 xl('Barcode type for printing barcode labels from popups in left nav screen.')
2713 'addr_label_type' => array(
2714 xl('Print Patient Address Label'),
2715 'bool', // data type
2716 '1', // default = false
2717 xl('Select to print patient address labels from popups in left nav screen.')