Here are the fixes for a few issues found in the conditional fields
[openemr.git] / library / globals.inc.php
blobda56633433ba9ac682d6b419e00d1ead57c44969
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 'checkout_roll_off',
115 'ptkr_pt_list_new_window',
116 'erx_import_status_message');
118 $GLOBALS_METADATA = array(
120 // Appearance Tab
122 'Appearance' => array(
124 'default_top_pane' => array(
125 xl('Main Top Pane Screen'), // descriptive name
126 array(
127 'main_info.php' => xl('Calendar Screen'),
128 '../new/new.php' => xl('Patient Search/Add Screen'),
129 '../../interface/patient_tracker/patient_tracker.php?skip_timeout_reset=1' => xl('Patient Flow Board'),
131 'main_info.php', // default = calendar
132 xl('Type of screen layout')
135 'concurrent_layout' => array(
136 xl('Layout Style'), // descriptive name
137 array(
138 '0' => xl('Old style layout with no left menu'),
139 '1' => xl('Navigation menu consists of pairs of radio buttons'),
140 '2' => xl('Navigation menu is a tree view'),
141 '3' => xl('Navigation uses a sliding menu'),
143 '3', // default = tree menu
144 xl('Type of screen layout')
147 'default_encounter_view' => array(
148 xl('Default Encounter View'), // descriptive name
149 array(
150 '0' => xl('Clinical View'),
151 '1' => xl('Billing View'),
153 '0', // default = tree menu
154 xl('Choose your default encounter view')
157 'css_header' => array(
158 xl('Theme'),
159 'css',
160 'style_light.css',
161 xl('Pick a CSS theme.')
164 'gbl_nav_area_width' => array(
165 xl('Navigation Area Width'),
166 'num',
167 '150',
168 xl('Width in pixels of the left navigation frame.')
171 'openemr_name' => array(
172 xl('Application Title'),
173 'text',
174 'OpenEMR',
175 xl('Application name for login page and main window title.')
178 'full_new_patient_form' => array(
179 xl('New Patient Form'),
180 array(
181 '0' => xl('Old-style static form without search or duplication check'),
182 '1' => xl('All demographics fields, with search and duplication check'),
183 '2' => xl('Mandatory or specified fields only, search and dup check'),
184 '3' => xl('Mandatory or specified fields only, dup check, no search'),
186 '1', // default
187 xl('Style of form used for adding new patients')
190 'patient_search_results_style' => array(
191 xl('Patient Search Results Style'),
192 array(
193 '0' => xl('Encounter statistics'),
194 '1' => xl('Mandatory and specified fields'),
196 '0', // default
197 xl('Type of columns displayed for patient search results')
200 'gbl_tall_nav_area' => array(
201 xl('Tall Navigation Area'),
202 'bool', // data type
203 '0', // default = false
204 xl('Navigation area uses full height of frameset')
207 'gbl_nav_visit_forms' => array(
208 xl('Navigation Area Visit Forms'),
209 'bool', // data type
210 '1', // default = true
211 xl('Navigation area includes encounter forms')
214 'simplified_demographics' => array(
215 xl('Simplified Demographics'),
216 'bool', // data type
217 '0', // default = false
218 xl('Omit insurance and some other things from the demographics form')
221 'simplified_prescriptions' => array(
222 xl('Simplified Prescriptions'),
223 'bool', // data type
224 '0', // default = false
225 xl('Omit form, route and interval which then become part of dosage')
228 'simplified_copay' => array(
229 xl('Simplified Co-Pay'),
230 'bool', // data type
231 '0', // default = false
232 xl('Omit method of payment from the co-pay panel')
235 'use_charges_panel' => array(
236 xl('Use Charges Panel'),
237 'bool', // data type
238 '0', // default = false
239 xl('Enables the old Charges panel for entering billing codes and payments. Not recommended, use the Fee Sheet instead.')
242 // TajEmo Work BY CB 2012/06/21 10:42:31 AM added option to Hide Fees
243 'enable_fees_in_left_menu' => array(
244 xl('Enable Fees In Left Menu'),
245 'bool', // data type
246 '1', // default = true
247 xl('Enable Fees In Left Menu')
249 // EDI history 2012-09-13
250 'enable_edihistory_in_left_menu' => array(
251 xl('Enable EDI History In Left Menu'),
252 'bool', // data type
253 '1', // default = true
254 xl('EDI History (under Fees) for storing and interpreting EDI claim response files')
257 'online_support_link' => array(
258 xl('Online Support Link'),
259 'text', // data type
260 'http://open-emr.org/',
261 xl('URL for OpenEMR support.')
264 'drop_bottom' => array(
265 xl('Remove Bottom Pane'),
266 'bool', // data type
267 '0', // default = false
268 xl('Removes the bottom pane by default on start up.')
271 'encounter_page_size' => array(
272 xl('Encounter Page Size'),
273 array(
274 '0' => xl('Show All'),
275 '5' => '5',
276 '10' => '10',
277 '15' => '15',
278 '20' => '20',
279 '25' => '25',
280 '50' => '50',
282 '20',
283 xl('Number of encounters to display per page.')
286 'gbl_pt_list_page_size' => array(
287 xl('Patient List Page Size'),
288 array(
289 '10' => '10',
290 '25' => '25',
291 '50' => '50',
292 '100' => '100',
294 '10',
295 xl('Number of patients to display per page in the patient list.')
298 'gbl_pt_list_new_window' => array(
299 xl('Patient List New Window'),
300 'bool', // data type
301 '0', // default = false
302 xl('Default state of New Window checkbox in the patient list.')
305 'gbl_vitals_options' => array(
306 xl('Vitals Form Options'),
307 array(
308 '0' => xl('Standard'),
309 '1' => xl('Omit circumferences'),
311 '0', // default
312 xl('Special treatment for the Vitals form')
315 'insurance_information' => array(
316 xl('Show Additional Insurance Information'), // descriptive name
317 array(
318 '0' => xl('None'),
319 '1' => xl('Address Only'),
320 '2' => xl('Address and Postal Code'),
321 '3' => xl('Address and State'),
322 '4' => xl('Address, State and Postal Code'),
323 '5' => xl('Postal Code and Box Number'),
325 '4', // default
326 xl('Show Insurance Address Information in the Insurance Panel of Demographics.')
332 // Locale Tab
334 'Locale' => array(
336 'language_default' => array(
337 xl('Default Language'),
338 'lang', // data type
339 'English (Standard)', // default = english
340 xl('Default language if no other is allowed or chosen.')
343 'language_menu_showall' => array(
344 xl('All Languages Allowed'),
345 'bool', // data type
346 '1', // default = true
347 xl('Allow all available languages as choices on menu at login.')
350 'language_menu_other' => array(
351 xl('Allowed Languages'),
352 'm_lang', // data type
353 '', // default = none
354 xl('Select which languages, if any, may be chosen at login. (only pertinent if above All Languages Allowed is turned off)')
357 'allow_debug_language' => array(
358 xl('Allow Debugging Language'),
359 'bool', // data type
360 '1', // default = true during development and false for production releases
361 xl('This will allow selection of the debugging (\'dummy\') language.')
364 'translate_layout' => array(
365 xl('Translate Layouts'),
366 'bool', // data type
367 '1', // default = true
368 xl('Is text from form layouts to be translated?')
371 'translate_lists' => array(
372 xl('Translate Lists'),
373 'bool', // data type
374 '1', // default = true
375 xl('Is text from lists to be translated?')
378 'translate_gacl_groups' => array(
379 xl('Translate Access Control Groups'),
380 'bool', // data type
381 '1', // default = true
382 xl('Are access control group names to be translated?')
385 'translate_form_titles' => array(
386 xl('Translate Patient Note Titles'),
387 'bool', // data type
388 '1', // default = true
389 xl('Are patient note titles to be translated?')
392 'translate_document_categories' => array(
393 xl('Translate Document Categories'),
394 'bool', // data type
395 '1', // default = true
396 xl('Are document category names to be translated?')
399 'translate_appt_categories' => array(
400 xl('Translate Appointment Categories'),
401 'bool', // data type
402 '1', // default = true
403 xl('Are appointment category names to be translated?')
406 'units_of_measurement' => array(
407 xl('Units for Visit Forms'),
408 array(
409 '1' => xl('Show both US and metric (main unit is US)'),
410 '2' => xl('Show both US and metric (main unit is metric)'),
411 '3' => xl('Show US only'),
412 '4' => xl('Show metric only'),
414 '1', // default = Both/US
415 xl('Applies to the Vitals form and Growth Chart')
418 'us_weight_format' => array(
419 xl('Display Format for US Weights'),
420 array(
421 '1'=>xl('Show pounds as decimal value'),
422 '2'=>xl('Show pounds and ounces')
424 '1',
425 xl('Applies to Vitals form')
428 'disable_deprecated_metrics_form' => array(
429 xl('Disable Old Metric Vitals Form'),
430 'bool', // data type
431 '1', // default = true
432 xl('This was the older metric-only Vitals form, now deprecated.')
435 'phone_country_code' => array(
436 xl('Telephone Country Code'),
437 'num',
438 '1', // default = North America
439 xl('1 = North America. See http://www.wtng.info/ for a list of other country codes.')
442 'date_display_format' => array(
443 xl('Date Display Format'),
444 array(
445 '0' => xl('YYYY-MM-DD'),
446 '1' => xl('MM/DD/YYYY'),
447 '2' => xl('DD/MM/YYYY'),
449 '0',
450 xl('Format used to display most dates.')
453 'time_display_format' => array(
454 xl('Time Display Format'),
455 array(
456 '0' => xl('24 hr'),
457 '1' => xl('12 hr'),
459 '0',
460 xl('Format used to display most times.')
463 'currency_decimals' => array(
464 xl('Currency Decimal Places'),
465 array(
466 '0' => xl('0'),
467 '1' => xl('1'),
468 '2' => xl('2'),
470 '2',
471 xl('Number of digits after decimal point for currency, usually 0 or 2.')
474 'currency_dec_point' => array(
475 xl('Currency Decimal Point Symbol'),
476 array(
477 '.' => xl('Period'),
478 ',' => xl('Comma'),
480 '.',
481 xl('Symbol used as the decimal point for currency. Not used if Decimal Places is 0.')
484 'currency_thousands_sep' => array(
485 xl('Currency Thousands Separator'),
486 array(
487 ',' => xl('Comma'),
488 '.' => xl('Period'),
489 ' ' => xl('Space'),
490 '' => xl('None'),
492 ',',
493 xl('Symbol used to separate thousands for currency.')
496 'gbl_currency_symbol' => array(
497 xl('Currency Designator'),
498 'text', // data type
499 '$', // default
500 xl('Code or symbol to indicate currency')
502 'age_display_format'=>array(xl('Age Display Format'),
503 array(
504 '0'=>xl('Years or months'),
505 '1'=>xl('Years, months and days')
507 '0',
508 xl('Format for age display')
510 'age_display_limit' => array(
511 xl('Age in Years for Display Format Change'),
512 'num',
513 '3',
514 xl('If YMD is selected for age display, switch to just Years when patients older than this value in years')
518 // Features Tab
520 'Features' => array(
522 'specific_application' => array(
523 xl('Specific Application'),
524 array(
525 '0' => xl('None'),
526 '1' => xl('Athletic team'),
527 '2' => xl('IPPF'),
528 '3' => xl('Weight loss clinic'),
530 '0', // default
531 xl('Indicator for specialized usage')
534 'inhouse_pharmacy' => array(
535 xl('Drugs and Products'),
536 array(
537 '0' => xl('Do not inventory and sell any products'),
538 '1' => xl('Inventory and sell drugs only'),
539 '2' => xl('Inventory and sell both drugs and non-drug products'),
540 '3' => xl('Products but no prescription drugs and no templates'),
542 '0', // default
543 xl('Option to support inventory and sales of products')
546 'disable_chart_tracker' => array(
547 xl('Disable Chart Tracker'),
548 'bool', // data type
549 '0', // default = false
550 xl('Removes the Chart Tracker feature')
553 'disable_phpmyadmin_link' => array(
554 xl('Disable phpMyAdmin'),
555 'bool', // data type
556 '0', // default = false
557 xl('Removes support for phpMyAdmin')
560 'disable_immunizations' => array(
561 xl('Disable Immunizations'),
562 'bool', // data type
563 '0', // default = false
564 xl('Removes support for immunizations')
567 'disable_prescriptions' => array(
568 xl('Disable Prescriptions'),
569 'bool', // data type
570 '0', // default = false
571 xl('Removes support for prescriptions')
574 'omit_employers' => array(
575 xl('Omit Employers'),
576 'bool', // data type
577 '0', // default = false
578 xl('Omit employer information in patient demographics')
581 'select_multi_providers' => array(
582 xl('Support Multi-Provider Events'),
583 'bool', // data type
584 '0', // default = false
585 xl('Support calendar events that apply to multiple providers')
588 'disable_non_default_groups' => array(
589 xl('Disable User Groups'),
590 'bool', // data type
591 '1', // default = true
592 xl('Normally this should be checked. Not related to access control.')
595 'ignore_pnotes_authorization' => array(
596 xl('Skip Authorization of Patient Notes'),
597 'bool', // data type
598 '1', // default = true
599 xl('Do not require patient notes to be authorized')
602 'support_encounter_claims' => array(
603 xl('Allow Encounter Claims'),
604 'bool', // data type
605 '0', // default = false
606 xl('Allow creation of claims containing diagnoses but not procedures or charges. Most clinics do not want this.')
609 'advance_directives_warning' => array(
610 xl('Advance Directives Warning'),
611 'bool', // data type
612 '0', // default = false
613 xl('Display advance directives in the demographics page.')
616 'configuration_import_export' => array(
617 xl('Configuration Export/Import'),
618 'bool', // data type
619 '0', // default = false
620 xl('Support export/import of configuration data via the Backup page.')
623 'restrict_user_facility' => array(
624 xl('Restrict Users to Facilities'),
625 'bool', // data type
626 '0', // default
627 xl('Restrict non-authorized users to the Schedule Facilities set in User admin.')
630 'set_facility_cookie' => array(
631 xl('Remember Selected Facility'),
632 'bool', // data type
633 '0', // default
634 xl('Set a facility cookie to remember the selected facility between logins.')
637 'receipts_by_provider' => array(
638 xl('Print Receipts by Provider'),
639 'bool',
640 '0', // default
641 xl('Causes Receipts to Print Encounter/Primary Provider Info')
644 'discount_by_money' => array(
645 xl('Discounts as Monetary Amounts'),
646 'bool', // data type
647 '1', // default = true
648 xl('Discounts at checkout time are entered as money amounts, as opposed to percentage.')
651 'gbl_visit_referral_source' => array(
652 xl('Referral Source for Encounters'),
653 'bool', // data type
654 '0', // default = false
655 xl('A referral source may be specified for each visit.')
658 'gbl_mask_patient_id' => array(
659 xl('Mask for Patient IDs'),
660 'text', // data type
661 '', // default
662 xl('Specifies formatting for the external patient ID. # = digit, @ = alpha, * = any character. Empty if not used.')
665 'gbl_mask_invoice_number' => array(
666 xl('Mask for Invoice Numbers'),
667 'text', // data type
668 '', // default
669 xl('Specifies formatting for invoice reference numbers. # = digit, @ = alpha, * = any character. Empty if not used.')
672 'gbl_mask_product_id' => array(
673 xl('Mask for Product IDs'),
674 'text', // data type
675 '', // default
676 xl('Specifies formatting for product NDC fields. # = digit, @ = alpha, * = any character. Empty if not used.')
679 'force_billing_widget_open' => array(
680 xl('Force Billing Widget Open'),
681 'bool', // data type
682 '0', // default = false
683 xl('This will force the Billing Widget in the Patient Summary screen to always be open.')
686 'activate_ccr_ccd_report' => array(
687 xl('Activate CCR/CCD Reporting'),
688 'bool', // data type
689 '1', // default = true
690 xl('This will activate the CCR(Continuity of Care Record) and CCD(Continuity of Care Document) reporting.')
693 'hide_document_encryption' => array(
694 xl('Hide Encryption/Decryption Options In Document Management'),
695 'bool', // data type
696 '1', // default = true
697 xl('This will deactivate document the encryption and decryption features, and hide them in the UI.')
700 'use_custom_immun_list' => array(
701 xl('Use Custom Immunization List'),
702 'bool', // data type
703 '0', // default = true
704 xl('This will use the custom immunizations list rather than the standard CVX immunization list.')
707 'cms_1500' => array(
708 xl('CMS 1500 Paper Form Format'),
709 array(
710 '0' => xl('08/05{{CMS 1500 format date revision setting in globals}}'),
711 '1' => xl('02/12{{CMS 1500 format date revision setting in globals}}'),
713 '1', // default
714 xl('This specifies which revision of the form the billing module should generate')
717 'cms_1500_box_31_format' => array(
718 xl('CMS 1500: Box 31 Format'),
719 array(
720 '0' => xl('Signature on File'),
721 '1' => xl('Firstname Lastname'),
722 '2' => xl('None'),
724 '0', // default
725 xl('This specifies whether to include date in Box 31.')
728 'cms_1500_box_31_date' => array(
729 xl('CMS 1500: Date in Box 31 (Signature)'),
730 array(
731 '0' => xl('None'),
732 '1' => xl('Date of Service'),
733 '2' => xl('Today'),
735 '0', // default
736 xl('This specifies whether to include date in Box 31.')
739 'amendments' => array (
740 xl('Amendments'),
741 'bool', // data type
742 '1', // default = true
743 xl('Enable amendments feature')
747 // Report Tab
749 'Report' => array(
751 'use_custom_daysheet' => array(
752 xl('Use Custom End of Day Report'),
753 array(
754 '0' => xl('None'),
755 '1' => xl('Print End of Day Report 1'),
756 '2' => xl('Print End of Day Report 2'),
757 '3' => xl('Print End of Day Report 3'),
758 ), // data type
759 '1', // default = Print End of Day Report 1
760 xl('This will allow the use of the custom End of Day report and indicate which report to use.')
763 'daysheet_provider_totals' => array(
764 xl('End of Day by Provider or allow Totals Only'),
765 array(
766 '0' => xl('Provider'),
767 '1' => xl('Totals Only'),
769 '1', // default
770 xl('This specifies the Printing of the Custom End of Day Report grouped Provider or allow the Printing of Totals Only')
773 'ledger_begin_date' => array(
774 xl('Beginning Date for Ledger Report'),
775 array(
776 'Y1' => xl('One Year Ago'),
777 'Y2' => xl('Two Years Ago'),
778 'M6' => xl('Six Months Ago'),
779 'M3' => xl('Three Months Ago'),
780 'M1' => xl('One Month Ago'),
781 'D1' => xl('One Day Ago'),
783 'Y1', // default = One Year
784 xl('This is the Beginning date for the Ledger Report.')
787 'print_next_appointment_on_ledger' => array(
788 xl('Print the Next Appointment on the Bottom of the Ledger'),
789 'bool', // data type
790 '1', // default = true
791 xl('This Will Print the Next Appointment on the Bottom of the Patient Ledger')
794 'sales_report_invoice' => array(
795 xl('Display Invoice Number or Patient Name or Both in the Sales Report'),
796 array(
797 '0' => xl('Invoice Number'),
798 '1' => xl('Patient Name and ID'),
799 '2' => xl('Patient Name and Invoice'),
801 '2', // default = 2
802 xl('This will Display the Invoice Number in the Sales Report or the Patient Name and ID or Patient Name and Invoice Number.')
806 // Billing Tab
808 'Billing' => array(
810 'default_search_code_type' => array(
811 xl('Default Search Code Type'),
812 'all_code_types', // data type
813 'ICD10', // default
814 xl('The default code type to search for in the Fee Sheet.')
817 'support_fee_sheet_line_item_provider' => array(
818 xl('Support provider in line item in fee sheet'),
819 'bool', // data type
820 '0', // default = false
821 xl('This Enables provider in line item in the fee sheet')
824 'default_fee_sheet_line_item_provider' => array(
825 xl('Default to a provider for line item in the fee sheet'),
826 'bool', // data type
827 '0', // default = false
828 xl('Default to a provider for line item in the fee sheet.(only applicable if Support line item billing in option above)')
831 'replicate_justification' => array(
832 xl('Automatically replicate justification codes in Fee Sheet'),
833 'bool', // data type
834 '0', // default = false
835 xl('Automatically replicate justification codes in Fee Sheet (basically fills in the blanks with the justification code above it).')
838 'display_units_in_billing' => array(
839 xl('Display the Units Column on the Billing Screen'),
840 'bool', // data type
841 '0', // default = false
842 xl('Display the Units Column on the Billing Screen')
845 'notes_to_display_in_Billing' => array(
846 xl('Which notes are to be displayed in the Billing Screen'),
847 array(
848 '0' => xl('None'),
849 '1' => xl('Encounter Billing Note'),
850 '2' => xl('Patient Billing Note'),
851 '3' => xl('All'),
853 '3',
854 xl('Display the Encounter Billing Note or Patient Billing Note or Both in the Billing Screen.')
857 'use_custom_statement' => array(
858 xl('Use Custom Statement'),
859 'bool', // data type
860 '0', // default = false
861 xl('This will use the custom Statment showing the description instead of the codes.')
864 'statement_bill_note_print' => array(
865 xl('Print Patient Billing Note'),
866 'bool', // data type
867 '0', // default = false
868 xl('This will allow printing of the Patient Billing Note on the statements.')
871 'use_dunning_message' => array(
872 xl('Use Custom Dunning Messages'),
873 'bool', // data type
874 '0', // default = false
875 xl('This will allow use of the custom Dunning Messages on the statements.')
878 'first_dun_msg_set' => array(
879 xl('Number of days before showing first account message'),
880 'num', // data type
881 '30',
882 xl('Number of days before showing first account message.')
885 'first_dun_msg_text' => array(
886 xl('First account message'),
887 'text', // data type
889 xl('Text for first account message.')
892 'second_dun_msg_set' => array(
893 xl('Number of days before showing second account message'),
894 'num', // data type
895 '60',
896 xl('Number of days before showing second account message')
899 'second_dun_msg_text' => array(
900 xl('Second account message'),
901 'text', // data type
903 xl('Text for second account message.')
906 'third_dun_msg_set' => array(
907 xl('Number of days before showing third account message'),
908 'num', // data type
909 '90',
910 xl('Number of days before showing third account message')
913 'third_dun_msg_text' => array(
914 xl('Third account message'),
915 'text', // data type
917 xl('Text for third account message.')
920 'fourth_dun_msg_set' => array(
921 xl('Number of days before showing fourth account message'),
922 'num', // data type
923 '120',
924 xl('Number of days before showing fourth account message')
927 'fourth_dun_msg_text' => array(
928 xl('Fourth account message'),
929 'text', // data type
931 xl('Text for fourth account message.')
934 'fifth_dun_msg_set' => array(
935 xl('Number of days before showing fifth account message'),
936 'num', // data type
937 '150',
938 xl('Number of days before showing fifth account message')
941 'fifth_dun_msg_text' => array(
942 xl('Fifth account message'),
943 'text', // data type
945 xl('Text for fifth account message.')
949 // E-Sign Tab
951 'E-Sign' => array(
953 'esign_all' => array(
954 xl('Allows E-Sign on the entire encounter'),
955 'bool', // data type
956 '0', // default = false
957 xl('This will enable signing an entire encounter, rather than individual forms')
960 'lock_esign_all' => array(
961 xl('Lock e-signed encounters and their forms'),
962 'bool', // data type
963 '0', // default = false
964 xl('This will disable the Edit button on all forms whose parent encounter is e-signed')
967 'esign_individual' => array(
968 xl('Allows E-Signing Individual Forms'),
969 'bool', // data type
970 '1', // default = false
971 xl('This will enable signing individual forms separately')
974 'lock_esign_individual' => array(
975 xl('Lock an e-signed form individually'),
976 'bool', // data type
977 '1', // default = false
978 xl('This will disable the Edit button on any form that is e-signed')
981 'esign_lock_toggle' => array(
982 xl('Enable lock toggle'),
983 'bool', // data type
984 '0', // default = false
985 xl('This will give the user the option to lock (separate locking and signing)')
988 'esign_report_hide_empty_sig' => array(
989 xl('Hide Empty E-Sign Logs On Report'),
990 'bool', // data type
991 '1', // default = false
992 xl('This will hide empty e-sign logs on the patient report')
996 //Documents Tab
997 'Documents' => array(
999 'document_storage_method' => array(
1000 xl('Document Storage Method'),
1001 array(
1002 '0' => xl('Hard Disk'),
1003 '1' => xl('CouchDB')
1005 '0', // default
1006 xl('Option to save method of document storage.')
1008 'couchdb_host' => array(
1009 xl('CouchDB HostName'),
1010 'text',
1011 'localhost',
1012 xl('CouchDB host'),
1014 'couchdb_user' => array(
1015 xl('CouchDB UserName'),
1016 'text',
1018 xl('Username to connect to CouchDB'),
1020 'couchdb_pass' => array(
1021 xl('CouchDB Password'),
1022 'text',
1024 xl('Password to connect to CouchDB'),
1026 'couchdb_port' => array(
1027 xl('CouchDB Port'),
1028 'text',
1029 '5984',
1030 xl('CouchDB port'),
1032 'couchdb_dbase' => array(
1033 xl('CouchDB Database'),
1034 'text',
1036 xl('CouchDB database name'),
1038 'couchdb_log' => array(
1039 xl('CouchDB Log Enable'),
1040 'bool',
1041 '0',
1042 xl('Enable log for document uploads/downloads to CouchDB'),
1045 'expand_document_tree' => array(
1046 xl('Expand All Document Categories'),
1047 'bool', // data type
1048 '0', // default = false
1049 xl('Expand All Document Categories by Default')
1052 'patient_id_category_name' => array(
1053 xl('Patient ID Category Name'),
1054 'text', // data type
1055 'Patient ID card', // default
1056 xl('Optional category name for an ID Card image that can be viewed from the patient summary page.')
1059 'patient_photo_category_name' => array(
1060 xl('Patient Photo Category Name'),
1061 'text', // data type
1062 'Patient Photograph', // default
1063 xl('Optional category name for photo images that can be viewed from the patient summary page.')
1066 'lab_results_category_name' => array(
1067 xl('Lab Results Category Name'),
1068 'text', // data type
1069 'Lab Report', // default
1070 xl('Document category name for storage of electronically received lab results.')
1073 'gbl_mdm_category_name' => array(
1074 xl('MDM Document Category Name'),
1075 'text', // data type
1076 'Lab Report', // default
1077 xl('Document category name for storage of electronically received MDM documents.')
1082 // Calendar Tab
1084 'Calendar' => array(
1086 'disable_calendar' => array(
1087 xl('Disable Calendar'),
1088 'bool', // data type
1089 '0', // default
1090 xl('Do not display the calendar.')
1093 'schedule_start' => array(
1094 xl('Calendar Starting Hour'),
1095 'hour',
1096 '8', // default
1097 xl('Beginning hour of day for calendar events.')
1100 'schedule_end' => array(
1101 xl('Calendar Ending Hour'),
1102 'hour',
1103 '17', // default
1104 xl('Ending hour of day for calendar events.')
1107 'calendar_interval' => array(
1108 xl('Calendar Interval'),
1109 array(
1110 '5' => '5',
1111 '10' => '10',
1112 '15' => '15',
1113 '20' => '20',
1114 '30' => '30',
1115 '60' => '60',
1117 '15', // default
1118 xl('The time granularity of the calendar and the smallest interval in minutes for an appointment slot.')
1121 'calendar_view_type' => array(
1122 xl('Default Calendar View'),
1123 array(
1124 'day' => xl('Day'),
1125 'week' => xl('Week'),
1126 'month' => xl('Month'),
1128 'day', // default
1129 xl('This sets the Default Calendar View, Default is Day.')
1132 'calendar_appt_style' => array(
1133 xl('Appointment Display Style'),
1134 array(
1135 '1' => 'Last name',
1136 '2' => 'Last name, first name',
1137 '3' => 'Last name, first name (title)',
1138 '4' => 'Last name, first name (title: description)',
1140 '2', // default
1141 xl('This determines how appointments display on the calendar.')
1144 'event_color' => array(
1145 xl('Appointment/Event Color'),
1146 array(
1147 '1' => 'Category Color Schema',
1148 '2' => 'Facility Color Schema',
1149 ), // data type
1150 '1', // default
1151 xl('This determines which color schema used for appointment')
1154 'number_of_appts_to_show' => array(
1155 xl('Appointments - Patient Summary - Number to Display'),
1156 'num',
1157 '10',
1158 xl('Number of Appointments to display in the Patient Summary')
1161 'patient_portal_appt_display_num' => array(
1162 xl('Appointments - Onsite Patient Portal - Number to Display'),
1163 'num',
1164 '20',
1165 xl('Number of Appointments to display in the Onsite Patient Portal')
1168 'num_past_appointments_to_show' => array(
1169 xl('Past Appointment Display Widget'),
1170 'num', // data type
1171 '0', // default = false
1172 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)')
1175 'docs_see_entire_calendar' => array(
1176 xl('Providers See Entire Calendar'),
1177 'bool', // data type
1178 '0', // default
1179 xl('Check this if you want providers to see all appointments by default and not just their own.')
1182 'auto_create_new_encounters' => array(
1183 xl('Auto-Create New Encounters'),
1184 'bool', // data type
1185 '1', // default
1186 xl('Automatically create a new encounter when an appointment check in status is selected.')
1189 'disable_pat_trkr' => array(
1190 xl('Disable Patient Flow Board'),
1191 'bool', // data type
1192 '0', // default
1193 xl('Do not display the patient flow board.')
1196 'ptkr_pt_list_new_window' => array(
1197 xl('Open Demographics in New Window from Patient Flow Board'),
1198 'bool', // data type
1199 '0', // default = false
1200 xl('When Checked, Demographics Will Open in New Window from Patient Flow Board.')
1203 'pat_trkr_timer' => array(
1204 xl('Patient Flow Board Timer Interval'),
1205 array(
1206 '0' => 'No automatic refresh',
1207 '0:10' => '10',
1208 '0:20' => '20',
1209 '0:30' => '30',
1210 '0:40' => '40',
1211 '0:50' => '50',
1212 '0:59' => '60',
1214 '0:20', // default
1215 xl('The screen refresh time in Seconds for the Patient Flow Board Screen.')
1218 'checkout_roll_off' => array(
1219 xl('Number of Minutes to display completed checkouts'),
1220 'num',
1221 '0', // default
1222 xl('Number of Minutes to display completed checkouts. Zero is continuous display')
1225 'drug_screen' => array(
1226 xl('Enable Random Drug Testing'),
1227 'bool', // data type
1228 '0', // default
1229 xl('Allow Patient Flow Board to Select Patients for Drug Testing.')
1232 'drug_testing_percentage' => array(
1233 xl('Percentage of Patients to Drug Test'),
1234 'num',
1235 '33', // default
1236 xl('Percentage of Patients to select for Random Drug Testing.')
1239 'maximum_drug_test_yearly' => array(
1240 xl('Maximum number of times a Patient can be tested in a year'),
1241 'num',
1242 '0', // default
1243 xl('Maximum number of times a Patient can be tested in a year. Zero is no limit.')
1248 // Security Tab
1250 'Security' => array(
1252 'timeout' => array(
1253 xl('Idle Session Timeout Seconds'),
1254 'num', // data type
1255 '7200', // default
1256 xl('Maximum idle time in seconds before logout. Default is 7200 (2 hours).')
1259 'secure_password' => array(
1260 xl('Require Strong Passwords'),
1261 'bool', // data type
1262 '0', // default
1263 xl('Strong password means at least 8 characters, and at least three of: a number, a lowercase letter, an uppercase letter, a special character.')
1266 'password_history' => array(
1267 xl('Require Unique Passwords'),
1268 'bool', // data type
1269 '0', // default
1270 xl('Means none of last three passwords are allowed when changing a password.')
1272 'password_compatibility' => array(
1273 xl('Permit unsalted passwords'),
1274 'bool', // data type
1275 '1', // default
1276 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')
1279 'password_expiration_days' => array(
1280 xl('Default Password Expiration Days'),
1281 'num', // data type
1282 '0', // default
1283 xl('Default password expiration period in days. 0 means this feature is disabled.')
1286 'password_grace_time' => array(
1287 xl('Password Expiration Grace Period'),
1288 'num', // data type
1289 '0', // default
1290 xl('Period in days where a user may login with an expired password.')
1293 'is_client_ssl_enabled' => array(
1294 xl('Enable Client SSL'),
1295 'bool', // data type
1296 '0', // default
1297 xl('Enable client SSL certificate authentication.')
1300 'certificate_authority_crt' => array(
1301 xl('Path to CA Certificate File'),
1302 'text', // data type
1303 '', // default
1304 xl('Set this to the full absolute path. For creating client SSL certificates for HTTPS.')
1307 'certificate_authority_key' => array(
1308 xl('Path to CA Key File'),
1309 'text', // data type
1310 '', // default
1311 xl('Set this to the full absolute path. For creating client SSL certificates for HTTPS.')
1314 'client_certificate_valid_in_days' => array(
1315 xl('Client Certificate Expiration Days'),
1316 'num', // data type
1317 '365', // default
1318 xl('Number of days that the client certificate is valid.')
1321 'Emergency_Login_email_id' => array(
1322 xl('Emergency Login Email Address'),
1323 'text', // data type
1324 '', // default
1325 xl('Email address, if any, to receive emergency login user activation messages.')
1330 // Notifications Tab
1332 'Notifications' => array(
1334 'patient_reminder_sender_name' => array(
1335 xl('Patient Reminder Sender Name'),
1336 'text', // data type
1337 '', // default
1338 xl('Name of the sender for patient reminders.')
1341 'patient_reminder_sender_email' => array(
1342 xl('Patient Reminder Sender Email'),
1343 'text', // data type
1344 '', // default
1345 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.')
1348 'practice_return_email_path' => array(
1349 xl('Notification Email Address'),
1350 'text', // data type
1351 '', // default
1352 xl('Email address, if any, to receive administrative notifications.')
1355 'EMAIL_METHOD' => array(
1356 xl('Email Transport Method'),
1357 array(
1358 'PHPMAIL' => 'PHPMAIL',
1359 'SENDMAIL' => 'SENDMAIL',
1360 'SMTP' => 'SMTP',
1362 'SMTP', // default
1363 xl('Method for sending outgoing email.')
1366 'SMTP_HOST' => array(
1367 xl('SMTP Server Hostname'),
1368 'text', // data type
1369 'localhost', // default
1370 xl('If SMTP is used, the server`s hostname or IP address.')
1373 'SMTP_PORT' => array(
1374 xl('SMTP Server Port Number'),
1375 'num', // data type
1376 '25', // default
1377 xl('If SMTP is used, the server`s TCP port number (usually 25).')
1380 'SMTP_USER' => array(
1381 xl('SMTP User for Authentication'),
1382 'text', // data type
1383 '', // default
1384 xl('Must be empty if SMTP authentication is not used.')
1387 'SMTP_PASS' => array(
1388 xl('SMTP Password for Authentication'),
1389 'text', // data type
1390 '', // default
1391 xl('Must be empty if SMTP authentication is not used.')
1394 'SMTP_SECURE' => array(
1395 xl('SMTP Security Protocol'),
1396 array(
1397 '' => xl('None'),
1398 'ssl' => 'SSL',
1399 'tls' => 'TLS'
1402 xl('SMTP security protocol to connect with. Required by some servers such as gmail.')
1405 'EMAIL_NOTIFICATION_HOUR' => array(
1406 xl('Email Notification Hours'),
1407 'num', // data type
1408 '50', // default
1409 xl('Number of hours in advance to send email notifications.')
1412 'SMS_NOTIFICATION_HOUR' => array(
1413 xl('SMS Notification Hours'),
1414 'num', // data type
1415 '50', // default
1416 xl('Number of hours in advance to send SMS notifications.')
1419 'SMS_GATEWAY_USENAME' => array(
1420 xl('SMS Gateway Username'),
1421 'text', // data type
1422 '', // default
1423 xl('Username for SMS Gateway.')
1426 'SMS_GATEWAY_PASSWORD' => array(
1427 xl('SMS Gateway Password'),
1428 'text', // data type
1429 '', // default
1430 xl('Password for SMS Gateway.')
1433 'SMS_GATEWAY_APIKEY' => array(
1434 xl('SMS Gateway API Key'),
1435 'text', // data type
1436 '', // default
1437 xl('API key for SMS Gateway.')
1440 'phone_notification_hour' => array(
1441 xl('Phone Notification Hour'),
1442 'num', // data type
1443 '50', // default
1444 xl('Number of hours in advance to send Phone notification.')
1447 'phone_gateway_username' => array(
1448 xl('Phone Gateway Username'),
1449 'text', // data type
1450 '', // default
1451 xl('Username for Phone Gateway.')
1454 'phone_gateway_password' => array(
1455 xl('Phone Gateway Password'),
1456 'text', // data type
1457 '', // default
1458 xl('Password for Phone Gateway.')
1461 'phone_gateway_url' => array(
1462 xl('Phone Gateway URL'),
1463 'text', // data type
1464 '', // default
1465 xl('URL for Phone Gateway.')
1470 // CDR (Clinical Decision Rules)
1472 'CDR' => array(
1474 'enable_cdr' => array(
1475 xl('Enable Clinical Decisions Rules (CDR)'),
1476 'bool', // data type
1477 '1', // default
1478 xl('Enable Clinical Decisions Rules (CDR)')
1481 'enable_allergy_check' => array(
1482 xl('Enable Allergy Check'),
1483 'bool', // data type
1484 '1', // default
1485 xl('Enable Allergy Check Against Medications and Prescriptions')
1488 'enable_alert_log' => array(
1489 xl('Enable Alert Log'),
1490 'bool', // data type
1491 '1', // default
1492 xl('Enable Alert Logging')
1495 'enable_cdr_new_crp' => array(
1496 xl('Enable Clinical Passive New Reminder(s) Popup'),
1497 'bool', // data type
1498 '1', // default
1499 xl('Enable Clinical Passive New Reminder(s) Popup')
1502 'enable_cdr_crw' => array(
1503 xl('Enable Clinical Passive Reminder Widget'),
1504 'bool', // data type
1505 '1', // default
1506 xl('Enable Clinical Passive Reminder Widget')
1509 'enable_cdr_crp' => array(
1510 xl('Enable Clinical Active Reminder Popup'),
1511 'bool', // data type
1512 '1', // default
1513 xl('Enable Clinical Active Reminder Popup')
1516 'enable_cdr_prw' => array(
1517 xl('Enable Patient Reminder Widget'),
1518 'bool', // data type
1519 '1', // default
1520 xl('Enable Patient Reminder Widget')
1523 'enable_cqm' => array(
1524 xl('Enable CQM Reporting'),
1525 'bool', // data type
1526 '1', // default
1527 xl('Enable Clinical Quality Measure (CQM) Reporting')
1530 'pqri_registry_name' => array(
1531 xl('PQRI Registry Name'),
1532 'text', // data type
1533 'Model Registry', // default
1534 xl('PQRI Registry Name')
1537 'pqri_registry_id' => array(
1538 xl('PQRI Registry ID'),
1539 'text', // data type
1540 '125789123', // default
1541 xl('PQRI Registry ID')
1544 'enable_amc' => array(
1545 xl('Enable AMC Reporting'),
1546 'bool', // data type
1547 '1', // default
1548 xl('Enable Automated Measure Calculations (AMC) Reporting')
1551 'enable_amc_prompting' => array(
1552 xl('Enable AMC Prompting'),
1553 'bool', // data type
1554 '1', // default
1555 xl('Enable Prompting For Automated Measure Calculations (AMC) Required Data')
1558 'enable_amc_tracking' => array(
1559 xl('Enable AMC Tracking'),
1560 'bool', // data type
1561 '1', // default
1562 xl('Enable Reporting of Tracking Date For Automated Measure Calculations (AMC)')
1565 'cdr_report_nice' => array(
1566 xl('CDR Reports Processing Priority'),
1567 array(
1568 '' => xl('Default Priority'),
1569 '5' => xl('Moderate Priority'),
1570 '10' => xl('Moderate/Low Priority'),
1571 '15' => xl('Low Priority'),
1572 '20' => xl('Lowest Priority')
1574 '', // default
1575 xl('Set processing priority for CDR engine based reports.')
1578 'pat_rem_clin_nice' => array(
1579 xl('Patient Reminder Creation Processing Priority'),
1580 array(
1581 '' => xl('Default Priority'),
1582 '5' => xl('Moderate Priority'),
1583 '10' => xl('Moderate/Low Priority'),
1584 '15' => xl('Low Priority'),
1585 '20' => xl('Lowest Priority')
1587 '', // default
1588 xl('Set processing priority for creation of Patient Reminders (in full clinic mode).')
1591 'report_itemizing_standard' => array(
1592 xl('Enable Standard Report Itemization'),
1593 'bool', // data type
1594 '1', // default
1595 xl('Enable Itemization of Standard Clinical Rules Reports')
1598 'report_itemizing_cqm' => array(
1599 xl('Enable CQM Report Itemization'),
1600 'bool', // data type
1601 '1', // default
1602 xl('Enable Itemization of CQM Reports')
1605 'report_itemizing_amc' => array(
1606 xl('Enable AMC Report Itemization'),
1607 'bool', // data type
1608 '1', // default
1609 xl('Enable Itemization of AMC Reports')
1614 // Logging
1616 'Logging' => array(
1618 'enable_auditlog' => array(
1619 xl('Enable Audit Logging'),
1620 'bool', // data type
1621 '1', // default
1622 xl('Enable Audit Logging')
1625 'audit_events_patient-record' => array(
1626 xl('Audit Logging Patient Record'),
1627 'bool', // data type
1628 '1', // default
1629 xl('Enable logging of patient record modifications.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1632 'audit_events_scheduling' => array(
1633 xl('Audit Logging Scheduling'),
1634 'bool', // data type
1635 '1', // default
1636 xl('Enable logging of scheduling activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1639 'audit_events_order' => array(
1640 xl('Audit Logging Order'),
1641 'bool', // data type
1642 '1', // default
1643 xl('Enable logging of ordering activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1646 'audit_events_security-administration' => array(
1647 xl('Audit Logging Security Administration'),
1648 'bool', // data type
1649 '1', // default
1650 xl('Enable logging of security and administration activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1653 'audit_events_backup' => array(
1654 xl('Audit Logging Backups'),
1655 'bool', // data type
1656 '1', // default
1657 xl('Enable logging of backup related activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1660 'audit_events_other' => array(
1661 xl('Audit Logging Miscellaneous'),
1662 'bool', // data type
1663 '1', // default
1664 xl('Enable logging of miscellaneous activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1667 'audit_events_query' => array(
1668 xl('Audit Logging SELECT Query'),
1669 'bool', // data type
1670 '0', // default
1671 xl('Enable logging of all SQL SELECT queries.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1674 'audit_events_cdr' => array(
1675 xl('Audit CDR Engine Queries'),
1676 'bool', // data type
1677 '0', // default
1678 xl('Enable logging of CDR Engine Queries.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1681 'enable_atna_audit' => array(
1682 xl('Enable ATNA Auditing'),
1683 'bool', // data type
1684 '0', // default
1685 xl('Enable Audit Trail and Node Authentication (ATNA).')
1688 'atna_audit_host' => array(
1689 xl('ATNA audit host'),
1690 'text', // data type
1691 '', // default
1692 xl('The hostname of the ATNA audit repository machine.')
1695 'atna_audit_port' => array(
1696 xl('ATNA audit port'),
1697 'text', // data type
1698 '6514', // default
1699 xl('Listening port of the RFC 5425 TLS syslog server.')
1702 'atna_audit_localcert' => array(
1703 xl('ATNA audit local certificate'),
1704 'text', // data type
1705 '', // default
1706 xl('Certificate to send to RFC 5425 TLS syslog server.')
1709 'atna_audit_cacert' => array(
1710 xl('ATNA audit CA certificate'),
1711 'text', // data type
1712 '', // default
1713 xl('CA Certificate for verifying the RFC 5425 TLS syslog server.')
1716 //July 1, 2014: Ensoftek: Flag to enable/disable audit log encryption
1717 'enable_auditlog_encryption' => array(
1718 xl('Enable Audit Log Encryption'),
1719 'bool', // data type
1720 '0', // default
1721 xl('Enable Audit Log Encryption')
1724 'billing_log_option' => array(
1725 xl('Billing Log Option'),
1726 array(
1727 '1' => xl('Billing Log Append'),
1728 '2' => xl('Billing Log Overwrite')
1730 '1', // default
1731 xl('Billing log setting to append or overwrite the log file.')
1734 'gbl_print_log_option' => array(
1735 xl('Printing Log Option'),
1736 array(
1737 '0' => xl('No logging'),
1738 '1' => xl('Hide print feature'),
1739 '2' => xl('Log entire document'),
1741 '0', // default
1742 xl('Individual pages can override 2nd and 3rd options by implementing a log message.')
1747 // Miscellaneous Tab
1749 'Miscellaneous' => array(
1751 'mysql_bin_dir' => array(
1752 xl('Path to MySQL Binaries'),
1753 'text', // data type
1754 $mysql_bin_dir, // default
1755 xl('Full path to directory containing MySQL executables.')
1758 'perl_bin_dir' => array(
1759 xl('Path to Perl Binaries'),
1760 'text', // data type
1761 $perl_bin_dir, // default
1762 xl('Full path to directory containing Perl executables.')
1765 'temporary_files_dir' => array(
1766 xl('Path to Temporary Files'),
1767 'text', // data type
1768 $temporary_files_dir, // default
1769 xl('Full path to directory used for temporary files.')
1772 'backup_log_dir' => array(
1773 xl('Path for Event Log Backup'),
1774 'text', // data type
1775 $backup_log_dir, // default
1776 xl('Full path to directory for event log backup.')
1779 'state_data_type' => array(
1780 xl('State Data Type'),
1781 array(
1782 '2' => xl('Text field'),
1783 '1' => xl('Single-selection list'),
1784 '26' => xl('Single-selection list with ability to add to the list'),
1786 '26', // default
1787 xl('Field type to use for employer or subscriber state in demographics.')
1790 'state_list' => array(
1791 xl('State list'),
1792 'text', // data type
1793 'state', // default
1794 xl('List used by above State Data Type option.')
1797 'state_custom_addlist_widget' => array(
1798 xl('State List Widget Custom Fields'),
1799 'bool', // data type
1800 '1', // default
1801 xl('Show the custom state form for the add list widget (will ask for title and abbreviation).')
1804 'country_data_type' => array(
1805 xl('Country Data Type'),
1806 array(
1807 '2' => xl('Text field'),
1808 '1' => xl('Single-selection list'),
1809 '26' => xl('Single-selection list with ability to add to the list'),
1811 '26', // default
1812 xl('Field type to use for employer or subscriber country in demographics.')
1815 'country_list' => array(
1816 xl('Country list'),
1817 'text', // data type
1818 'country', // default
1819 xl('List used by above Country Data Type option.')
1822 'print_command' => array(
1823 xl('Print Command'),
1824 'text', // data type
1825 'lpr -P HPLaserjet6P -o cpi=10 -o lpi=6 -o page-left=72 -o page-top=72',
1826 xl('Shell command for printing from the server.')
1829 'default_chief_complaint' => array(
1830 xl('Default Reason for Visit'),
1831 'text', // data type
1833 xl('You may put text here as the default complaint in the New Patient Encounter form.')
1836 'default_new_encounter_form' => array(
1837 xl('Default Encounter Form ID'),
1838 'text', // data type
1840 xl('To automatically open the specified form. Some sports teams use football_injury_audit here.')
1843 'MedicareReferrerIsRenderer' => array(
1844 xl('Medicare Referrer Is Renderer'),
1845 'bool', // data type
1846 '0', // default = true
1847 xl('For Medicare only, forces the referring provider to be the same as the rendering provider.')
1850 'post_to_date_benchmark' => array(
1851 xl('Financial Close Date (yyyy-mm-dd)'),
1852 'text', // data type
1853 date('Y-m-d',time() - (10 * 24 * 60 * 60)), // default
1854 xl('The payments posted cannot go below this date.This ensures that after taking the final report nobody post for previous dates.')
1857 'enable_hylafax' => array(
1858 xl('Enable Hylafax Support'),
1859 'bool', // data type
1860 '0', // default
1861 xl('Enable Hylafax Support')
1864 'hylafax_server' => array(
1865 xl('Hylafax Server'),
1866 'text', // data type
1867 'localhost', // default
1868 xl('Hylafax server hostname.')
1871 'hylafax_basedir' => array(
1872 xl('Hylafax Directory'),
1873 'text', // data type
1874 '/var/spool/fax', // default
1875 xl('Location where Hylafax stores faxes.')
1878 'hylafax_enscript' => array(
1879 xl('Hylafax Enscript Command'),
1880 'text', // data type
1881 'enscript -M Letter -B -e^ --margins=36:36:36:36', // default
1882 xl('Enscript command used by Hylafax.')
1885 'enable_scanner' => array(
1886 xl('Enable Scanner Support'),
1887 'bool', // data type
1888 '0', // default
1889 xl('Enable Scanner Support')
1892 'scanner_output_directory' => array(
1893 xl('Scanner Directory'),
1894 'text', // data type
1895 '/mnt/scan_docs', // default
1896 xl('Location where scans are stored.')
1900 // Portal Tab
1902 'Portal' => array(
1904 'portal_onsite_enable' => array(
1905 xl('Enable Onsite Patient Portal'),
1906 'bool', // data type
1907 '0',
1908 xl('Enable Onsite Patient Portal.')
1911 'portal_onsite_address' => array(
1912 xl('Onsite Patient Portal Site Address'),
1913 'text', // data type
1914 'https://your_web_site.com/openemr/patients',
1915 xl('Website link for the Onsite Patient Portal.')
1918 'portal_onsite_document_download' => array(
1919 xl('Enable Onsite Patient Portal Document Download'),
1920 'bool', // data type
1921 '1',
1922 xl('Enables the ability to download documents in the Onsite Patient Portal by the user.')
1925 'portal_offsite_enable' => array(
1926 xl('Enable Offsite Patient Portal'),
1927 'bool', // data type
1928 '0',
1929 xl('Enable Offsite Patient Portal.')
1932 'portal_offsite_providerid' => array(
1933 xl('Offsite Patient Portal Provider ID'),
1934 'text', // data type
1936 xl('Offsite Patient Portal Provider ID(Put Blank If not Registered).')
1939 'portal_offsite_username' => array(
1940 xl('Offsite Patient Portal Username'),
1941 'text', // data type
1943 xl('Offsite Patient Portal Username(Put Blank If not Registered).')
1946 'portal_offsite_password' => array(
1947 xl('Offsite Patient Portal Password'),
1948 'pwd', // data type
1950 xl('Offsite Patient Portal Password(Put Blank If not Registered).')
1953 'portal_offsite_address' => array(
1954 xl('Offsite Patient Portal Site Address'),
1955 'text', // data type
1956 'https://ssh.mydocsportal.com/provider.php',
1957 xl('Offsite Https link for the Patient Portal.')
1960 'portal_offsite_address_patient_link' => array(
1961 xl('Offsite Patient Portal Site Address (Patient Link)'),
1962 'text', // data type
1963 'https://ssh.mydocsportal.com',
1964 xl('Offsite Https link for the Patient Portal.(Patient Link)')
1967 // Currently the "CMS Portal" supports WordPress. Other Content Management
1968 // Systems may be supported in the future.
1970 'gbl_portal_cms_enable' => array(
1971 xl('Enable CMS Portal'),
1972 'bool', // data type
1973 '0',
1974 xl('Enable support for the open source WordPress Portal by Sunset Systems')
1977 'gbl_portal_cms_address' => array(
1978 xl('CMS Portal Site Address'),
1979 'text', // data type
1980 'https://your_cms_site.com/',
1981 xl('URL for the WordPress site that supports the portal')
1984 'gbl_portal_cms_username' => array(
1985 xl('CMS Portal Username'),
1986 'text', // data type
1988 xl('Login name of WordPress user for portal access')
1991 'gbl_portal_cms_password' => array(
1992 xl('CMS Portal Password'),
1993 'text', // data type
1995 xl('Password for the above user')
2000 // Connectors Tab
2002 'Connectors' => array(
2004 'erx_enable' => array(
2005 xl('Enable NewCrop eRx Service'),
2006 'bool',
2007 '0',
2008 xl('Enable NewCrop eRx Service.') + ' ' +
2009 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.')
2012 'erx_newcrop_path' => array(
2013 xl('NewCrop eRx Site Address'),
2014 'text',
2015 'https://secure.newcropaccounts.com/InterfaceV7/RxEntry.aspx',
2016 xl('URL for NewCrop eRx Site Address.')
2019 'erx_newcrop_path_soap' => array(
2020 xl('NewCrop eRx Web Service Address'),
2021 'text',
2022 'https://secure.newcropaccounts.com/v7/WebServices/Update1.asmx?WSDL;https://secure.newcropaccounts.com/v7/WebServices/Patient.asmx?WSDL',
2023 xl('URLs for NewCrop eRx Service Address, separated by a semi-colon.')
2026 'erx_soap_ttl_allergies' => array(
2027 xl('NewCrop eRx SOAP Request Time-To-Live for Allergies'),
2028 'num',
2029 '21600',
2030 xl('Time-To-Live for NewCrop eRx Allergies SOAP Request in seconds.')
2033 'erx_soap_ttl_medications' => array(
2034 xl('NewCrop eRx SOAP Request Time-To-Live for Medications'),
2035 'num',
2036 '21600',
2037 xl('Time-To-Live for NewCrop eRx Medications SOAP Request in seconds.')
2040 'erx_account_partner_name' => array(
2041 xl('NewCrop eRx Partner Name'),
2042 'text',
2044 xl('Partner Name issued for NewCrop eRx service.')
2047 'erx_account_name' => array(
2048 xl('NewCrop eRx Name'),
2049 'text',
2051 xl('Account Name issued for NewCrop eRx service.')
2054 'erx_account_password' => array(
2055 xl('NewCrop eRx Password'),
2056 'pass',
2058 xl('Account Password issued for NewCrop eRx service.')
2061 'erx_account_id' => array(
2062 xl('NewCrop eRx Account Id'),
2063 'text',
2064 '1',
2065 xl('Account Id issued for NewCrop eRx service, used to separate multi-facility accounts.')
2068 'erx_upload_active' => array(
2069 xl('Only upload active prescriptions'),
2070 'bool',
2071 '0',
2072 xl('Only upload active prescriptions to NewCrop eRx.')
2075 'erx_import_status_message' => array(
2076 xl('Enable NewCrop eRx import status message'),
2077 'bool',
2078 '0',
2079 xl('Enable import status message after visiting NewCrop eRx.')
2082 'erx_medication_display' => array(
2083 xl('Do not display NewCrop eRx Medications uploaded'),
2084 'bool',
2085 '0',
2086 xl('Do not display Medications uploaded after visiting NewCrop eRx.')
2089 'erx_allergy_display' => array(
2090 xl('Do not display NewCrop eRx Allergy uploaded'),
2091 'bool',
2092 '0',
2093 xl('Do not display Allergies uploaded after visiting NewCrop eRx.')
2096 'erx_default_patient_country' => array(
2097 xl('NewCrop eRx Default Patient Country'),
2098 array(
2099 '' => '',
2100 'US' => xl('USA'),
2101 'CA' => xl('Canada'),
2102 'MX' => xl('Mexico'),
2105 xl('Default Patient Country sent to NewCrop eRx, only if patient country is not set.'),
2108 'erx_debug_setting' => array(
2109 xl('NewCrop eRx Debug Setting'),
2110 array(
2111 0 => xl('None'),
2112 1 => xl('Request Only'),
2113 2 => xl('Response Only'),
2114 3 => xl('Request & Response'),
2116 '0',
2117 xl('Log all NewCrop eRx Requests and / or Responses.'),
2120 'phimail_enable' => array(
2121 xl('Enable phiMail Direct Messaging Service'),
2122 'bool', // data type
2123 '0',
2124 xl('Enable phiMail Direct Messaging Service')
2127 'phimail_server_address' => array(
2128 xl('phiMail Server Address'),
2129 'text', // data type
2130 'https://phimail.example.com:32541',
2131 xl('Contact EMR Direct to subscribe to the phiMail Direct messaging service')
2134 'phimail_username' => array(
2135 xl('phiMail Username'),
2136 'text', // data type
2138 xl('Contact EMR Direct to subscribe to the phiMail Direct messaging service')
2141 'phimail_password' => array(
2142 xl('phiMail Password'),
2143 'pass', // data type
2145 xl('Contact EMR Direct to subscribe to the phiMail Direct messaging service')
2148 'phimail_notify' => array(
2149 xl('phiMail notification user'),
2150 'text', // data type
2151 'admin',
2152 xl('This user will receive notification of new incoming Direct messages')
2155 'phimail_interval' => array(
2156 xl('phiMail Message Check Interval (minutes)'),
2157 'num', // data type
2158 '5',
2159 xl('Interval between message checks (set to zero for manual checks only)')
2162 'phimail_ccd_enable' => array(
2163 xl('phiMail Allow CCD Send'),
2164 'bool', // data type
2165 '0',
2166 xl('phiMail Allow CCD Send')
2169 'phimail_ccr_enable' => array(
2170 xl('phiMail Allow CCR Send'),
2171 'bool', // data type
2172 '0',
2173 xl('phiMail Allow CCR Send')
2177 'Rx' => array(
2178 'rx_enable_DEA' => array(
2179 xl('Rx Enable DEA #'),
2180 'bool', // data type
2181 '1',
2182 xl('Rx Enable DEA #')
2184 'rx_show_DEA' => array(
2185 xl('Rx Show DEA #'),
2186 'bool', // data type
2187 '0',
2188 xl('Rx Show DEA #')
2190 'rx_enable_NPI' => array(
2191 xl('Rx Enable NPI'),
2192 'bool', // data type
2193 '0',
2194 xl('Rx Enable NPI')
2196 'rx_show_NPI' => array(
2197 xl('Rx Show NPI'),
2198 'bool', // data type
2199 '0',
2200 xl('Rx Show NPI')
2202 'rx_enable_SLN' => array(
2203 xl('Rx Enable State Lic. #'),
2204 'bool', // data type
2205 '0',
2206 xl('Rx Enable State Lic. #')
2208 'rx_show_SLN' => array(
2209 xl('Rx Show State Lic. #'),
2210 'bool', // data type
2211 '0',
2212 xl('Rx Show State Lic. #')
2214 'rx_paper_size' => array(
2215 xl('Rx Paper Size'), // descriptive name
2216 array(
2217 'LETTER' => xl('Letter Paper Size'),
2218 'LEGAL' => xl('Legal Paper Size'),
2219 'FOLIO' => xl('Folio Paper Size'),
2220 'EXECUTIVE' => xl('Executive Paper Size'),
2221 '4A0' => ('4A0' . " " . xl('Paper Size')),
2222 '2A0' => ('2A0' . " " . xl('Paper Size')),
2223 'A0' => ('A0' . " " . xl('Paper Size')),
2224 'A1' => ('A1' . " " . xl('Paper Size')),
2225 'A2' => ('A2' . " " . xl('Paper Size')),
2226 'A3' => ('A3' . " " . xl('Paper Size')),
2227 'A4' => ('A4' . " " . xl('Paper Size')),
2228 'A5' => ('A5' . " " . xl('Paper Size')),
2229 'A6' => ('A6' . " " . xl('Paper Size')),
2230 'A7' => ('A7' . " " . xl('Paper Size')),
2231 'A8' => ('A8' . " " . xl('Paper Size')),
2232 'A9' => ('A9' . " " . xl('Paper Size')),
2233 'A10' => ('A10' . " " . xl('Paper Size')),
2234 'B0' => ('B0' . " " . xl('Paper Size')),
2235 'B1' => ('B1' . " " . xl('Paper Size')),
2236 'B2' => ('B2' . " " . xl('Paper Size')),
2237 'B3' => ('B3' . " " . xl('Paper Size')),
2238 'B4' => ('B4' . " " . xl('Paper Size')),
2239 'B5' => ('B5' . " " . xl('Paper Size')),
2240 'B6' => ('B6' . " " . xl('Paper Size')),
2241 'B7' => ('B7' . " " . xl('Paper Size')),
2242 'B8' => ('B8' . " " . xl('Paper Size')),
2243 'B9' => ('B9' . " " . xl('Paper Size')),
2244 'B10' => ('B10' . " " . xl('Paper Size')),
2245 'C0' => ('C0' . " " . xl('Paper Size')),
2246 'C1' => ('C1' . " " . xl('Paper Size')),
2247 'C2' => ('C2' . " " . xl('Paper Size')),
2248 'C3' => ('C3' . " " . xl('Paper Size')),
2249 'C4' => ('C4' . " " . xl('Paper Size')),
2250 'C5' => ('C5' . " " . xl('Paper Size')),
2251 'C6' => ('C6' . " " . xl('Paper Size')),
2252 'C7' => ('C7' . " " . xl('Paper Size')),
2253 'C8' => ('C8' . " " . xl('Paper Size')),
2254 'C9' => ('C9' . " " . xl('Paper Size')),
2255 'C10' => ('C10' . " " . xl('Paper Size')),
2256 'RA0' => ('RA0' . " " . xl('Paper Size')),
2257 'RA1' => ('RA1' . " " . xl('Paper Size')),
2258 'RA2' => ('RA2' . " " . xl('Paper Size')),
2259 'RA3' => ('RA3' . " " . xl('Paper Size')),
2260 'RA4' => ('RA4' . " " . xl('Paper Size')),
2261 'SRA0' => ('SRA0' . " " . xl('Paper Size')),
2262 'SRA1' => ('SRA1' . " " . xl('Paper Size')),
2263 'SRA2' => ('SRA2' . " " . xl('Paper Size')),
2264 'SRA3' => ('SRA3' . " " . xl('Paper Size')),
2265 'SRA4' => ('SRA4' . " " . xl('Paper Size')),
2267 'LETTER', // default = tree menu
2268 xl('Rx Paper Size')
2270 'rx_left_margin' => array(
2271 xl('Rx Left Margin (px)'),
2272 'num',
2273 '30',
2274 xl('Rx Left Margin (px)')
2276 'rx_right_margin' => array(
2277 xl('Rx Right Margin (px)'),
2278 'num',
2279 '30',
2280 xl('Rx Right Margin (px)')
2282 'rx_top_margin' => array(
2283 xl('Rx Top Margin (px)'),
2284 'num',
2285 '72',
2286 xl('Rx Top Margin (px)')
2288 'rx_bottom_margin' => array(
2289 xl('Rx Bottom Margin (px)'),
2290 'num',
2291 '30',
2292 xl('Rx Bottom Margin (px)')
2296 'PDF' => array (
2297 'pdf_layout' => array (
2298 xl('Layout'),
2299 array(
2300 'P' => xl('Portrait'),
2301 'L' => xl('Landscape')
2303 'P', //defaut
2304 xl("Choose Layout Direction"),
2306 'pdf_language' => array (
2307 xl('PDF Language'),
2308 array(
2309 'aa' => xl('Afar'),
2310 'af' => xl('Afrikaans'),
2311 'ak' => xl('Akan'),
2312 'sq' => xl('Albanian'),
2313 'am' => xl('Amharic'),
2314 'ar' => xl('Arabic'),
2315 'an' => xl('Aragonese'),
2316 'hy' => xl('Armenian'),
2317 'as' => xl('Assamese'),
2318 'av' => xl('Avaric'),
2319 'ae' => xl('Avestan'),
2320 'ay' => xl('Aymara'),
2321 'az' => xl('Azerbaijani'),
2322 'bm' => xl('Bambara'),
2323 'ba' => xl('Bashkir'),
2324 'eu' => xl('Basque'),
2325 'be' => xl('Belarusian'),
2326 'bn' => xl('Bengali- Bangla'),
2327 'bh' => xl('Bihari'),
2328 'bi' => xl('Bislama'),
2329 'bs' => xl('Bosnian'),
2330 'br' => xl('Breton'),
2331 'bg' => xl('Bulgarian'),
2332 'my' => xl('Burmese'),
2333 'ca' => xl('Catalan- Valencian'),
2334 'ch' => xl('Chamorro'),
2335 'ce' => xl('Chechen'),
2336 'ny' => xl('Chichewa- Chewa- Nyanja'),
2337 'zh' => xl('Chinese'),
2338 'cv' => xl('Chuvash'),
2339 'kw' => xl('Cornish'),
2340 'co' => xl('Corsican'),
2341 'cr' => xl('Cree'),
2342 'hr' => xl('Croatian'),
2343 'cs' => xl('Czech'),
2344 'da' => xl('Danish'),
2345 'dv' => xl('Divehi- Dhivehi- Maldivian-'),
2346 'nl' => xl('Dutch'),
2347 'dz' => xl('Dzongkha'),
2348 'en' => xl('English'),
2349 'eo' => xl('Esperanto'),
2350 'et' => xl('Estonian'),
2351 'ee' => xl('Ewe'),
2352 'fo' => xl('Faroese'),
2353 'fj' => xl('Fijian'),
2354 'fi' => xl('Finnish'),
2355 'fr' => xl('French'),
2356 'ff' => xl('Fula- Fulah- Pulaar- Pular'),
2357 'gl' => xl('Galician'),
2358 'ka' => xl('Georgian'),
2359 'de' => xl('German'),
2360 'el' => xl('Greek, Modern'),
2361 'gn' => xl('Guaraní'),
2362 'gu' => xl('Gujarati'),
2363 'ht' => xl('Haitian- Haitian Creole'),
2364 'ha' => xl('Hausa'),
2365 'he' => xl('Hebrew (modern)'),
2366 'hz' => xl('Herero'),
2367 'hi' => xl('Hindi'),
2368 'ho' => xl('Hiri Motu'),
2369 'hu' => xl('Hungarian'),
2370 'ia' => xl('Interlingua'),
2371 'id' => xl('Indonesian'),
2372 'ie' => xl('Interlingue'),
2373 'ga' => xl('Irish'),
2374 'ig' => xl('Igbo'),
2375 'ik' => xl('Inupiaq'),
2376 'io' => xl('Ido'),
2377 'is' => xl('Icelandic'),
2378 'it' => xl('Italian'),
2379 'iu' => xl('Inuktitut'),
2380 'ja' => xl('Japanese'),
2381 'jv' => xl('Javanese'),
2382 'kl' => xl('Kalaallisut, Greenlandic'),
2383 'kn' => xl('Kannada'),
2384 'kr' => xl('Kanuri'),
2385 'ks' => xl('Kashmiri'),
2386 'kk' => xl('Kazakh'),
2387 'km' => xl('Khmer'),
2388 'ki' => xl('Kikuyu, Gikuyu'),
2389 'rw' => xl('Kinyarwanda'),
2390 'ky' => xl('Kyrgyz'),
2391 'kv' => xl('Komi'),
2392 'kg' => xl('Kongo'),
2393 'ko' => xl('Korean'),
2394 'ku' => xl('Kurdish'),
2395 'kj' => xl('Kwanyama, Kuanyama'),
2396 'la' => xl('Latin'),
2397 'lb' => xl('Luxembourgish, Letzeburgesch'),
2398 'lg' => xl('Ganda'),
2399 'li' => xl('Limburgish, Limburgan, Limburger'),
2400 'ln' => xl('Lingala'),
2401 'lo' => xl('Lao'),
2402 'lt' => xl('Lithuanian'),
2403 'lu' => xl('Luba-Katanga'),
2404 'lv' => xl('Latvian'),
2405 'gv' => xl('Manx'),
2406 'mk' => xl('Macedonian'),
2407 'mg' => xl('Malagasy'),
2408 'ms' => xl('Malay'),
2409 'ml' => xl('Malayalam'),
2410 'mt' => xl('Maltese'),
2411 'mi' => xl('Māori'),
2412 'mr' => xl('Marathi (Marāṭhī)'),
2413 'mh' => xl('Marshallese'),
2414 'mn' => xl('Mongolian'),
2415 'na' => xl('Nauru'),
2416 'nv' => xl('Navajo, Navaho'),
2417 'nb' => xl('Norwegian Bokmål'),
2418 'nd' => xl('North Ndebele'),
2419 'ne' => xl('Nepali'),
2420 'ng' => xl('Ndonga'),
2421 'nn' => xl('Norwegian Nynorsk'),
2422 'no' => xl('Norwegian'),
2423 'ii' => xl('Nuosu'),
2424 'nr' => xl('South Ndebele'),
2425 'oc' => xl('Occitan'),
2426 'oj' => xl('Ojibwe, Ojibwa'),
2427 'cu' => xl('Old Church Slavonic, Church Slavonic, Old Bulgarian'),
2428 'om' => xl('Oromo'),
2429 'or' => xl('Oriya'),
2430 'os' => xl('Ossetian, Ossetic'),
2431 'pa' => xl('Panjabi, Punjabi'),
2432 'pi' => xl('Pāli'),
2433 'fa' => xl('Persian (Farsi)'),
2434 'pl' => xl('Polish'),
2435 'ps' => xl('Pashto, Pushto'),
2436 'pt' => xl('Portuguese'),
2437 'qu' => xl('Quechua'),
2438 'rm' => xl('Romansh'),
2439 'rn' => xl('Kirundi'),
2440 'ro' => xl('Romanian'),
2441 'ru' => xl('Russian'),
2442 'sa' => xl('Sanskrit (Saṁskṛta)'),
2443 'sc' => xl('Sardinian'),
2444 'sd' => xl('Sindhi'),
2445 'se' => xl('Northern Sami'),
2446 'sm' => xl('Samoan'),
2447 'sg' => xl('Sango'),
2448 'sr' => xl('Serbian'),
2449 'gd' => xl('Scottish Gaelic- Gaelic'),
2450 'sn' => xl('Shona'),
2451 'si' => xl('Sinhala, Sinhalese'),
2452 'sk' => xl('Slovak'),
2453 'sl' => xl('Slovene'),
2454 'so' => xl('Somali'),
2455 'st' => xl('Southern Sotho'),
2456 'es' => xl('Spanish- Castilian'),
2457 'su' => xl('Sundanese'),
2458 'sw' => xl('Swahili'),
2459 'ss' => xl('Swati'),
2460 'sv' => xl('Swedish'),
2461 'ta' => xl('Tamil'),
2462 'te' => xl('Telugu'),
2463 'tg' => xl('Tajik'),
2464 'th' => xl('Thai'),
2465 'ti' => xl('Tigrinya'),
2466 'bo' => xl('Tibetan Standard, Tibetan, Central'),
2467 'tk' => xl('Turkmen'),
2468 'tl' => xl('Tagalog'),
2469 'tn' => xl('Tswana'),
2470 'to' => xl('Tonga (Tonga Islands)'),
2471 'tr' => xl('Turkish'),
2472 'ts' => xl('Tsonga'),
2473 'tt' => xl('Tatar'),
2474 'tw' => xl('Twi'),
2475 'ty' => xl('Tahitian'),
2476 'ug' => xl('Uyghur, Uighur'),
2477 'uk' => xl('Ukrainian'),
2478 'ur' => xl('Urdu'),
2479 'uz' => xl('Uzbek'),
2480 've' => xl('Venda'),
2481 'vi' => xl('Vietnamese'),
2482 'vo' => xl('Volapük'),
2483 'wa' => xl('Walloon'),
2484 'cy' => xl('Welsh'),
2485 'wo' => xl('Wolof'),
2486 'fy' => xl('Western Frisian'),
2487 'xh' => xl('Xhosa'),
2488 'yi' => xl('Yiddish'),
2489 'yo' => xl('Yoruba'),
2490 'za' => xl('Zhuang, Chuang'),
2491 'zu' => xl('Zulu'),
2493 'en', // default English
2494 xl('Choose PDF languange Preference'),
2496 'pdf_size' => array(
2497 xl('Paper Size'), // Descriptive Name
2498 array(
2499 'LETTER' => xl('Letter Paper Size'),
2500 'LEGAL' => xl('Legal Paper Size'),
2501 'FOLIO' => xl('Folio Paper Size'),
2502 'EXECUTIVE' => xl('Executive Paper Size'),
2503 '4A0' => ('4A0' . " " . xl('Paper Size')),
2504 '2A0' => ('2A0' . " " . xl('Paper Size')),
2505 'A0' => ('A0' . " " . xl('Paper Size')),
2506 'A1' => ('A1' . " " . xl('Paper Size')),
2507 'A2' => ('A2' . " " . xl('Paper Size')),
2508 'A3' => ('A3' . " " . xl('Paper Size')),
2509 'A4' => ('A4' . " " . xl('Paper Size')),
2510 'A5' => ('A5' . " " . xl('Paper Size')),
2511 'A6' => ('A6' . " " . xl('Paper Size')),
2512 'A7' => ('A7' . " " . xl('Paper Size')),
2513 'A8' => ('A8' . " " . xl('Paper Size')),
2514 'A9' => ('A9' . " " . xl('Paper Size')),
2515 'A10' => ('A10' . " " . xl('Paper Size')),
2516 'B0' => ('B0' . " " . xl('Paper Size')),
2517 'B1' => ('B1' . " " . xl('Paper Size')),
2518 'B2' => ('B2' . " " . xl('Paper Size')),
2519 'B3' => ('B3' . " " . xl('Paper Size')),
2520 'B4' => ('B4' . " " . xl('Paper Size')),
2521 'B5' => ('B5' . " " . xl('Paper Size')),
2522 'B6' => ('B6' . " " . xl('Paper Size')),
2523 'B7' => ('B7' . " " . xl('Paper Size')),
2524 'B8' => ('B8' . " " . xl('Paper Size')),
2525 'B9' => ('B9' . " " . xl('Paper Size')),
2526 'B10' => ('B10' . " " . xl('Paper Size')),
2527 'C0' => ('C0' . " " . xl('Paper Size')),
2528 'C1' => ('C1' . " " . xl('Paper Size')),
2529 'C2' => ('C2' . " " . xl('Paper Size')),
2530 'C3' => ('C3' . " " . xl('Paper Size')),
2531 'C4' => ('C4' . " " . xl('Paper Size')),
2532 'C5' => ('C5' . " " . xl('Paper Size')),
2533 'C6' => ('C6' . " " . xl('Paper Size')),
2534 'C7' => ('C7' . " " . xl('Paper Size')),
2535 'C8' => ('C8' . " " . xl('Paper Size')),
2536 'C9' => ('C9' . " " . xl('Paper Size')),
2537 'C10' => ('C10' . " " . xl('Paper Size')),
2538 'RA0' => ('RA0' . " " . xl('Paper Size')),
2539 'RA1' => ('RA1' . " " . xl('Paper Size')),
2540 'RA2' => ('RA2' . " " . xl('Paper Size')),
2541 'RA3' => ('RA3' . " " . xl('Paper Size')),
2542 'RA4' => ('RA4' . " " . xl('Paper Size')),
2543 'SRA0' => ('SRA0' . " " . xl('Paper Size')),
2544 'SRA1' => ('SRA1' . " " . xl('Paper Size')),
2545 'SRA2' => ('SRA2' . " " . xl('Paper Size')),
2546 'SRA3' => ('SRA3' . " " . xl('Paper Size')),
2547 'SRA4' => ('SRA4' . " " . xl('Paper Size')),
2549 'LETTER',
2550 xl('Choose Paper Size')
2552 'pdf_left_margin' => array(
2553 xl('Left Margin (mm)'),
2554 'num',
2555 '5',
2556 xl('Left Margin (mm)')
2558 'pdf_right_margin' => array(
2559 xl('Right Margin (mm)'),
2560 'num',
2561 '5',
2562 xl('Right Margin (mm)')
2564 'pdf_top_margin' => array(
2565 xl('Top Margin (mm)'),
2566 'num',
2567 '5',
2568 xl('Top Margin (mm)')
2570 'pdf_bottom_margin' => array(
2571 xl('Bottom Margin (px)'),
2572 'num',
2573 '8',
2574 xl('Bottom Margin (px)')
2576 'pdf_output' => array (
2577 xl('Output Type'),
2578 array(
2579 'D' => xl('Download'),
2580 'I' => xl('Inline')
2582 'D', //defaut
2583 xl("Choose Download or Display Inline"),
2586 'chart_label_type' => array(
2587 xl('Patient Label Type'),
2588 array(
2589 '0' => xl('None'),
2590 '1' => '5160',
2591 '2' => '5161',
2592 '3' => '5162'
2594 '1', // default
2595 xl('Avery Label type for printing patient labels from popups in left nav screen'),
2598 'barcode_label_type' => array(
2599 xl('Barcode Label Type'),
2600 array(
2601 '0' => xl('None'),
2602 '1' => 'std25',
2603 '2' => 'int25',
2604 '3' => 'ean8',
2605 '4' => 'ean13',
2606 '5' => 'upc',
2607 '6' => 'code11',
2608 '7' => 'code39',
2609 '8' => 'code93',
2610 '9' => 'code128',
2611 '10' => 'codabar',
2612 '11' => 'msi',
2613 '12' => 'datamatrix'
2615 '9', // default = None
2616 xl('Barcode type for printing barcode labels from popups in left nav screen.')
2619 'addr_label_type' => array(
2620 xl('Print Patient Address Label'),
2621 'bool', // data type
2622 '1', // default = false
2623 xl('Select to print patient address labels from popups in left nav screen.')