removed related phpmyadmin links and globals
[openemr.git] / library / globals.inc.php
blob30466a09c5d45cc3de6fc8504b7185640980a1d6
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 // Mongolian // xl('Mongolian')
51 // Norwegian // xl('Norwegian')
52 // Persian // xl('Persian')
53 // Polish // xl('Polish')
54 // Portuguese (Brazilian) // xl('Portuguese (Brazilian)')
55 // Portuguese (European) // xl('Portuguese (European)')
56 // Romanian // xl('Romanian')
57 // Russian // xl('Russian')
58 // Serbian // xl('Serbian')
59 // Sinhala // xl('Sinhala')
60 // Slovak // xl('Slovak')
61 // Somali // xl('Somali')
62 // Spanish (Latin American) // xl('Spanish (Latin American)')
63 // Spanish (Spain) // xl('Spanish (Spain)')
64 // Swedish // xl('Swedish')
65 // Tamil // xl('Tamil')
66 // Turkish // xl('Turkish')
67 // Ukrainian // xl('Ukrainian')
68 // Vietnamese // xl('Vietnamese')
70 // OS-dependent stuff.
71 if (stristr(PHP_OS, 'WIN')) {
72 // MS Windows
73 $mysql_bin_dir = 'C:/xampp/mysql/bin';
74 $perl_bin_dir = 'C:/xampp/perl/bin';
75 $temporary_files_dir = 'C:/windows/temp';
76 $backup_log_dir = 'C:/windows/temp';
78 else {
79 // Everything else
80 $mysql_bin_dir = '/usr/bin';
81 $perl_bin_dir = '/usr/bin';
82 $temporary_files_dir = '/tmp';
83 $backup_log_dir = '/tmp';
86 // Language constant declarations:
87 // xl('Appearance')
88 // xl('Locale')
89 // xl('Features')
90 // xl('Calendar')
91 // xl('Security')
92 // xl('Notifications')
93 // xl('Miscellaneous')
95 // List of user specific tabs and globals
96 $USER_SPECIFIC_TABS = array('Appearance',
97 'Locale',
98 'Report',
99 'Calendar',
100 'Connectors');
101 $USER_SPECIFIC_GLOBALS = array('default_top_pane',
102 'new_tabs_layout',
103 'theme_tabs_layout',
104 'css_header',
105 'menu_styling_vertical',
106 'gbl_pt_list_page_size',
107 'gbl_pt_list_new_window',
108 'units_of_measurement',
109 'us_weight_format',
110 'date_display_format',
111 'time_display_format',
112 'ledger_begin_date',
113 'print_next_appointment_on_ledger',
114 'calendar_view_type',
115 'event_color',
116 'pat_trkr_timer',
117 'ptkr_visit_reason',
118 'checkout_roll_off',
119 'erx_import_status_message');
121 // Gets array of time zones supported by PHP.
123 function gblTimeZones() {
124 $zones = timezone_identifiers_list();
125 $arr = array('' => xl('Unassigned'));
126 foreach ($zones as $zone) {
127 $arr[$zone] = str_replace('_', ' ', $zone);
129 return $arr;
132 $GLOBALS_METADATA = array(
134 // Appearance Tab
136 'Appearance' => array(
138 'default_top_pane' => array(
139 xl('Main Top Pane Screen'), // descriptive name
140 array(
141 'main_info.php' => xl('Calendar Screen'),
142 '../new/new.php' => xl('Patient Search/Add Screen'),
143 '../../interface/main/finder/dynamic_finder.php' => xl('Patient Finder Screen'),
144 '../../interface/patient_tracker/patient_tracker.php?skip_timeout_reset=1' => xl('Patient Flow Board'),
146 'main_info.php', // default = calendar
147 xl('Type of screen layout')
150 'new_tabs_layout' => array(
151 xl('Layout (need to logout/login after change this setting)'),
152 array(
153 '0' => xl('Frame'),
154 '1' => xl('Tabs'),
156 '1',
157 xl('Choose the layout (need to logout and then login to see this new setting).')
160 'theme_tabs_layout' => array(
161 xl('Tabs Layout Theme (need to logout/login after change this setting)'),
162 'tabs_css',
163 'tabs_style_full.css',
164 xl('Theme of the tabs layout (need to logout and then login to see this new setting).')
167 'css_header' => array(
168 xl('General Theme (need to logout/login after change this setting)'),
169 'css',
170 'style_light.css',
171 xl('Pick a general theme (need to logout/login after change this setting).')
174 'menu_styling_vertical' => array(
175 xl('Vertical Menu Style'),
176 array(
177 '0' => xl('Tree'),
178 '1' => xl('Sliding'),
180 '1',
181 xl('Vertical Menu Style')
184 'default_encounter_view' => array(
185 xl('Default Encounter View'), // descriptive name
186 array(
187 '0' => xl('Clinical View'),
188 '1' => xl('Billing View'),
190 '0', // default = tree menu
191 xl('Choose your default encounter view')
194 'gbl_nav_area_width' => array(
195 xl('Navigation Area Width'),
196 'num',
197 '150',
198 xl('Width in pixels of the left navigation frame.')
201 'openemr_name' => array(
202 xl('Application Title'),
203 'text',
204 'OpenEMR',
205 xl('Application name for login page and main window title.')
208 'enable_group_therapy' => array(
209 xl('Enable Group Therapy'),
210 'bool', // data type
211 '0', // default = false
212 xl('Enables groups module in system.')
215 'full_new_patient_form' => array(
216 xl('New Patient Form'),
218 array(
219 '0' => xl('Old-style static form without search or duplication check'),
220 '1' => xl('All demographics fields, with search and duplication check'),
221 '2' => xl('Mandatory or specified fields only, search and dup check'),
222 '3' => xl('Mandatory or specified fields only, dup check, no search'),
223 '4' => xl('Mandatory or specified fields only, use patient validation Zend module'),
225 '1', // default
226 xl('Style of form used for adding new patients')
229 'gbl_edit_patient_form' => array(
230 xl('Modify Patient Form'),
232 array(
233 '0' => xl('Standard check'),
234 '1' => xl('Zend Module check in addition to standard check')
236 '0', // default
237 xl('Validation mechanism for when modifying patient demographics.')
240 'patient_search_results_style' => array(
241 xl('Patient Search Results Style'),
242 array(
243 '0' => xl('Encounter statistics'),
244 '1' => xl('Mandatory and specified fields'),
246 '0', // default
247 xl('Type of columns displayed for patient search results')
250 'gbl_tall_nav_area' => array(
251 xl('Tall Navigation Area'),
252 'bool', // data type
253 '0', // default = false
254 xl('Navigation area uses full height of frameset')
257 'gbl_nav_visit_forms' => array(
258 xl('Navigation Area Visit Forms'),
259 'bool', // data type
260 '1', // default = true
261 xl('Navigation area includes encounter forms')
264 'simplified_demographics' => array(
265 xl('Simplified Demographics'),
266 'bool', // data type
267 '0', // default = false
268 xl('Omit insurance and some other things from the demographics form')
271 'simplified_prescriptions' => array(
272 xl('Simplified Prescriptions'),
273 'bool', // data type
274 '0', // default = false
275 xl('Omit form, route and interval which then become part of dosage')
278 'simplified_copay' => array(
279 xl('Simplified Co-Pay'),
280 'bool', // data type
281 '0', // default = false
282 xl('Omit method of payment from the co-pay panel')
285 'use_charges_panel' => array(
286 xl('Use Charges Panel'),
287 'bool', // data type
288 '0', // default = false
289 xl('Enables the old Charges panel for entering billing codes and payments. Not recommended, use the Fee Sheet instead.')
292 // TajEmo Work BY CB 2012/06/21 10:42:31 AM added option to Hide Fees
293 'enable_fees_in_left_menu' => array(
294 xl('Enable Fees Submenu'),
295 'bool', // data type
296 '1', // default = true
297 xl('Enable Fees Submenu')
299 'enable_batch_payment' => array(
300 xl('Enable Batch Payment'),
301 'bool', // data type
302 '1', // default = true
303 xl('Enable Batch Payment')
305 'enable_posting' => array(
306 xl('Enable Posting'),
307 'bool', // data type
308 '1', // default = true
309 xl('Enable Posting')
311 // EDI history 2012-09-13
312 'enable_edihistory_in_left_menu' => array(
313 xl('Enable EDI History'),
314 'bool', // data type
315 '1', // default = true
316 xl('EDI History (under Fees) for storing and interpreting EDI claim response files')
319 'online_support_link' => array(
320 xl('Online Support Link'),
321 'text', // data type
322 'http://open-emr.org/',
323 xl('URL for OpenEMR support.')
326 'support_phone_number' => array(
327 xl('Support Phone Number'),
328 'text',
330 xl('Phone Number for Vendor Support that Appears on the About Page.')
333 'encounter_page_size' => array(
334 xl('Encounter Page Size'),
335 array(
336 '0' => xl('Show All'),
337 '5' => '5',
338 '10' => '10',
339 '15' => '15',
340 '20' => '20',
341 '25' => '25',
342 '50' => '50',
344 '20',
345 xl('Number of encounters to display per page.')
348 'gbl_pt_list_page_size' => array(
349 xl('Patient List Page Size'),
350 array(
351 '10' => '10',
352 '25' => '25',
353 '50' => '50',
354 '100' => '100',
356 '10',
357 xl('Number of patients to display per page in the patient list.')
360 'gbl_pt_list_new_window' => array(
361 xl('Patient List New Window'),
362 'bool', // data type
363 '0', // default = false
364 xl('Default state of New Window checkbox in the patient list.')
367 'gbl_vitals_options' => array(
368 xl('Vitals Form Options'),
369 array(
370 '0' => xl('Standard'),
371 '1' => xl('Omit circumferences'),
373 '0', // default
374 xl('Special treatment for the Vitals form')
377 'insurance_information' => array(
378 xl('Show Additional Insurance Information'), // descriptive name
379 array(
380 '0' => xl('None'),
381 '1' => xl('Address Only'),
382 '2' => xl('Address and Postal Code'),
383 '3' => xl('Address and State'),
384 '4' => xl('Address, State and Postal Code'),
385 '5' => xl('Address, City, State and Postal Code'),
386 '6' => xl('Postal Code and Box Number')
388 '5', // default
389 xl('Show Insurance Address Information in the Insurance Panel of Demographics.')
392 'gb_how_sort_list' => array(
393 xl('How to sort a drop-lists'),
394 array(
395 '0' => 'Sort by seq',
396 '1' => 'Sort alphabetically'
398 '0',
399 xl('What kind of sorting will be in the drop lists.')
402 'show_label_login' => array(
403 xl('Show Title on Login'),
404 'bool', // data type
405 '0', // default = false
406 xl('Show Title on Login')
409 'extra_logo_login' => array(
410 xl('Show Extra Logo on Login'),
411 'bool', // data type
412 '0', // default = false
413 xl('Show Extra Logo on Login')
416 'tiny_logo_1' => array(
417 xl('Show Mini Logo 1'),
418 'bool', // data type
419 '0', // default = false
420 xl('Show Mini Logo 1')
423 'tiny_logo_2' => array(
424 xl('Show Mini Logo 2'),
425 'bool', // data type
426 '0', // default = false
427 xl('Show Mini Logo 2')
432 // Locale Tab
434 'Locale' => array(
436 'language_default' => array(
437 xl('Default Language'),
438 'lang', // data type
439 'English (Standard)', // default = english
440 xl('Default language if no other is allowed or chosen.')
443 'language_menu_showall' => array(
444 xl('All Languages Allowed'),
445 'bool', // data type
446 '1', // default = true
447 xl('Allow all available languages as choices on menu at login.')
450 'language_menu_other' => array(
451 xl('Allowed Languages'),
452 'm_lang', // data type
453 '', // default = none
454 xl('Select which languages, if any, may be chosen at login. (only pertinent if above All Languages Allowed is turned off)')
457 'allow_debug_language' => array(
458 xl('Allow Debugging Language'),
459 'bool', // data type
460 '1', // default = true during development and false for production releases
461 xl('This will allow selection of the debugging (\'dummy\') language.')
464 'translate_no_safe_apostrophe' => array(
465 xl('Do Not Use Safe Apostrophe'),
466 'bool', // data type
467 '0', // default = false
468 xl('This will turn off use of safe apostrophe, which is done by converting \' and " to `.(it is highly recommended that this setting is turned off and that safe apostrophe\'s are used)')
471 'translate_layout' => array(
472 xl('Translate Layouts'),
473 'bool', // data type
474 '1', // default = true
475 xl('Is text from form layouts to be translated?')
478 'translate_lists' => array(
479 xl('Translate Lists'),
480 'bool', // data type
481 '1', // default = true
482 xl('Is text from lists to be translated?')
485 'translate_gacl_groups' => array(
486 xl('Translate Access Control Groups'),
487 'bool', // data type
488 '1', // default = true
489 xl('Are access control group names to be translated?')
492 'translate_form_titles' => array(
493 xl('Translate Patient Note Titles'),
494 'bool', // data type
495 '1', // default = true
496 xl('Are patient note titles to be translated?')
499 'translate_document_categories' => array(
500 xl('Translate Document Categories'),
501 'bool', // data type
502 '1', // default = true
503 xl('Are document category names to be translated?')
506 'translate_appt_categories' => array(
507 xl('Translate Appointment Categories'),
508 'bool', // data type
509 '1', // default = true
510 xl('Are appointment category names to be translated?')
513 'units_of_measurement' => array(
514 xl('Units for Visit Forms'),
515 array(
516 '1' => xl('Show both US and metric (main unit is US)'),
517 '2' => xl('Show both US and metric (main unit is metric)'),
518 '3' => xl('Show US only'),
519 '4' => xl('Show metric only'),
521 '1', // default = Both/US
522 xl('Applies to the Vitals form and Growth Chart')
525 'us_weight_format' => array(
526 xl('Display Format for US Weights'),
527 array(
528 '1'=>xl('Show pounds as decimal value'),
529 '2'=>xl('Show pounds and ounces')
531 '1',
532 xl('Applies to Vitals form')
535 'disable_deprecated_metrics_form' => array(
536 xl('Disable Old Metric Vitals Form'),
537 'bool', // data type
538 '1', // default = true
539 xl('This was the older metric-only Vitals form, now deprecated.')
542 'phone_country_code' => array(
543 xl('Telephone Country Code'),
544 'num',
545 '1', // default = North America
546 xl('1 = North America. See http://www.wtng.info/ for a list of other country codes.')
549 'date_display_format' => array(
550 xl('Date Display Format'),
551 array(
552 '0' => xl('YYYY-MM-DD'),
553 '1' => xl('MM/DD/YYYY'),
554 '2' => xl('DD/MM/YYYY'),
556 '0',
557 xl('Format used to display most dates.')
560 'time_display_format' => array(
561 xl('Time Display Format'),
562 array(
563 '0' => xl('24 hr'),
564 '1' => xl('12 hr'),
566 '0',
567 xl('Format used to display most times.')
570 'gbl_time_zone' => array(
571 xl('Time Zone'),
572 gblTimeZones(),
574 xl('If unassigned will default to php.ini setting for date.timezone.')
577 'currency_decimals' => array(
578 xl('Currency Decimal Places'),
579 array(
580 '0' => xl('0'),
581 '1' => xl('1'),
582 '2' => xl('2'),
584 '2',
585 xl('Number of digits after decimal point for currency, usually 0 or 2.')
588 'currency_dec_point' => array(
589 xl('Currency Decimal Point Symbol'),
590 array(
591 '.' => xl('Period'),
592 ',' => xl('Comma'),
594 '.',
595 xl('Symbol used as the decimal point for currency. Not used if Decimal Places is 0.')
598 'currency_thousands_sep' => array(
599 xl('Currency Thousands Separator'),
600 array(
601 ',' => xl('Comma'),
602 '.' => xl('Period'),
603 ' ' => xl('Space'),
604 '' => xl('None'),
606 ',',
607 xl('Symbol used to separate thousands for currency.')
610 'gbl_currency_symbol' => array(
611 xl('Currency Designator'),
612 'text', // data type
613 '$', // default
614 xl('Code or symbol to indicate currency')
616 'age_display_format'=>array(xl('Age Display Format'),
617 array(
618 '0'=>xl('Years or months'),
619 '1'=>xl('Years, months and days')
621 '0',
622 xl('Format for age display')
624 'age_display_limit' => array(
625 xl('Age in Years for Display Format Change'),
626 'num',
627 '3',
628 xl('If YMD is selected for age display, switch to just Years when patients older than this value in years')
630 // Reference - https://en.wikipedia.org/wiki/Workweek_and_weekend#Around_the_world
631 'weekend_days' => array(
632 xl('Your weekend days'),
633 array(
634 '6,0' => xl('Saturday') . ' - ' . xl('Sunday'),
635 '0' => xl('Sunday'),
636 '5' => xl('Friday'),
637 '6' => xl('Saturday'),
638 '5,6' => xl('Friday') .' - ' . xl('Saturday'),
640 '6,0'
641 ,xl('which days are your weekend days?')
646 // Features Tab
648 'Features' => array(
650 'specific_application' => array(
651 xl('Specific Application'),
652 array(
653 '0' => xl('None'),
654 '2' => xl('IPPF'),
655 '3' => xl('Weight loss clinic'),
657 '0', // default
658 xl('Indicator for specialized usage')
661 'inhouse_pharmacy' => array(
662 xl('Drugs and Products'),
663 array(
664 '0' => xl('Do not inventory and sell any products'),
665 '1' => xl('Inventory and sell drugs only'),
666 '2' => xl('Inventory and sell both drugs and non-drug products'),
667 '3' => xl('Products but no prescription drugs and no templates'),
669 '0', // default
670 xl('Option to support inventory and sales of products')
673 'disable_chart_tracker' => array(
674 xl('Disable Chart Tracker'),
675 'bool', // data type
676 '0', // default = false
677 xl('Removes the Chart Tracker feature')
680 'disable_immunizations' => array(
681 xl('Disable Immunizations'),
682 'bool', // data type
683 '0', // default = false
684 xl('Removes support for immunizations')
687 'disable_prescriptions' => array(
688 xl('Disable Prescriptions'),
689 'bool', // data type
690 '0', // default = false
691 xl('Removes support for prescriptions')
694 'omit_employers' => array(
695 xl('Omit Employers'),
696 'bool', // data type
697 '0', // default = false
698 xl('Omit employer information in patient demographics')
701 'select_multi_providers' => array(
702 xl('Support Multi-Provider Events'),
703 'bool', // data type
704 '0', // default = false
705 xl('Support calendar events that apply to multiple providers')
708 'disable_non_default_groups' => array(
709 xl('Disable User Groups'),
710 'bool', // data type
711 '1', // default = true
712 xl('Normally this should be checked. Not related to access control.')
715 'ignore_pnotes_authorization' => array(
716 xl('Skip Authorization of Patient Notes'),
717 'bool', // data type
718 '1', // default = true
719 xl('Do not require patient notes to be authorized')
722 'support_encounter_claims' => array(
723 xl('Allow Encounter Claims'),
724 'bool', // data type
725 '0', // default = false
726 xl('Allow creation of claims containing diagnoses but not procedures or charges. Most clinics do not want this.')
729 'advance_directives_warning' => array(
730 xl('Advance Directives Warning'),
731 'bool', // data type
732 '0', // default = false
733 xl('Display advance directives in the demographics page.')
736 'configuration_import_export' => array(
737 xl('Configuration Export/Import'),
738 'bool', // data type
739 '0', // default = false
740 xl('Support export/import of configuration data via the Backup page.')
743 'restrict_user_facility' => array(
744 xl('Restrict Users to Facilities'),
745 'bool', // data type
746 '0', // default
747 xl('Restrict non-authorized users to the Schedule Facilities set in User admin.')
750 'set_facility_cookie' => array(
751 xl('Remember Selected Facility'),
752 'bool', // data type
753 '0', // default
754 xl('Set a facility cookie to remember the selected facility between logins.')
757 'receipts_by_provider' => array(
758 xl('Print Receipts by Provider'),
759 'bool',
760 '0', // default
761 xl('Causes Receipts to Print Encounter/Primary Provider Info')
764 'discount_by_money' => array(
765 xl('Discounts as Monetary Amounts'),
766 'bool', // data type
767 '1', // default = true
768 xl('Discounts at checkout time are entered as money amounts, as opposed to percentage.')
771 'gbl_visit_referral_source' => array(
772 xl('Referral Source for Encounters'),
773 'bool', // data type
774 '0', // default = false
775 xl('A referral source may be specified for each visit.')
778 'gbl_mask_patient_id' => array(
779 xl('Mask for Patient IDs'),
780 'text', // data type
781 '', // default
782 xl('Specifies formatting for the external patient ID. # = digit, @ = alpha, * = any character. Empty if not used.')
785 'gbl_mask_invoice_number' => array(
786 xl('Mask for Invoice Numbers'),
787 'text', // data type
788 '', // default
789 xl('Specifies formatting for invoice reference numbers. # = digit, @ = alpha, * = any character. Empty if not used.')
792 'gbl_mask_product_id' => array(
793 xl('Mask for Product IDs'),
794 'text', // data type
795 '', // default
796 xl('Specifies formatting for product NDC fields. # = digit, @ = alpha, * = any character. Empty if not used.')
799 'hide_billing_widget' => array(
800 xl('Hide Billing Widget'),
801 'bool', // data type
802 '0', // default = false
803 xl('This will hide the Billing Widget in the Patient Summary screen')
806 'force_billing_widget_open' => array(
807 xl('Force Billing Widget Open'),
808 'bool', // data type
809 '0', // default = false
810 xl('This will force the Billing Widget in the Patient Summary screen to always be open.')
813 'activate_ccr_ccd_report' => array(
814 xl('Activate CCR/CCD Reporting'),
815 'bool', // data type
816 '1', // default = true
817 xl('This will activate the CCR(Continuity of Care Record) and CCD(Continuity of Care Document) reporting.')
820 'hide_document_encryption' => array(
821 xl('Hide Encryption/Decryption Options In Document Management'),
822 'bool', // data type
823 '1', // default = true
824 xl('This will deactivate document the encryption and decryption features, and hide them in the UI.')
827 'use_custom_immun_list' => array(
828 xl('Use Custom Immunization List'),
829 'bool', // data type
830 '0', // default = true
831 xl('This will use the custom immunizations list rather than the standard CVX immunization list.')
834 'preprinted_cms_1500' => array(
835 xl('Prints the CMS 1500 on the Preprinted form'),
836 'bool', // data type
837 '0', // default = false
838 xl('Prints the CMS 1500 on the Preprinted form')
841 'cms_top_margin_default' => array(
842 xl('Default top print margin for CMS 1500'),
843 'num', // data type
844 '24', // default
845 xl('This is the default top print margin for CMS 1500. It will adjust the final printed output up or down.')
848 'cms_left_margin_default' => array(
849 xl('Default left print margin for CMS 1500'),
850 'num', // data type
851 '20', // default
852 xl('This is the default left print margin for CMS 1500. It will adjust the final printed output left or right.')
855 'cms_1500' => array(
856 xl('CMS 1500 Paper Form Format'),
857 array(
858 '0' => xl('08/05{{CMS 1500 format date revision setting in globals}}'),
859 '1' => xl('02/12{{CMS 1500 format date revision setting in globals}}'),
861 '1', // default
862 xl('This specifies which revision of the form the billing module should generate')
865 'cms_1500_box_31_format' => array(
866 xl('CMS 1500: Box 31 Format'),
867 array(
868 '0' => xl('Signature on File'),
869 '1' => xl('Firstname Lastname'),
870 '2' => xl('None'),
872 '0', // default
873 xl('This specifies whether to include date in Box 31.')
876 'cms_1500_box_31_date' => array(
877 xl('CMS 1500: Date in Box 31 (Signature)'),
878 array(
879 '0' => xl('None'),
880 '1' => xl('Date of Service'),
881 '2' => xl('Today'),
883 '0', // default
884 xl('This specifies whether to include date in Box 31.')
887 'amendments' => array (
888 xl('Amendments'),
889 'bool', // data type
890 '1', // default = true
891 xl('Enable amendments feature')
894 'allow_pat_delete' => array(
895 xl('Allow Administrators to Delete Patients'),
896 'bool', // data type
897 '0', // default = false
898 xl('Allow Administrators to Delete Patients')
902 'observation_results_immunization' => array(
903 xl('Immunization Observation Results'),
904 'bool', // data type
905 '1', // default
906 xl('Observation Results in Immunization')
910 // Report Tab
912 'Report' => array(
914 'use_custom_daysheet' => array(
915 xl('Use Custom End of Day Report'),
916 array(
917 '0' => xl('None'),
918 '1' => xl('Print End of Day Report 1'),
919 '2' => xl('Print End of Day Report 2'),
920 '3' => xl('Print End of Day Report 3'),
921 ), // data type
922 '1', // default = Print End of Day Report 1
923 xl('This will allow the use of the custom End of Day report and indicate which report to use.')
926 'daysheet_provider_totals' => array(
927 xl('End of Day by Provider or allow Totals Only'),
928 array(
929 '0' => xl('Provider'),
930 '1' => xl('Totals Only'),
932 '1', // default
933 xl('This specifies the Printing of the Custom End of Day Report grouped Provider or allow the Printing of Totals Only')
936 'ledger_begin_date' => array(
937 xl('Beginning Date for Ledger Report'),
938 array(
939 'Y1' => xl('One Year Ago'),
940 'Y2' => xl('Two Years Ago'),
941 'M6' => xl('Six Months Ago'),
942 'M3' => xl('Three Months Ago'),
943 'M1' => xl('One Month Ago'),
944 'D1' => xl('One Day Ago'),
946 'Y1', // default = One Year
947 xl('This is the Beginning date for the Ledger Report.')
950 'print_next_appointment_on_ledger' => array(
951 xl('Print the Next Appointment on the Bottom of the Ledger'),
952 'bool', // data type
953 '1', // default = true
954 xl('This Will Print the Next Appointment on the Bottom of the Patient Ledger')
957 'sales_report_invoice' => array(
958 xl('Display Invoice Number or Patient Name or Both in the Sales Report'),
959 array(
960 '0' => xl('Invoice Number'),
961 '1' => xl('Patient Name and ID'),
962 '2' => xl('Patient Name and Invoice'),
964 '2', // default = 2
965 xl('This will Display the Invoice Number in the Sales Report or the Patient Name and ID or Patient Name and Invoice Number.')
968 'cash_receipts_report_invoice' => array(
969 xl('Display Invoice Number or Patient Name in the Cash Receipt Report'),
970 array(
971 '0' => xl('Invoice Number'),
972 '1' => xl('Patient Name'),
974 '0', // default = 0
975 xl('Display Invoice Number or Patient Name in the Cash Receipt Report')
980 // Billing Tab
982 'Billing' => array(
984 'default_search_code_type' => array(
985 xl('Default Search Code Type'),
986 'all_code_types', // data type
987 'ICD10', // default
988 xl('The default code type to search for in the Fee Sheet.')
991 'support_fee_sheet_line_item_provider' => array(
992 xl('Support provider in line item in fee sheet'),
993 'bool', // data type
994 '0', // default = false
995 xl('This Enables provider in line item in the fee sheet')
998 'default_fee_sheet_line_item_provider' => array(
999 xl('Default to a provider for line item in the fee sheet'),
1000 'bool', // data type
1001 '0', // default = false
1002 xl('Default to a provider for line item in the fee sheet.(only applicable if Support line item billing in option above)')
1005 'replicate_justification' => array(
1006 xl('Automatically replicate justification codes in Fee Sheet'),
1007 'bool', // data type
1008 '0', // default = false
1009 xl('Automatically replicate justification codes in Fee Sheet (basically fills in the blanks with the justification code above it).')
1012 'display_units_in_billing' => array(
1013 xl('Display the Units Column on the Billing Screen'),
1014 'bool', // data type
1015 '0', // default = false
1016 xl('Display the Units Column on the Billing Screen')
1019 'notes_to_display_in_Billing' => array(
1020 xl('Which notes are to be displayed in the Billing Screen'),
1021 array(
1022 '0' => xl('None'),
1023 '1' => xl('Encounter Billing Note'),
1024 '2' => xl('Patient Billing Note'),
1025 '3' => xl('All'),
1027 '3',
1028 xl('Display the Encounter Billing Note or Patient Billing Note or Both in the Billing Screen.')
1031 'set_pos_code_encounter' => array(
1032 xl('Set POS code in encounter'),
1033 'bool', // data type
1034 '0', // default = false
1035 xl('This feature will allow the default POS facility code to be overriden from the encounter.')
1038 'use_custom_statement' => array(
1039 xl('Use Custom Statement'),
1040 'bool', // data type
1041 '0', // default = false
1042 xl('This will use the custom Statment showing the description instead of the codes.')
1045 'statement_appearance' => array(
1046 xl('Statement Appearance'),
1047 array(
1048 '0' => xl('Plain Text'),
1049 '1' => xl('Modern/images')
1050 ), // data type
1051 '1', // default = true
1052 xl('Patient statements can be generated as plain text or with a modern graphical appearance.')
1055 'billing_phone_number' => array(
1056 xl('Custom Billing Phone Number'),
1057 'text', // data type
1059 xl('Phone number for billing inquiries')
1062 'show_aging_on_custom_statement' => array(
1063 xl('Show Aging on Custom Statement'),
1064 'bool', // data type
1065 '0', // default = false
1066 xl('This will Show Aging on the custom Statement.')
1069 'use_statement_print_exclusion' => array(
1070 xl('Allow Statement Exclusions from Printing'),
1071 'bool', // data type
1072 '0', // default = false
1073 xl('This will enable the Ability to Exclude Selected Patient Statements from Printing.')
1076 'minimum_amount_to_print' => array(
1077 xl('Total Minimum Amount of Statement to Allow Printing'),
1078 'num', // data type
1079 '1.00',
1080 xl('Total Minimum Dollar Amount of Statement to Allow Printing.(only applicable if Allow Statement Exclusions from Printing is enabled)')
1083 'statement_bill_note_print' => array(
1084 xl('Print Patient Billing Note'),
1085 'bool', // data type
1086 '0', // default = false
1087 xl('This will allow printing of the Patient Billing Note on the statements.')
1090 'number_appointments_on_statement' => array(
1091 xl('Number of Appointments on Statement'),
1092 'num', // data type
1093 '0', // default = 0
1094 xl('The Number of Future Appointments to Display on the Statement.')
1097 'statement_message_to_patient' => array(
1098 xl('Print Custom Message'),
1099 'bool', // data type
1100 '0', // default = false
1101 xl('This will allow printing of a custom Message on the statements.')
1104 'statement_msg_text' => array(
1105 xl('Custom Statement message'),
1106 'text', // data type
1108 xl('Text for Custom statement message.')
1111 'use_dunning_message' => array(
1112 xl('Use Custom Dunning Messages'),
1113 'bool', // data type
1114 '0', // default = false
1115 xl('This will allow use of the custom Dunning Messages on the statements.')
1118 'first_dun_msg_set' => array(
1119 xl('Number of days before showing first account message'),
1120 'num', // data type
1121 '30',
1122 xl('Number of days before showing first account message.')
1125 'first_dun_msg_text' => array(
1126 xl('First account message'),
1127 'text', // data type
1129 xl('Text for first account message.')
1132 'second_dun_msg_set' => array(
1133 xl('Number of days before showing second account message'),
1134 'num', // data type
1135 '60',
1136 xl('Number of days before showing second account message')
1139 'second_dun_msg_text' => array(
1140 xl('Second account message'),
1141 'text', // data type
1143 xl('Text for second account message.')
1146 'third_dun_msg_set' => array(
1147 xl('Number of days before showing third account message'),
1148 'num', // data type
1149 '90',
1150 xl('Number of days before showing third account message')
1153 'third_dun_msg_text' => array(
1154 xl('Third account message'),
1155 'text', // data type
1157 xl('Text for third account message.')
1160 'fourth_dun_msg_set' => array(
1161 xl('Number of days before showing fourth account message'),
1162 'num', // data type
1163 '120',
1164 xl('Number of days before showing fourth account message')
1167 'fourth_dun_msg_text' => array(
1168 xl('Fourth account message'),
1169 'text', // data type
1171 xl('Text for fourth account message.')
1174 'fifth_dun_msg_set' => array(
1175 xl('Number of days before showing fifth account message'),
1176 'num', // data type
1177 '150',
1178 xl('Number of days before showing fifth account message')
1181 'fifth_dun_msg_text' => array(
1182 xl('Fifth account message'),
1183 'text', // data type
1185 xl('Text for fifth account message.')
1187 'save_codes_history' => array(
1188 xl('Save codes history'),
1189 'bool', // data type
1190 '1', // default
1191 xl('Save codes history')
1195 // E-Sign Tab
1197 'E-Sign' => array(
1199 'esign_all' => array(
1200 xl('Allows E-Sign on the entire encounter'),
1201 'bool', // data type
1202 '0', // default = false
1203 xl('This will enable signing an entire encounter, rather than individual forms')
1206 'lock_esign_all' => array(
1207 xl('Lock e-signed encounters and their forms'),
1208 'bool', // data type
1209 '0', // default = false
1210 xl('This will disable the Edit button on all forms whose parent encounter is e-signed')
1213 'esign_individual' => array(
1214 xl('Allows E-Signing Individual Forms'),
1215 'bool', // data type
1216 '1', // default = false
1217 xl('This will enable signing individual forms separately')
1220 'lock_esign_individual' => array(
1221 xl('Lock an e-signed form individually'),
1222 'bool', // data type
1223 '1', // default = false
1224 xl('This will disable the Edit button on any form that is e-signed')
1227 'esign_lock_toggle' => array(
1228 xl('Enable lock toggle'),
1229 'bool', // data type
1230 '0', // default = false
1231 xl('This will give the user the option to lock (separate locking and signing)')
1234 'esign_report_hide_empty_sig' => array(
1235 xl('Hide Empty E-Sign Logs On Report'),
1236 'bool', // data type
1237 '1', // default = false
1238 xl('This will hide empty e-sign logs on the patient report')
1242 //Documents Tab
1243 'Documents' => array(
1245 'document_storage_method' => array(
1246 xl('Document Storage Method'),
1247 array(
1248 '0' => xl('Hard Disk'),
1249 '1' => xl('CouchDB')
1251 '0', // default
1252 xl('Option to save method of document storage.')
1254 'couchdb_host' => array(
1255 xl('CouchDB HostName'),
1256 'text',
1257 'localhost',
1258 xl('CouchDB host'),
1260 'couchdb_user' => array(
1261 xl('CouchDB UserName'),
1262 'text',
1264 xl('Username to connect to CouchDB'),
1266 'couchdb_pass' => array(
1267 xl('CouchDB Password'),
1268 'text',
1270 xl('Password to connect to CouchDB'),
1272 'couchdb_port' => array(
1273 xl('CouchDB Port'),
1274 'text',
1275 '5984',
1276 xl('CouchDB port'),
1278 'couchdb_dbase' => array(
1279 xl('CouchDB Database'),
1280 'text',
1282 xl('CouchDB database name'),
1284 'couchdb_log' => array(
1285 xl('CouchDB Log Enable'),
1286 'bool',
1287 '0',
1288 xl('Enable log for document uploads/downloads to CouchDB'),
1291 'expand_document_tree' => array(
1292 xl('Expand All Document Categories'),
1293 'bool', // data type
1294 '0', // default = false
1295 xl('Expand All Document Categories by Default')
1298 'patient_id_category_name' => array(
1299 xl('Patient ID Category Name'),
1300 'text', // data type
1301 'Patient ID card', // default
1302 xl('Optional category name for an ID Card image that can be viewed from the patient summary page.')
1305 'patient_photo_category_name' => array(
1306 xl('Patient Photo Category Name'),
1307 'text', // data type
1308 'Patient Photograph', // default
1309 xl('Optional category name for photo images that can be viewed from the patient summary page.')
1312 'lab_results_category_name' => array(
1313 xl('Lab Results Category Name'),
1314 'text', // data type
1315 'Lab Report', // default
1316 xl('Document category name for storage of electronically received lab results.')
1319 'gbl_mdm_category_name' => array(
1320 xl('MDM Document Category Name'),
1321 'text', // data type
1322 'Lab Report', // default
1323 xl('Document category name for storage of electronically received MDM documents.')
1325 'generate_doc_thumb' => array(
1326 xl('Generate thumbnail'),
1327 'bool',
1328 '0',
1329 xl('Generate thumbnail images'),
1331 'thumb_doc_max_size' => array(
1332 xl('Thumbnail size'),
1333 'text', // data type
1334 '100', // default
1335 xl('Maximum size of thumbnail file')
1339 // Calendar Tab
1341 'Calendar' => array(
1343 'disable_calendar' => array(
1344 xl('Disable Calendar'),
1345 'bool', // data type
1346 '0', // default
1347 xl('Do not display the calendar.')
1350 'schedule_start' => array(
1351 xl('Calendar Starting Hour'),
1352 'hour',
1353 '8', // default
1354 xl('Beginning hour of day for calendar events.')
1357 'schedule_end' => array(
1358 xl('Calendar Ending Hour'),
1359 'hour',
1360 '17', // default
1361 xl('Ending hour of day for calendar events.')
1364 'calendar_interval' => array(
1365 xl('Calendar Interval'),
1366 array(
1367 '5' => '5',
1368 '10' => '10',
1369 '15' => '15',
1370 '20' => '20',
1371 '30' => '30',
1372 '60' => '60',
1374 '15', // default
1375 xl('The time granularity of the calendar and the smallest interval in minutes for an appointment slot.')
1378 'calendar_view_type' => array(
1379 xl('Default Calendar View'),
1380 array(
1381 'day' => xl('Day'),
1382 'week' => xl('Week'),
1383 'month' => xl('Month'),
1385 'day', // default
1386 xl('This sets the Default Calendar View, Default is Day.')
1388 'first_day_week' => array(
1389 xl('First day in the week') ,
1390 array(
1391 '1' => xl('Monday'),
1392 '0' => xl('Sunday'),
1393 '6' => xl('Saturday')
1395 '1',
1396 xl('Your first day of the week.')
1398 'calendar_appt_style' => array(
1399 xl('Appointment Display Style'),
1400 array(
1401 '1' => 'Last name',
1402 '2' => 'Last name, first name',
1403 '3' => 'Last name, first name (title)',
1404 '4' => 'Last name, first name (title: comments)',
1406 '2', // default
1407 xl('This determines how appointments display on the calendar.')
1410 'event_color' => array(
1411 xl('Appointment/Event Color'),
1412 array(
1413 '1' => 'Category Color Schema',
1414 '2' => 'Facility Color Schema',
1415 ), // data type
1416 '1', // default
1417 xl('This determines which color schema used for appointment')
1420 'number_of_appts_to_show' => array(
1421 xl('Appointments - Patient Summary - Number to Display'),
1422 'num',
1423 '10',
1424 xl('Number of Appointments to display in the Patient Summary')
1427 'number_of_group_appts_to_show' => array(
1428 xl('Appointments - Group Summary - Number to Display'),
1429 'num',
1430 '10',
1431 xl('Number of Appointments to display in the Group Summary')
1433 'number_of_ex_appts_to_show' => array(
1434 xl('Excluded Appointments - Tooltip - Number to Display'),
1435 'num',
1436 '15',
1437 xl('Number of Excluded Appointments to display in the Tooltip')
1441 'patient_portal_appt_display_num' => array(
1442 xl('Appointments - Onsite Patient Portal - Number to Display'),
1443 'num',
1444 '20',
1445 xl('Number of Appointments to display in the Onsite Patient Portal')
1448 'appt_display_sets_option' => array(
1449 xl('Appointment Display Sets - Ignore Display Limit (Last Set)'),
1450 'bool', // data type
1451 '1', // default
1452 xl('Override (if necessary) the appointment display limit to allow all appointments to be displayed for the last set')
1455 'appt_display_sets_color_1' => array(
1456 xl('Appointment Display Sets - Color 1'),
1457 'color_code',
1458 '#FFFFFF',
1459 xl('Color for odd sets (except when last set is odd and all member appointments are displayed and at least one subsequent scheduled appointment exists (not displayed) or not all member appointments are displayed).')
1462 'appt_display_sets_color_2' => array(
1463 xl('Appointment Display Sets - Color 2'),
1464 'color_code',
1465 '#E6E6FF',
1466 xl('Color for even sets (except when last set is even and all member appointments are displayed and at least one subsequent scheduled appointment exists (not displayed) or not all member appointments are displayed).')
1469 'appt_display_sets_color_3' => array(
1470 xl('Appointment Display Sets - Color 3'),
1471 'color_code',
1472 '#E6FFE6',
1473 xl('Color for the last set when all member appointments are displayed and at least one subsequent scheduled appointment exists (not displayed).')
1476 'appt_display_sets_color_4' => array(
1477 xl('Appointment Display Sets - Color 4'),
1478 'color_code',
1479 '#FFE6FF',
1480 xl('Color for the last set when not all member appointments are displayed.')
1483 'appt_recurrences_widget' => array(
1484 xl('Recurrent Appointment Display Widget'),
1485 'bool', // data type
1486 '1', // default
1487 xl('Display the recurrent appointment widget in the patient summary.')
1490 'num_past_appointments_to_show' => array(
1491 xl('Past Appointment Display Widget'),
1492 'num', // data type
1493 '0', // default = false
1494 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)')
1497 'docs_see_entire_calendar' => array(
1498 xl('Providers See Entire Calendar'),
1499 'bool', // data type
1500 '0', // default
1501 xl('Check this if you want providers to see all appointments by default and not just their own.')
1504 'auto_create_new_encounters' => array(
1505 xl('Auto-Create New Encounters'),
1506 'bool', // data type
1507 '1', // default
1508 xl('Automatically create a new encounter when an appointment check in status is selected.')
1511 'disable_pat_trkr' => array(
1512 xl('Disable Patient Flow Board'),
1513 'bool', // data type
1514 '0', // default
1515 xl('Do not display the patient flow board.')
1518 'ptkr_visit_reason' => array(
1519 xl('Show Visit Reason in Patient Flow Board'),
1520 'bool', // data type
1521 '0', // default = false
1522 xl('When Checked, Visit Reason Will Show in Patient Flow Board.')
1525 'ptkr_show_pid' => array(
1526 xl('Show Patient ID in Patient Flow Board'),
1527 'bool', // data type
1528 '1', // default = true
1529 xl('When Checked, Patient ID Will Show in Patient Flow Board.')
1532 'ptkr_show_encounter' => array(
1533 xl('Show Patient Encounter Number in Patient Flow Board'),
1534 'bool', // data type
1535 '1', // default = true
1536 xl('When Checked, Patient Encounter Number Will Show in Patient Flow Board.')
1539 'pat_trkr_timer' => array(
1540 xl('Patient Flow Board Timer Interval'),
1541 array(
1542 '0' => 'No automatic refresh',
1543 '0:10' => '10',
1544 '0:20' => '20',
1545 '0:30' => '30',
1546 '0:40' => '40',
1547 '0:50' => '50',
1548 '0:59' => '60',
1550 '0:20', // default
1551 xl('The screen refresh time in Seconds for the Patient Flow Board Screen.')
1554 'checkout_roll_off' => array(
1555 xl('Number of Minutes to display completed checkouts'),
1556 'num',
1557 '0', // default
1558 xl('Number of Minutes to display completed checkouts. Zero is continuous display')
1561 'drug_screen' => array(
1562 xl('Enable Random Drug Testing'),
1563 'bool', // data type
1564 '0', // default
1565 xl('Allow Patient Flow Board to Select Patients for Drug Testing.')
1568 'drug_testing_percentage' => array(
1569 xl('Percentage of Patients to Drug Test'),
1570 'num',
1571 '33', // default
1572 xl('Percentage of Patients to select for Random Drug Testing.')
1575 'maximum_drug_test_yearly' => array(
1576 xl('Maximum number of times a Patient can be tested in a year'),
1577 'num',
1578 '0', // default
1579 xl('Maximum number of times a Patient can be tested in a year. Zero is no limit.')
1582 'submit_changes_for_all_appts_at_once' => array(
1583 xl('Submit Changes For All Appts At Once'),
1584 'bool', // data type
1585 '1', // default
1586 xl('Enables to submit changes for all appointments of a recurrence at once.')
1592 // Security Tab
1594 'Security' => array(
1595 'sql_string_no_show_screen' => array(
1596 xl('Mode - Do Not Show SQL Queries'),
1597 'bool', // data type
1598 '0', // default
1599 xl('Do not allow SQL queries to be outputted to screen.')
1601 'timeout' => array(
1602 xl('Idle Session Timeout Seconds'),
1603 'num', // data type
1604 '7200', // default
1605 xl('Maximum idle time in seconds before logout. Default is 7200 (2 hours).')
1607 'secure_upload' => array(
1608 xl('Secure Upload Files with White List'),
1609 'bool', // data type
1610 '0', // default
1611 xl('Block all files types that are not found in the White List. Can find interface to edit the White List at Administration->Files.')
1613 'secure_password' => array(
1614 xl('Require Strong Passwords'),
1615 'bool', // data type
1616 '0', // default
1617 xl('Strong password means at least 8 characters, and at least three of: a number, a lowercase letter, an uppercase letter, a special character.')
1619 'password_history' => array(
1620 xl('Require Unique Passwords'),
1621 'bool', // data type
1622 '0', // default
1623 xl('Means none of last three passwords are allowed when changing a password.')
1625 'password_compatibility' => array(
1626 xl('Permit unsalted passwords'),
1627 'bool', // data type
1628 '1', // default
1629 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')
1632 'password_expiration_days' => array(
1633 xl('Default Password Expiration Days'),
1634 'num', // data type
1635 '0', // default
1636 xl('Default password expiration period in days. 0 means this feature is disabled.')
1639 'password_grace_time' => array(
1640 xl('Password Expiration Grace Period'),
1641 'num', // data type
1642 '0', // default
1643 xl('Period in days where a user may login with an expired password.')
1646 'is_client_ssl_enabled' => array(
1647 xl('Enable Client SSL'),
1648 'bool', // data type
1649 '0', // default
1650 xl('Enable client SSL certificate authentication.')
1653 'certificate_authority_crt' => array(
1654 xl('Path to CA Certificate File'),
1655 'text', // data type
1656 '', // default
1657 xl('Set this to the full absolute path. For creating client SSL certificates for HTTPS.')
1660 'certificate_authority_key' => array(
1661 xl('Path to CA Key File'),
1662 'text', // data type
1663 '', // default
1664 xl('Set this to the full absolute path. For creating client SSL certificates for HTTPS.')
1667 'client_certificate_valid_in_days' => array(
1668 xl('Client Certificate Expiration Days'),
1669 'num', // data type
1670 '365', // default
1671 xl('Number of days that the client certificate is valid.')
1674 'Emergency_Login_email_id' => array(
1675 xl('Emergency Login Email Address'),
1676 'text', // data type
1677 '', // default
1678 xl('Email address, if any, to receive emergency login user activation messages.')
1681 'new_validate' => array(
1682 xl('New form validation'),
1683 'bool',
1684 '1',
1685 xl('New form validation')
1688 'allow_multiple_databases' => array(
1689 xl('Allow multiple databases'),
1690 'bool',
1691 '0',
1692 xl('Allow to use with multiple database')
1695 'safe_key_database' => array(
1696 xl('Safe key database'),
1697 'text', // data type
1698 '', // default
1699 xl('Key for multiple database credentials encryption')
1702 'use_active_directory' => array(
1703 xl('Use Active Directory'),
1704 'bool',
1705 '0',
1706 xl('If enabled, uses the specified active directory for login and authentication.')
1709 'account_suffix' => array(
1710 xl('Active Directory - Suffix Of Account'),
1711 'text',
1713 xl('The suffix of the account.')
1716 'base_dn' => array(
1717 xl('Active Directory - Domains Base'),
1718 'text',
1720 xl('Users is the standard windows CN, replace the DC stuff with your domain.')
1723 'domain_controllers' => array(
1724 xl('Active Directory - Domains Controllers'),
1725 'text',
1727 xl('The IP address of your domain controller(s).')
1732 // Notifications Tab
1734 'Notifications' => array(
1736 'patient_reminder_sender_name' => array(
1737 xl('Patient Reminder Sender Name'),
1738 'text', // data type
1739 '', // default
1740 xl('Name of the sender for patient reminders.')
1743 'patient_reminder_sender_email' => array(
1744 xl('Patient Reminder Sender Email'),
1745 'text', // data type
1746 '', // default
1747 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.')
1750 'practice_return_email_path' => array(
1751 xl('Notification Email Address'),
1752 'text', // data type
1753 '', // default
1754 xl('Email address, if any, to receive administrative notifications.')
1757 'EMAIL_METHOD' => array(
1758 xl('Email Transport Method'),
1759 array(
1760 'PHPMAIL' => 'PHPMAIL',
1761 'SENDMAIL' => 'SENDMAIL',
1762 'SMTP' => 'SMTP',
1764 'SMTP', // default
1765 xl('Method for sending outgoing email.')
1768 'SMTP_HOST' => array(
1769 xl('SMTP Server Hostname'),
1770 'text', // data type
1771 'localhost', // default
1772 xl('If SMTP is used, the server`s hostname or IP address.')
1775 'SMTP_PORT' => array(
1776 xl('SMTP Server Port Number'),
1777 'num', // data type
1778 '25', // default
1779 xl('If SMTP is used, the server`s TCP port number (usually 25).')
1782 'SMTP_USER' => array(
1783 xl('SMTP User for Authentication'),
1784 'text', // data type
1785 '', // default
1786 xl('Must be empty if SMTP authentication is not used.')
1789 'SMTP_PASS' => array(
1790 xl('SMTP Password for Authentication'),
1791 'text', // data type
1792 '', // default
1793 xl('Must be empty if SMTP authentication is not used.')
1796 'SMTP_SECURE' => array(
1797 xl('SMTP Security Protocol'),
1798 array(
1799 '' => xl('None'),
1800 'ssl' => 'SSL',
1801 'tls' => 'TLS'
1804 xl('SMTP security protocol to connect with. Required by some servers such as gmail.')
1807 'EMAIL_NOTIFICATION_HOUR' => array(
1808 xl('Email Notification Hours'),
1809 'num', // data type
1810 '50', // default
1811 xl('Number of hours in advance to send email notifications.')
1814 'SMS_NOTIFICATION_HOUR' => array(
1815 xl('SMS Notification Hours'),
1816 'num', // data type
1817 '50', // default
1818 xl('Number of hours in advance to send SMS notifications.')
1821 'SMS_GATEWAY_USENAME' => array(
1822 xl('SMS Gateway Username'),
1823 'text', // data type
1824 '', // default
1825 xl('Username for SMS Gateway.')
1828 'SMS_GATEWAY_PASSWORD' => array(
1829 xl('SMS Gateway Password'),
1830 'text', // data type
1831 '', // default
1832 xl('Password for SMS Gateway.')
1835 'SMS_GATEWAY_APIKEY' => array(
1836 xl('SMS Gateway API Key'),
1837 'text', // data type
1838 '', // default
1839 xl('API key for SMS Gateway.')
1842 'phone_notification_hour' => array(
1843 xl('Phone Notification Hour'),
1844 'num', // data type
1845 '50', // default
1846 xl('Number of hours in advance to send Phone notification.')
1849 'phone_gateway_username' => array(
1850 xl('Phone Gateway Username'),
1851 'text', // data type
1852 '', // default
1853 xl('Username for Phone Gateway.')
1856 'phone_gateway_password' => array(
1857 xl('Phone Gateway Password'),
1858 'text', // data type
1859 '', // default
1860 xl('Password for Phone Gateway.')
1863 'phone_gateway_url' => array(
1864 xl('Phone Gateway URL'),
1865 'text', // data type
1866 '', // default
1867 xl('URL for Phone Gateway.')
1872 // CDR (Clinical Decision Rules)
1874 'CDR' => array(
1876 'enable_cdr' => array(
1877 xl('Enable Clinical Decisions Rules (CDR)'),
1878 'bool', // data type
1879 '1', // default
1880 xl('Enable Clinical Decisions Rules (CDR)')
1883 'enable_allergy_check' => array(
1884 xl('Enable Allergy Check'),
1885 'bool', // data type
1886 '1', // default
1887 xl('Enable Allergy Check Against Medications and Prescriptions')
1890 'enable_alert_log' => array(
1891 xl('Enable Alert Log'),
1892 'bool', // data type
1893 '1', // default
1894 xl('Enable Alert Logging')
1897 'enable_cdr_new_crp' => array(
1898 xl('Enable Clinical Passive New Reminder(s) Popup'),
1899 'bool', // data type
1900 '1', // default
1901 xl('Enable Clinical Passive New Reminder(s) Popup')
1904 'enable_cdr_crw' => array(
1905 xl('Enable Clinical Passive Reminder Widget'),
1906 'bool', // data type
1907 '1', // default
1908 xl('Enable Clinical Passive Reminder Widget')
1911 'enable_cdr_crp' => array(
1912 xl('Enable Clinical Active Reminder Popup'),
1913 'bool', // data type
1914 '1', // default
1915 xl('Enable Clinical Active Reminder Popup')
1918 'enable_cdr_prw' => array(
1919 xl('Enable Patient Reminder Widget'),
1920 'bool', // data type
1921 '1', // default
1922 xl('Enable Patient Reminder Widget')
1925 'enable_cqm' => array(
1926 xl('Enable CQM Reporting'),
1927 'bool', // data type
1928 '1', // default
1929 xl('Enable Clinical Quality Measure (CQM) Reporting')
1932 'pqri_registry_name' => array(
1933 xl('PQRI Registry Name'),
1934 'text', // data type
1935 'Model Registry', // default
1936 xl('PQRI Registry Name')
1939 'pqri_registry_id' => array(
1940 xl('PQRI Registry ID'),
1941 'text', // data type
1942 '125789123', // default
1943 xl('PQRI Registry ID')
1946 'enable_amc' => array(
1947 xl('Enable AMC Reporting'),
1948 'bool', // data type
1949 '1', // default
1950 xl('Enable Automated Measure Calculations (AMC) Reporting')
1953 'enable_amc_prompting' => array(
1954 xl('Enable AMC Prompting'),
1955 'bool', // data type
1956 '1', // default
1957 xl('Enable Prompting For Automated Measure Calculations (AMC) Required Data')
1960 'enable_amc_tracking' => array(
1961 xl('Enable AMC Tracking'),
1962 'bool', // data type
1963 '1', // default
1964 xl('Enable Reporting of Tracking Date For Automated Measure Calculations (AMC)')
1967 'cdr_report_nice' => array(
1968 xl('CDR Reports Processing Priority'),
1969 array(
1970 '' => xl('Default Priority'),
1971 '5' => xl('Moderate Priority'),
1972 '10' => xl('Moderate/Low Priority'),
1973 '15' => xl('Low Priority'),
1974 '20' => xl('Lowest Priority')
1976 '', // default
1977 xl('Set processing priority for CDR engine based reports.')
1980 'pat_rem_clin_nice' => array(
1981 xl('Patient Reminder Creation Processing Priority'),
1982 array(
1983 '' => xl('Default Priority'),
1984 '5' => xl('Moderate Priority'),
1985 '10' => xl('Moderate/Low Priority'),
1986 '15' => xl('Low Priority'),
1987 '20' => xl('Lowest Priority')
1989 '', // default
1990 xl('Set processing priority for creation of Patient Reminders (in full clinic mode).')
1993 'report_itemizing_standard' => array(
1994 xl('Enable Standard Report Itemization'),
1995 'bool', // data type
1996 '1', // default
1997 xl('Enable Itemization of Standard Clinical Rules Reports')
2000 'report_itemizing_cqm' => array(
2001 xl('Enable CQM Report Itemization'),
2002 'bool', // data type
2003 '1', // default
2004 xl('Enable Itemization of CQM Reports')
2007 'report_itemizing_amc' => array(
2008 xl('Enable AMC Report Itemization'),
2009 'bool', // data type
2010 '1', // default
2011 xl('Enable Itemization of AMC Reports')
2013 'dated_reminders_max_alerts_to_show' => array(
2014 xl('Dated reminders maximum alerts to show'),
2015 'num', // data type
2016 '5', // default
2017 xl('Dated reminders maximum alerts to show')
2021 // Logging
2023 'Logging' => array(
2025 'enable_auditlog' => array(
2026 xl('Enable Audit Logging'),
2027 'bool', // data type
2028 '1', // default
2029 xl('Enable Audit Logging')
2032 'audit_events_patient-record' => array(
2033 xl('Audit Logging Patient Record'),
2034 'bool', // data type
2035 '1', // default
2036 xl('Enable logging of patient record modifications.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
2039 'audit_events_scheduling' => array(
2040 xl('Audit Logging Scheduling'),
2041 'bool', // data type
2042 '1', // default
2043 xl('Enable logging of scheduling activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
2046 'audit_events_order' => array(
2047 xl('Audit Logging Order'),
2048 'bool', // data type
2049 '1', // default
2050 xl('Enable logging of ordering activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
2053 'audit_events_security-administration' => array(
2054 xl('Audit Logging Security Administration'),
2055 'bool', // data type
2056 '1', // default
2057 xl('Enable logging of security and administration activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
2060 'audit_events_backup' => array(
2061 xl('Audit Logging Backups'),
2062 'bool', // data type
2063 '1', // default
2064 xl('Enable logging of backup related activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
2067 'audit_events_other' => array(
2068 xl('Audit Logging Miscellaneous'),
2069 'bool', // data type
2070 '1', // default
2071 xl('Enable logging of miscellaneous activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
2074 'audit_events_query' => array(
2075 xl('Audit Logging SELECT Query'),
2076 'bool', // data type
2077 '0', // default
2078 xl('Enable logging of all SQL SELECT queries.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
2081 'audit_events_cdr' => array(
2082 xl('Audit CDR Engine Queries'),
2083 'bool', // data type
2084 '0', // default
2085 xl('Enable logging of CDR Engine Queries.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
2088 'enable_atna_audit' => array(
2089 xl('Enable ATNA Auditing'),
2090 'bool', // data type
2091 '0', // default
2092 xl('Enable Audit Trail and Node Authentication (ATNA).')
2095 'atna_audit_host' => array(
2096 xl('ATNA audit host'),
2097 'text', // data type
2098 '', // default
2099 xl('The hostname of the ATNA audit repository machine.')
2102 'atna_audit_port' => array(
2103 xl('ATNA audit port'),
2104 'text', // data type
2105 '6514', // default
2106 xl('Listening port of the RFC 5425 TLS syslog server.')
2109 'atna_audit_localcert' => array(
2110 xl('ATNA audit local certificate'),
2111 'text', // data type
2112 '', // default
2113 xl('Certificate to send to RFC 5425 TLS syslog server.')
2116 'atna_audit_cacert' => array(
2117 xl('ATNA audit CA certificate'),
2118 'text', // data type
2119 '', // default
2120 xl('CA Certificate for verifying the RFC 5425 TLS syslog server.')
2123 //July 1, 2014: Ensoftek: Flag to enable/disable audit log encryption
2124 'enable_auditlog_encryption' => array(
2125 xl('Enable Audit Log Encryption'),
2126 'bool', // data type
2127 '0', // default
2128 xl('Enable Audit Log Encryption')
2131 'billing_log_option' => array(
2132 xl('Billing Log Option'),
2133 array(
2134 '1' => xl('Billing Log Append'),
2135 '2' => xl('Billing Log Overwrite')
2137 '1', // default
2138 xl('Billing log setting to append or overwrite the log file.')
2141 'gbl_print_log_option' => array(
2142 xl('Printing Log Option'),
2143 array(
2144 '0' => xl('No logging'),
2145 '1' => xl('Hide print feature'),
2146 '2' => xl('Log entire document'),
2148 '0', // default
2149 xl('Individual pages can override 2nd and 3rd options by implementing a log message.')
2154 // Miscellaneous Tab
2156 'Miscellaneous' => array(
2158 'mysql_bin_dir' => array(
2159 xl('Path to MySQL Binaries'),
2160 'text', // data type
2161 $mysql_bin_dir, // default
2162 xl('Full path to directory containing MySQL executables.')
2165 'perl_bin_dir' => array(
2166 xl('Path to Perl Binaries'),
2167 'text', // data type
2168 $perl_bin_dir, // default
2169 xl('Full path to directory containing Perl executables.')
2172 'temporary_files_dir' => array(
2173 xl('Path to Temporary Files'),
2174 'text', // data type
2175 $temporary_files_dir, // default
2176 xl('Full path to directory used for temporary files.')
2179 'backup_log_dir' => array(
2180 xl('Path for Event Log Backup'),
2181 'text', // data type
2182 $backup_log_dir, // default
2183 xl('Full path to directory for event log backup.')
2186 'state_data_type' => array(
2187 xl('State Data Type'),
2188 array(
2189 '2' => xl('Text field'),
2190 '1' => xl('Single-selection list'),
2191 '26' => xl('Single-selection list with ability to add to the list'),
2193 '26', // default
2194 xl('Field type to use for employer or subscriber state in demographics.')
2197 'state_list' => array(
2198 xl('State list'),
2199 'text', // data type
2200 'state', // default
2201 xl('List used by above State Data Type option.')
2204 'state_custom_addlist_widget' => array(
2205 xl('State List Widget Custom Fields'),
2206 'bool', // data type
2207 '1', // default
2208 xl('Show the custom state form for the add list widget (will ask for title and abbreviation).')
2211 'country_data_type' => array(
2212 xl('Country Data Type'),
2213 array(
2214 '2' => xl('Text field'),
2215 '1' => xl('Single-selection list'),
2216 '26' => xl('Single-selection list with ability to add to the list'),
2218 '26', // default
2219 xl('Field type to use for employer or subscriber country in demographics.')
2222 'country_list' => array(
2223 xl('Country list'),
2224 'text', // data type
2225 'country', // default
2226 xl('List used by above Country Data Type option.')
2229 'print_command' => array(
2230 xl('Print Command'),
2231 'text', // data type
2232 'lpr -P HPLaserjet6P -o cpi=10 -o lpi=6 -o page-left=72 -o page-top=72',
2233 xl('Shell command for printing from the server.')
2236 'default_chief_complaint' => array(
2237 xl('Default Reason for Visit'),
2238 'text', // data type
2240 xl('You may put text here as the default complaint in the New Patient Encounter form.')
2243 'default_new_encounter_form' => array(
2244 xl('Default Encounter Form ID'),
2245 'text', // data type
2247 xl('To automatically open the specified form. Some sports teams use football_injury_audit here.')
2250 'MedicareReferrerIsRenderer' => array(
2251 xl('Medicare Referrer Is Renderer'),
2252 'bool', // data type
2253 '0', // default = true
2254 xl('For Medicare only, forces the referring provider to be the same as the rendering provider.')
2257 'post_to_date_benchmark' => array(
2258 xl('Financial Close Date (yyyy-mm-dd)'),
2259 'text', // data type
2260 date('Y-m-d',time() - (10 * 24 * 60 * 60)), // default
2261 xl('The payments posted cannot go below this date.This ensures that after taking the final report nobody post for previous dates.')
2264 'enable_hylafax' => array(
2265 xl('Enable Hylafax Support'),
2266 'bool', // data type
2267 '0', // default
2268 xl('Enable Hylafax Support')
2271 'hylafax_server' => array(
2272 xl('Hylafax Server'),
2273 'text', // data type
2274 'localhost', // default
2275 xl('Hylafax server hostname.')
2278 'hylafax_basedir' => array(
2279 xl('Hylafax Directory'),
2280 'text', // data type
2281 '/var/spool/fax', // default
2282 xl('Location where Hylafax stores faxes.')
2285 'hylafax_enscript' => array(
2286 xl('Hylafax Enscript Command'),
2287 'text', // data type
2288 'enscript -M Letter -B -e^ --margins=36:36:36:36', // default
2289 xl('Enscript command used by Hylafax.')
2292 'enable_scanner' => array(
2293 xl('Enable Scanner Support'),
2294 'bool', // data type
2295 '0', // default
2296 xl('Enable Scanner Support')
2299 'scanner_output_directory' => array(
2300 xl('Scanner Directory'),
2301 'text', // data type
2302 '/mnt/scan_docs', // default
2303 xl('Location where scans are stored.')
2307 // Portal Tab
2309 'Portal' => array(
2311 'portal_onsite_two_enable' => array(
2312 xl('Enable Version 2 Onsite Patient Portal'),
2313 'bool', // data type
2314 '0',
2315 xl('Enable Version 2 Onsite Patient Portal.')
2318 'portal_onsite_two_address' => array(
2319 xl('Version 2 Onsite Patient Portal Site Address'),
2320 'text', // data type
2321 'https://your_web_site.com/openemr/portal',
2322 xl('Website link for the Version 2 Onsite Patient Portal.')
2325 'portal_onsite_enable' => array(
2326 xl('Enable Version 1 Onsite Patient Portal'),
2327 'bool', // data type
2328 '0',
2329 xl('Enable Version 1 Onsite Patient Portal.')
2332 'portal_onsite_address' => array(
2333 xl('Version 1 Onsite Patient Portal Site Address'),
2334 'text', // data type
2335 'https://your_web_site.com/openemr/patients',
2336 xl('Website link for the Version 1 Onsite Patient Portal.')
2339 'portal_onsite_document_download' => array(
2340 xl('Enable Onsite Patient Portal Document Download'),
2341 'bool', // data type
2342 '1',
2343 xl('Enables the ability to download documents in the Onsite Patient Portal by the user.')
2346 'portal_offsite_enable' => array(
2347 xl('Enable Offsite Patient Portal'),
2348 'bool', // data type
2349 '0',
2350 xl('Enable Offsite Patient Portal.')
2352 'portal_offsite_providerid' => array(
2353 xl('Offsite Patient Portal Provider ID'),
2354 'text', // data type
2356 xl('Offsite Patient Portal Provider ID(Put Blank If not Registered).')
2359 'portal_offsite_username' => array(
2360 xl('Offsite Patient Portal Username'),
2361 'text', // data type
2363 xl('Offsite Patient Portal Username(Put Blank If not Registered).')
2366 'portal_offsite_password' => array(
2367 xl('Offsite Patient Portal Password'),
2368 'pwd', // data type
2370 xl('Offsite Patient Portal Password(Put Blank If not Registered).')
2373 'portal_offsite_address' => array(
2374 xl('Offsite Patient Portal Site Address'),
2375 'text', // data type
2376 'https://ssh.mydocsportal.com/provider.php',
2377 xl('Offsite Https link for the Patient Portal.')
2380 'portal_offsite_address_patient_link' => array(
2381 xl('Offsite Patient Portal Site Address (Patient Link)'),
2382 'text', // data type
2383 'https://ssh.mydocsportal.com',
2384 xl('Offsite Https link for the Patient Portal.(Patient Link)')
2387 // Currently the "CMS Portal" supports WordPress. Other Content Management
2388 // Systems may be supported in the future.
2390 'gbl_portal_cms_enable' => array(
2391 xl('Enable CMS Portal'),
2392 'bool', // data type
2393 '0',
2394 xl('Enable support for the open source WordPress Portal by Sunset Systems')
2397 'gbl_portal_cms_address' => array(
2398 xl('CMS Portal Site Address'),
2399 'text', // data type
2400 'https://your_cms_site.com/',
2401 xl('URL for the WordPress site that supports the portal')
2404 'gbl_portal_cms_username' => array(
2405 xl('CMS Portal Username'),
2406 'text', // data type
2408 xl('Login name of WordPress user for portal access')
2411 'gbl_portal_cms_password' => array(
2412 xl('CMS Portal Password'),
2413 'text', // data type
2415 xl('Password for the above user')
2420 // Connectors Tab
2422 'Connectors' => array(
2424 'erx_enable' => array(
2425 xl('Enable NewCrop eRx Service'),
2426 'bool',
2427 '0',
2428 xl('Enable NewCrop eRx Service.') + ' ' +
2429 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.')
2432 'erx_newcrop_path' => array(
2433 xl('NewCrop eRx Site Address'),
2434 'text',
2435 'https://secure.newcropaccounts.com/InterfaceV7/RxEntry.aspx',
2436 xl('URL for NewCrop eRx Site Address.')
2439 'erx_newcrop_path_soap' => array(
2440 xl('NewCrop eRx Web Service Address'),
2441 'text',
2442 'https://secure.newcropaccounts.com/v7/WebServices/Update1.asmx?WSDL;https://secure.newcropaccounts.com/v7/WebServices/Patient.asmx?WSDL',
2443 xl('URLs for NewCrop eRx Service Address, separated by a semi-colon.')
2446 'erx_soap_ttl_allergies' => array(
2447 xl('NewCrop eRx SOAP Request Time-To-Live for Allergies'),
2448 'num',
2449 '21600',
2450 xl('Time-To-Live for NewCrop eRx Allergies SOAP Request in seconds.')
2453 'erx_soap_ttl_medications' => array(
2454 xl('NewCrop eRx SOAP Request Time-To-Live for Medications'),
2455 'num',
2456 '21600',
2457 xl('Time-To-Live for NewCrop eRx Medications SOAP Request in seconds.')
2460 'erx_account_partner_name' => array(
2461 xl('NewCrop eRx Partner Name'),
2462 'text',
2464 xl('Partner Name issued for NewCrop eRx service.')
2467 'erx_account_name' => array(
2468 xl('NewCrop eRx Name'),
2469 'text',
2471 xl('Account Name issued for NewCrop eRx service.')
2474 'erx_account_password' => array(
2475 xl('NewCrop eRx Password'),
2476 'pass',
2478 xl('Account Password issued for NewCrop eRx service.')
2481 'erx_account_id' => array(
2482 xl('NewCrop eRx Account Id'),
2483 'text',
2484 '1',
2485 xl('Account Id issued for NewCrop eRx service, used to separate multi-facility accounts.')
2488 'erx_upload_active' => array(
2489 xl('Only upload active prescriptions'),
2490 'bool',
2491 '0',
2492 xl('Only upload active prescriptions to NewCrop eRx.')
2495 'erx_import_status_message' => array(
2496 xl('Enable NewCrop eRx import status message'),
2497 'bool',
2498 '0',
2499 xl('Enable import status message after visiting NewCrop eRx.')
2502 'erx_medication_display' => array(
2503 xl('Do not display NewCrop eRx Medications uploaded'),
2504 'bool',
2505 '0',
2506 xl('Do not display Medications uploaded after visiting NewCrop eRx.')
2509 'erx_allergy_display' => array(
2510 xl('Do not display NewCrop eRx Allergy uploaded'),
2511 'bool',
2512 '0',
2513 xl('Do not display Allergies uploaded after visiting NewCrop eRx.')
2516 'erx_default_patient_country' => array(
2517 xl('NewCrop eRx Default Patient Country'),
2518 array(
2519 '' => '',
2520 'US' => xl('USA'),
2521 'CA' => xl('Canada'),
2522 'MX' => xl('Mexico'),
2525 xl('Default Patient Country sent to NewCrop eRx, only if patient country is not set.'),
2528 'erx_debug_setting' => array(
2529 xl('NewCrop eRx Debug Setting'),
2530 array(
2531 0 => xl('None'),
2532 1 => xl('Request Only'),
2533 2 => xl('Response Only'),
2534 3 => xl('Request & Response'),
2536 '0',
2537 xl('Log all NewCrop eRx Requests and / or Responses.'),
2540 'ccda_alt_service_enable' => array(
2541 xl('Enable C-CDA Alternate Service'),
2542 array(
2543 0 => xl('Off'),
2544 1 => xl('Care Coordination Only'),
2545 2 => xl('Portal Only'),
2546 3 => xl('Both'),
2548 '0',
2549 xl('Enable C-CDA Alternate Service')
2552 'phimail_enable' => array(
2553 xl('Enable phiMail Direct Messaging Service'),
2554 'bool', // data type
2555 '0',
2556 xl('Enable phiMail Direct Messaging Service')
2559 'phimail_server_address' => array(
2560 xl('phiMail Server Address'),
2561 'text', // data type
2562 'https://phimail.example.com:32541',
2563 xl('Contact EMR Direct to subscribe to the phiMail Direct messaging service')
2566 'phimail_username' => array(
2567 xl('phiMail Username'),
2568 'text', // data type
2570 xl('Contact EMR Direct to subscribe to the phiMail Direct messaging service')
2573 'phimail_password' => array(
2574 xl('phiMail Password'),
2575 'pass', // data type
2577 xl('Contact EMR Direct to subscribe to the phiMail Direct messaging service')
2580 'phimail_notify' => array(
2581 xl('phiMail notification user'),
2582 'text', // data type
2583 'admin',
2584 xl('This user will receive notification of new incoming Direct messages')
2587 'phimail_interval' => array(
2588 xl('phiMail Message Check Interval (minutes)'),
2589 'num', // data type
2590 '5',
2591 xl('Interval between message checks (set to zero for manual checks only)')
2594 'phimail_ccd_enable' => array(
2595 xl('phiMail Allow CCD Send'),
2596 'bool', // data type
2597 '0',
2598 xl('phiMail Allow CCD Send')
2601 'phimail_ccr_enable' => array(
2602 xl('phiMail Allow CCR Send'),
2603 'bool', // data type
2604 '0',
2605 xl('phiMail Allow CCR Send')
2609 'Rx' => array(
2610 'rx_enable_DEA' => array(
2611 xl('Rx Enable DEA #'),
2612 'bool', // data type
2613 '1',
2614 xl('Rx Enable DEA #')
2616 'rx_show_DEA' => array(
2617 xl('Rx Show DEA #'),
2618 'bool', // data type
2619 '0',
2620 xl('Rx Show DEA #')
2622 'rx_enable_NPI' => array(
2623 xl('Rx Enable NPI'),
2624 'bool', // data type
2625 '0',
2626 xl('Rx Enable NPI')
2628 'rx_show_NPI' => array(
2629 xl('Rx Show NPI'),
2630 'bool', // data type
2631 '0',
2632 xl('Rx Show NPI')
2634 'rx_enable_SLN' => array(
2635 xl('Rx Enable State Lic. #'),
2636 'bool', // data type
2637 '0',
2638 xl('Rx Enable State Lic. #')
2640 'rx_show_SLN' => array(
2641 xl('Rx Show State Lic. #'),
2642 'bool', // data type
2643 '0',
2644 xl('Rx Show State Lic. #')
2646 'rx_show_drug-drug' => array(
2647 xl('Rx NLM Drug-Drug'),
2648 'bool', // data type
2649 '0',
2650 xl('Rx NLM Drug-Drug')
2652 'rx_paper_size' => array(
2653 xl('Rx Paper Size'), // descriptive name
2654 array(
2655 'LETTER' => xl('Letter Paper Size'),
2656 'LEGAL' => xl('Legal Paper Size'),
2657 'FOLIO' => xl('Folio Paper Size'),
2658 'EXECUTIVE' => xl('Executive Paper Size'),
2659 '4A0' => ('4A0' . " " . xl('Paper Size')),
2660 '2A0' => ('2A0' . " " . xl('Paper Size')),
2661 'A0' => ('A0' . " " . xl('Paper Size')),
2662 'A1' => ('A1' . " " . xl('Paper Size')),
2663 'A2' => ('A2' . " " . xl('Paper Size')),
2664 'A3' => ('A3' . " " . xl('Paper Size')),
2665 'A4' => ('A4' . " " . xl('Paper Size')),
2666 'A5' => ('A5' . " " . xl('Paper Size')),
2667 'A6' => ('A6' . " " . xl('Paper Size')),
2668 'A7' => ('A7' . " " . xl('Paper Size')),
2669 'A8' => ('A8' . " " . xl('Paper Size')),
2670 'A9' => ('A9' . " " . xl('Paper Size')),
2671 'A10' => ('A10' . " " . xl('Paper Size')),
2672 'B0' => ('B0' . " " . xl('Paper Size')),
2673 'B1' => ('B1' . " " . xl('Paper Size')),
2674 'B2' => ('B2' . " " . xl('Paper Size')),
2675 'B3' => ('B3' . " " . xl('Paper Size')),
2676 'B4' => ('B4' . " " . xl('Paper Size')),
2677 'B5' => ('B5' . " " . xl('Paper Size')),
2678 'B6' => ('B6' . " " . xl('Paper Size')),
2679 'B7' => ('B7' . " " . xl('Paper Size')),
2680 'B8' => ('B8' . " " . xl('Paper Size')),
2681 'B9' => ('B9' . " " . xl('Paper Size')),
2682 'B10' => ('B10' . " " . xl('Paper Size')),
2683 'C0' => ('C0' . " " . xl('Paper Size')),
2684 'C1' => ('C1' . " " . xl('Paper Size')),
2685 'C2' => ('C2' . " " . xl('Paper Size')),
2686 'C3' => ('C3' . " " . xl('Paper Size')),
2687 'C4' => ('C4' . " " . xl('Paper Size')),
2688 'C5' => ('C5' . " " . xl('Paper Size')),
2689 'C6' => ('C6' . " " . xl('Paper Size')),
2690 'C7' => ('C7' . " " . xl('Paper Size')),
2691 'C8' => ('C8' . " " . xl('Paper Size')),
2692 'C9' => ('C9' . " " . xl('Paper Size')),
2693 'C10' => ('C10' . " " . xl('Paper Size')),
2694 'RA0' => ('RA0' . " " . xl('Paper Size')),
2695 'RA1' => ('RA1' . " " . xl('Paper Size')),
2696 'RA2' => ('RA2' . " " . xl('Paper Size')),
2697 'RA3' => ('RA3' . " " . xl('Paper Size')),
2698 'RA4' => ('RA4' . " " . xl('Paper Size')),
2699 'SRA0' => ('SRA0' . " " . xl('Paper Size')),
2700 'SRA1' => ('SRA1' . " " . xl('Paper Size')),
2701 'SRA2' => ('SRA2' . " " . xl('Paper Size')),
2702 'SRA3' => ('SRA3' . " " . xl('Paper Size')),
2703 'SRA4' => ('SRA4' . " " . xl('Paper Size')),
2705 'LETTER', // default = tree menu
2706 xl('Rx Paper Size')
2708 'rx_left_margin' => array(
2709 xl('Rx Left Margin (px)'),
2710 'num',
2711 '30',
2712 xl('Rx Left Margin (px)')
2714 'rx_right_margin' => array(
2715 xl('Rx Right Margin (px)'),
2716 'num',
2717 '30',
2718 xl('Rx Right Margin (px)')
2720 'rx_top_margin' => array(
2721 xl('Rx Top Margin (px)'),
2722 'num',
2723 '72',
2724 xl('Rx Top Margin (px)')
2726 'rx_bottom_margin' => array(
2727 xl('Rx Bottom Margin (px)'),
2728 'num',
2729 '30',
2730 xl('Rx Bottom Margin (px)')
2734 'PDF' => array (
2735 'pdf_layout' => array (
2736 xl('Layout'),
2737 array(
2738 'P' => xl('Portrait'),
2739 'L' => xl('Landscape')
2741 'P', //defaut
2742 xl("Choose Layout Direction"),
2744 'pdf_language' => array (
2745 xl('PDF Language'),
2746 array(
2747 'aa' => xl('Afar'),
2748 'af' => xl('Afrikaans'),
2749 'ak' => xl('Akan'),
2750 'sq' => xl('Albanian'),
2751 'am' => xl('Amharic'),
2752 'ar' => xl('Arabic'),
2753 'an' => xl('Aragonese'),
2754 'hy' => xl('Armenian'),
2755 'as' => xl('Assamese'),
2756 'av' => xl('Avaric'),
2757 'ae' => xl('Avestan'),
2758 'ay' => xl('Aymara'),
2759 'az' => xl('Azerbaijani'),
2760 'bm' => xl('Bambara'),
2761 'ba' => xl('Bashkir'),
2762 'eu' => xl('Basque'),
2763 'be' => xl('Belarusian'),
2764 'bn' => xl('Bengali- Bangla'),
2765 'bh' => xl('Bihari'),
2766 'bi' => xl('Bislama'),
2767 'bs' => xl('Bosnian'),
2768 'br' => xl('Breton'),
2769 'bg' => xl('Bulgarian'),
2770 'my' => xl('Burmese'),
2771 'ca' => xl('Catalan- Valencian'),
2772 'ch' => xl('Chamorro'),
2773 'ce' => xl('Chechen'),
2774 'ny' => xl('Chichewa- Chewa- Nyanja'),
2775 'zh' => xl('Chinese'),
2776 'cv' => xl('Chuvash'),
2777 'kw' => xl('Cornish'),
2778 'co' => xl('Corsican'),
2779 'cr' => xl('Cree'),
2780 'hr' => xl('Croatian'),
2781 'cs' => xl('Czech'),
2782 'da' => xl('Danish'),
2783 'dv' => xl('Divehi- Dhivehi- Maldivian-'),
2784 'nl' => xl('Dutch'),
2785 'dz' => xl('Dzongkha'),
2786 'en' => xl('English'),
2787 'eo' => xl('Esperanto'),
2788 'et' => xl('Estonian'),
2789 'ee' => xl('Ewe'),
2790 'fo' => xl('Faroese'),
2791 'fj' => xl('Fijian'),
2792 'fi' => xl('Finnish'),
2793 'fr' => xl('French'),
2794 'ff' => xl('Fula- Fulah- Pulaar- Pular'),
2795 'gl' => xl('Galician'),
2796 'ka' => xl('Georgian'),
2797 'de' => xl('German'),
2798 'el' => xl('Greek, Modern'),
2799 'gn' => xl('Guarani'),
2800 'gu' => xl('Gujarati'),
2801 'ht' => xl('Haitian- Haitian Creole'),
2802 'ha' => xl('Hausa'),
2803 'he' => xl('Hebrew (modern)'),
2804 'hz' => xl('Herero'),
2805 'hi' => xl('Hindi'),
2806 'ho' => xl('Hiri Motu'),
2807 'hu' => xl('Hungarian'),
2808 'ia' => xl('Interlingua'),
2809 'id' => xl('Indonesian'),
2810 'ie' => xl('Interlingue'),
2811 'ga' => xl('Irish'),
2812 'ig' => xl('Igbo'),
2813 'ik' => xl('Inupiaq'),
2814 'io' => xl('Ido'),
2815 'is' => xl('Icelandic'),
2816 'it' => xl('Italian'),
2817 'iu' => xl('Inuktitut'),
2818 'ja' => xl('Japanese'),
2819 'jv' => xl('Javanese'),
2820 'kl' => xl('Kalaallisut, Greenlandic'),
2821 'kn' => xl('Kannada'),
2822 'kr' => xl('Kanuri'),
2823 'ks' => xl('Kashmiri'),
2824 'kk' => xl('Kazakh'),
2825 'km' => xl('Khmer'),
2826 'ki' => xl('Kikuyu, Gikuyu'),
2827 'rw' => xl('Kinyarwanda'),
2828 'ky' => xl('Kyrgyz'),
2829 'kv' => xl('Komi'),
2830 'kg' => xl('Kongo'),
2831 'ko' => xl('Korean'),
2832 'ku' => xl('Kurdish'),
2833 'kj' => xl('Kwanyama, Kuanyama'),
2834 'la' => xl('Latin'),
2835 'lb' => xl('Luxembourgish, Letzeburgesch'),
2836 'lg' => xl('Ganda'),
2837 'li' => xl('Limburgish, Limburgan, Limburger'),
2838 'ln' => xl('Lingala'),
2839 'lo' => xl('Lao'),
2840 'lt' => xl('Lithuanian'),
2841 'lu' => xl('Luba-Katanga'),
2842 'lv' => xl('Latvian'),
2843 'gv' => xl('Manx'),
2844 'mk' => xl('Macedonian'),
2845 'mg' => xl('Malagasy'),
2846 'ms' => xl('Malay'),
2847 'ml' => xl('Malayalam'),
2848 'mt' => xl('Maltese'),
2849 'mi' => xl('Maori'),
2850 'mr' => xl('Marathi (Marathi)'),
2851 'mh' => xl('Marshallese'),
2852 'mn' => xl('Mongolian'),
2853 'na' => xl('Nauru'),
2854 'nv' => xl('Navajo, Navaho'),
2855 'nb' => xl('Norwegian Bokmal'),
2856 'nd' => xl('North Ndebele'),
2857 'ne' => xl('Nepali'),
2858 'ng' => xl('Ndonga'),
2859 'nn' => xl('Norwegian Nynorsk'),
2860 'no' => xl('Norwegian'),
2861 'ii' => xl('Nuosu'),
2862 'nr' => xl('South Ndebele'),
2863 'oc' => xl('Occitan'),
2864 'oj' => xl('Ojibwe, Ojibwa'),
2865 'cu' => xl('Old Church Slavonic, Church Slavonic, Old Bulgarian'),
2866 'om' => xl('Oromo'),
2867 'or' => xl('Oriya'),
2868 'os' => xl('Ossetian, Ossetic'),
2869 'pa' => xl('Panjabi, Punjabi'),
2870 'pi' => xl('Pali'),
2871 'fa' => xl('Persian (Farsi)'),
2872 'pl' => xl('Polish'),
2873 'ps' => xl('Pashto, Pushto'),
2874 'pt' => xl('Portuguese'),
2875 'qu' => xl('Quechua'),
2876 'rm' => xl('Romansh'),
2877 'rn' => xl('Kirundi'),
2878 'ro' => xl('Romanian'),
2879 'ru' => xl('Russian'),
2880 'sa' => xl('Sanskrit (Samskrta)'),
2881 'sc' => xl('Sardinian'),
2882 'sd' => xl('Sindhi'),
2883 'se' => xl('Northern Sami'),
2884 'sm' => xl('Samoan'),
2885 'sg' => xl('Sango'),
2886 'sr' => xl('Serbian'),
2887 'gd' => xl('Scottish Gaelic- Gaelic'),
2888 'sn' => xl('Shona'),
2889 'si' => xl('Sinhala, Sinhalese'),
2890 'sk' => xl('Slovak'),
2891 'sl' => xl('Slovene'),
2892 'so' => xl('Somali'),
2893 'st' => xl('Southern Sotho'),
2894 'es' => xl('Spanish- Castilian'),
2895 'su' => xl('Sundanese'),
2896 'sw' => xl('Swahili'),
2897 'ss' => xl('Swati'),
2898 'sv' => xl('Swedish'),
2899 'ta' => xl('Tamil'),
2900 'te' => xl('Telugu'),
2901 'tg' => xl('Tajik'),
2902 'th' => xl('Thai'),
2903 'ti' => xl('Tigrinya'),
2904 'bo' => xl('Tibetan Standard, Tibetan, Central'),
2905 'tk' => xl('Turkmen'),
2906 'tl' => xl('Tagalog'),
2907 'tn' => xl('Tswana'),
2908 'to' => xl('Tonga (Tonga Islands)'),
2909 'tr' => xl('Turkish'),
2910 'ts' => xl('Tsonga'),
2911 'tt' => xl('Tatar'),
2912 'tw' => xl('Twi'),
2913 'ty' => xl('Tahitian'),
2914 'ug' => xl('Uyghur, Uighur'),
2915 'uk' => xl('Ukrainian'),
2916 'ur' => xl('Urdu'),
2917 'uz' => xl('Uzbek'),
2918 've' => xl('Venda'),
2919 'vi' => xl('Vietnamese'),
2920 'vo' => xl('Volapuk'),
2921 'wa' => xl('Walloon'),
2922 'cy' => xl('Welsh'),
2923 'wo' => xl('Wolof'),
2924 'fy' => xl('Western Frisian'),
2925 'xh' => xl('Xhosa'),
2926 'yi' => xl('Yiddish'),
2927 'yo' => xl('Yoruba'),
2928 'za' => xl('Zhuang, Chuang'),
2929 'zu' => xl('Zulu'),
2931 'en', // default English
2932 xl('Choose PDF languange Preference'),
2934 'pdf_size' => array(
2935 xl('Paper Size'), // Descriptive Name
2936 array(
2937 'LETTER' => xl('Letter Paper Size'),
2938 'LEGAL' => xl('Legal Paper Size'),
2939 'FOLIO' => xl('Folio Paper Size'),
2940 'EXECUTIVE' => xl('Executive Paper Size'),
2941 '4A0' => ('4A0' . " " . xl('Paper Size')),
2942 '2A0' => ('2A0' . " " . xl('Paper Size')),
2943 'A0' => ('A0' . " " . xl('Paper Size')),
2944 'A1' => ('A1' . " " . xl('Paper Size')),
2945 'A2' => ('A2' . " " . xl('Paper Size')),
2946 'A3' => ('A3' . " " . xl('Paper Size')),
2947 'A4' => ('A4' . " " . xl('Paper Size')),
2948 'A5' => ('A5' . " " . xl('Paper Size')),
2949 'A6' => ('A6' . " " . xl('Paper Size')),
2950 'A7' => ('A7' . " " . xl('Paper Size')),
2951 'A8' => ('A8' . " " . xl('Paper Size')),
2952 'A9' => ('A9' . " " . xl('Paper Size')),
2953 'A10' => ('A10' . " " . xl('Paper Size')),
2954 'B0' => ('B0' . " " . xl('Paper Size')),
2955 'B1' => ('B1' . " " . xl('Paper Size')),
2956 'B2' => ('B2' . " " . xl('Paper Size')),
2957 'B3' => ('B3' . " " . xl('Paper Size')),
2958 'B4' => ('B4' . " " . xl('Paper Size')),
2959 'B5' => ('B5' . " " . xl('Paper Size')),
2960 'B6' => ('B6' . " " . xl('Paper Size')),
2961 'B7' => ('B7' . " " . xl('Paper Size')),
2962 'B8' => ('B8' . " " . xl('Paper Size')),
2963 'B9' => ('B9' . " " . xl('Paper Size')),
2964 'B10' => ('B10' . " " . xl('Paper Size')),
2965 'C0' => ('C0' . " " . xl('Paper Size')),
2966 'C1' => ('C1' . " " . xl('Paper Size')),
2967 'C2' => ('C2' . " " . xl('Paper Size')),
2968 'C3' => ('C3' . " " . xl('Paper Size')),
2969 'C4' => ('C4' . " " . xl('Paper Size')),
2970 'C5' => ('C5' . " " . xl('Paper Size')),
2971 'C6' => ('C6' . " " . xl('Paper Size')),
2972 'C7' => ('C7' . " " . xl('Paper Size')),
2973 'C8' => ('C8' . " " . xl('Paper Size')),
2974 'C9' => ('C9' . " " . xl('Paper Size')),
2975 'C10' => ('C10' . " " . xl('Paper Size')),
2976 'RA0' => ('RA0' . " " . xl('Paper Size')),
2977 'RA1' => ('RA1' . " " . xl('Paper Size')),
2978 'RA2' => ('RA2' . " " . xl('Paper Size')),
2979 'RA3' => ('RA3' . " " . xl('Paper Size')),
2980 'RA4' => ('RA4' . " " . xl('Paper Size')),
2981 'SRA0' => ('SRA0' . " " . xl('Paper Size')),
2982 'SRA1' => ('SRA1' . " " . xl('Paper Size')),
2983 'SRA2' => ('SRA2' . " " . xl('Paper Size')),
2984 'SRA3' => ('SRA3' . " " . xl('Paper Size')),
2985 'SRA4' => ('SRA4' . " " . xl('Paper Size')),
2987 'LETTER',
2988 xl('Choose Paper Size')
2990 'pdf_left_margin' => array(
2991 xl('Left Margin (mm)'),
2992 'num',
2993 '5',
2994 xl('Left Margin (mm)')
2996 'pdf_right_margin' => array(
2997 xl('Right Margin (mm)'),
2998 'num',
2999 '5',
3000 xl('Right Margin (mm)')
3002 'pdf_top_margin' => array(
3003 xl('Top Margin (mm)'),
3004 'num',
3005 '5',
3006 xl('Top Margin (mm)')
3008 'pdf_bottom_margin' => array(
3009 xl('Bottom Margin (px)'),
3010 'num',
3011 '8',
3012 xl('Bottom Margin (px)')
3014 'pdf_output' => array (
3015 xl('Output Type'),
3016 array(
3017 'D' => xl('Download'),
3018 'I' => xl('Inline')
3020 'D', //defaut
3021 xl("Choose Download or Display Inline"),
3024 'chart_label_type' => array(
3025 xl('Patient Label Type'),
3026 array(
3027 '0' => xl('None'),
3028 '1' => '5160',
3029 '2' => '5161',
3030 '3' => '5162'
3032 '1', // default
3033 xl('Avery Label type for printing patient labels from popups in left nav screen'),
3036 'barcode_label_type' => array(
3037 xl('Barcode Label Type'),
3038 array(
3039 '0' => xl('None'),
3040 '1' => 'std25',
3041 '2' => 'int25',
3042 '3' => 'ean8',
3043 '4' => 'ean13',
3044 '5' => 'upc',
3045 '6' => 'code11',
3046 '7' => 'code39',
3047 '8' => 'code93',
3048 '9' => 'code128',
3049 '10' => 'codabar',
3050 '11' => 'msi',
3051 '12' => 'datamatrix'
3053 '9', // default = None
3054 xl('Barcode type for printing barcode labels from popups in left nav screen.')
3057 'addr_label_type' => array(
3058 xl('Print Patient Address Label'),
3059 'bool', // data type
3060 '1', // default = false
3061 xl('Select to print patient address labels from popups in left nav screen.')