improved global labels for prior commit (by Terry and fsgl)
[openemr.git] / library / globals.inc.php
blob81bfd6e67cc4058b1210c535e7007823863946f3
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 // Spanish (Latin American) // xl('Spanish (Latin American)')
61 // Spanish (Spain) // xl('Spanish (Spain)')
62 // Swedish // xl('Swedish')
63 // Turkish // xl('Turkish')
64 // Ukrainian // xl('Ukrainian')
65 // Vietnamese // xl('Vietnamese')
67 // OS-dependent stuff.
68 if (stristr(PHP_OS, 'WIN')) {
69 // MS Windows
70 $mysql_bin_dir = 'C:/xampp/mysql/bin';
71 $perl_bin_dir = 'C:/xampp/perl/bin';
72 $temporary_files_dir = 'C:/windows/temp';
73 $backup_log_dir = 'C:/windows/temp';
75 else {
76 // Everything else
77 $mysql_bin_dir = '/usr/bin';
78 $perl_bin_dir = '/usr/bin';
79 $temporary_files_dir = '/tmp';
80 $backup_log_dir = '/tmp';
83 // Language constant declarations:
84 // xl('Appearance')
85 // xl('Locale')
86 // xl('Features')
87 // xl('Calendar')
88 // xl('Security')
89 // xl('Notifications')
90 // xl('Miscellaneous')
92 // List of user specific tabs and globals
93 $USER_SPECIFIC_TABS = array('Appearance',
94 'Locale',
95 'Report',
96 'Calendar',
97 'Connectors');
98 $USER_SPECIFIC_GLOBALS = array('default_top_pane',
99 'concurrent_layout',
100 'css_header',
101 'gbl_pt_list_page_size',
102 'gbl_pt_list_new_window',
103 'drop_bottom',
104 'units_of_measurement',
105 'us_weight_format',
106 'date_display_format',
107 'time_display_format',
108 'ledger_begin_date',
109 'print_next_appointment_on_ledger',
110 'calendar_view_type',
111 'event_color',
112 'pat_trkr_timer',
113 'checkout_roll_off',
114 'ptkr_pt_list_new_window',
115 'erx_import_status_message');
117 $GLOBALS_METADATA = array(
119 // Appearance Tab
121 'Appearance' => array(
123 'default_top_pane' => array(
124 xl('Main Top Pane Screen'), // descriptive name
125 array(
126 'main_info.php' => xl('Calendar Screen'),
127 '../new/new.php' => xl('Patient Search/Add Screen'),
128 '../../interface/patient_tracker/patient_tracker.php?skip_timeout_reset=1' => xl('Patient Flow Board'),
130 'main_info.php', // default = calendar
131 xl('Type of screen layout')
134 'concurrent_layout' => array(
135 xl('Layout Style'), // descriptive name
136 array(
137 '0' => xl('Old style layout with no left menu'),
138 '1' => xl('Navigation menu consists of pairs of radio buttons'),
139 '2' => xl('Navigation menu is a tree view'),
140 '3' => xl('Navigation uses a sliding menu'),
142 '3', // default = tree menu
143 xl('Type of screen layout')
146 'default_encounter_view' => array(
147 xl('Default Encounter View'), // descriptive name
148 array(
149 '0' => xl('Clinical View'),
150 '1' => xl('Billing View'),
152 '0', // default = tree menu
153 xl('Choose your default encounter view')
156 'css_header' => array(
157 xl('Theme'),
158 'css',
159 'style_oemr.css',
160 xl('Pick a CSS theme.')
163 'gbl_nav_area_width' => array(
164 xl('Navigation Area Width'),
165 'num',
166 '150',
167 xl('Width in pixels of the left navigation frame.')
170 'openemr_name' => array(
171 xl('Application Title'),
172 'text',
173 'OpenEMR',
174 xl('Application name for login page and main window title.')
177 'full_new_patient_form' => array(
178 xl('New Patient Form'),
179 array(
180 '0' => xl('Old-style static form without search or duplication check'),
181 '1' => xl('All demographics fields, with search and duplication check'),
182 '2' => xl('Mandatory or specified fields only, search and dup check'),
183 '3' => xl('Mandatory or specified fields only, dup check, no search'),
185 '1', // default
186 xl('Style of form used for adding new patients')
189 'patient_search_results_style' => array(
190 xl('Patient Search Results Style'),
191 array(
192 '0' => xl('Encounter statistics'),
193 '1' => xl('Mandatory and specified fields'),
195 '0', // default
196 xl('Type of columns displayed for patient search results')
199 'gbl_tall_nav_area' => array(
200 xl('Tall Navigation Area'),
201 'bool', // data type
202 '0', // default = false
203 xl('Navigation area uses full height of frameset')
206 'gbl_nav_visit_forms' => array(
207 xl('Navigation Area Visit Forms'),
208 'bool', // data type
209 '1', // default = true
210 xl('Navigation area includes encounter forms')
213 'simplified_demographics' => array(
214 xl('Simplified Demographics'),
215 'bool', // data type
216 '0', // default = false
217 xl('Omit insurance and some other things from the demographics form')
220 'simplified_prescriptions' => array(
221 xl('Simplified Prescriptions'),
222 'bool', // data type
223 '0', // default = false
224 xl('Omit form, route and interval which then become part of dosage')
227 'simplified_copay' => array(
228 xl('Simplified Co-Pay'),
229 'bool', // data type
230 '0', // default = false
231 xl('Omit method of payment from the co-pay panel')
234 'use_charges_panel' => array(
235 xl('Use Charges Panel'),
236 'bool', // data type
237 '0', // default = false
238 xl('Enables the old Charges panel for entering billing codes and payments. Not recommended, use the Fee Sheet instead.')
241 // TajEmo Work BY CB 2012/06/21 10:42:31 AM added option to Hide Fees
242 'enable_fees_in_left_menu' => array(
243 xl('Enable Fees In Left Menu'),
244 'bool', // data type
245 '1', // default = true
246 xl('Enable Fees In Left Menu')
248 // EDI history 2012-09-13
249 'enable_edihistory_in_left_menu' => array(
250 xl('Enable EDI History In Left Menu'),
251 'bool', // data type
252 '1', // default = true
253 xl('EDI History (under Fees) for storing and interpreting EDI claim response files')
256 'online_support_link' => array(
257 xl('Online Support Link'),
258 'text', // data type
259 'http://open-emr.org/',
260 xl('URL for OpenEMR support.')
263 'drop_bottom' => array(
264 xl('Remove Bottom Pane'),
265 'bool', // data type
266 '0', // default = false
267 xl('Removes the bottom pane by default on start up.')
270 'encounter_page_size' => array(
271 xl('Encounter Page Size'),
272 array(
273 '0' => xl('Show All'),
274 '5' => '5',
275 '10' => '10',
276 '15' => '15',
277 '20' => '20',
278 '25' => '25',
279 '50' => '50',
281 '20',
282 xl('Number of encounters to display per page.')
285 'gbl_pt_list_page_size' => array(
286 xl('Patient List Page Size'),
287 array(
288 '10' => '10',
289 '25' => '25',
290 '50' => '50',
291 '100' => '100',
293 '10',
294 xl('Number of patients to display per page in the patient list.')
297 'gbl_pt_list_new_window' => array(
298 xl('Patient List New Window'),
299 'bool', // data type
300 '0', // default = false
301 xl('Default state of New Window checkbox in the patient list.')
304 'gbl_vitals_options' => array(
305 xl('Vitals Form Options'),
306 array(
307 '0' => xl('Standard'),
308 '1' => xl('Omit circumferences'),
310 '0', // default
311 xl('Special treatment for the Vitals form')
316 // Locale Tab
318 'Locale' => array(
320 'language_default' => array(
321 xl('Default Language'),
322 'lang', // data type
323 'English (Standard)', // default = english
324 xl('Default language if no other is allowed or chosen.')
327 'language_menu_showall' => array(
328 xl('All Languages Allowed'),
329 'bool', // data type
330 '1', // default = true
331 xl('Allow all available languages as choices on menu at login.')
334 'language_menu_other' => array(
335 xl('Allowed Languages'),
336 'm_lang', // data type
337 '', // default = none
338 xl('Select which languages, if any, may be chosen at login. (only pertinent if above All Languages Allowed is turned off)')
341 'allow_debug_language' => array(
342 xl('Allow Debugging Language'),
343 'bool', // data type
344 '1', // default = true during development and false for production releases
345 xl('This will allow selection of the debugging (\'dummy\') language.')
348 'translate_layout' => array(
349 xl('Translate Layouts'),
350 'bool', // data type
351 '1', // default = true
352 xl('Is text from form layouts to be translated?')
355 'translate_lists' => array(
356 xl('Translate Lists'),
357 'bool', // data type
358 '1', // default = true
359 xl('Is text from lists to be translated?')
362 'translate_gacl_groups' => array(
363 xl('Translate Access Control Groups'),
364 'bool', // data type
365 '1', // default = true
366 xl('Are access control group names to be translated?')
369 'translate_form_titles' => array(
370 xl('Translate Patient Note Titles'),
371 'bool', // data type
372 '1', // default = true
373 xl('Are patient note titles to be translated?')
376 'translate_document_categories' => array(
377 xl('Translate Document Categories'),
378 'bool', // data type
379 '1', // default = true
380 xl('Are document category names to be translated?')
383 'translate_appt_categories' => array(
384 xl('Translate Appointment Categories'),
385 'bool', // data type
386 '1', // default = true
387 xl('Are appointment category names to be translated?')
390 'units_of_measurement' => array(
391 xl('Units for Visit Forms'),
392 array(
393 '1' => xl('Show both US and metric (main unit is US)'),
394 '2' => xl('Show both US and metric (main unit is metric)'),
395 '3' => xl('Show US only'),
396 '4' => xl('Show metric only'),
398 '1', // default = Both/US
399 xl('Applies to the Vitals form and Growth Chart')
402 'us_weight_format' => array(
403 xl('Display Format for US Weights'),
404 array(
405 '1'=>xl('Show pounds as decimal value'),
406 '2'=>xl('Show pounds and ounces')
408 '1',
409 xl('Applies to Vitals form')
412 'disable_deprecated_metrics_form' => array(
413 xl('Disable Old Metric Vitals Form'),
414 'bool', // data type
415 '1', // default = true
416 xl('This was the older metric-only Vitals form, now deprecated.')
419 'phone_country_code' => array(
420 xl('Telephone Country Code'),
421 'num',
422 '1', // default = North America
423 xl('1 = North America. See http://www.wtng.info/ for a list of other country codes.')
426 'date_display_format' => array(
427 xl('Date Display Format'),
428 array(
429 '0' => xl('YYYY-MM-DD'),
430 '1' => xl('MM/DD/YYYY'),
431 '2' => xl('DD/MM/YYYY'),
433 '0',
434 xl('Format used to display most dates.')
437 'time_display_format' => array(
438 xl('Time Display Format'),
439 array(
440 '0' => xl('24 hr'),
441 '1' => xl('12 hr'),
443 '0',
444 xl('Format used to display most times.')
447 'currency_decimals' => array(
448 xl('Currency Decimal Places'),
449 array(
450 '0' => xl('0'),
451 '1' => xl('1'),
452 '2' => xl('2'),
454 '2',
455 xl('Number of digits after decimal point for currency, usually 0 or 2.')
458 'currency_dec_point' => array(
459 xl('Currency Decimal Point Symbol'),
460 array(
461 '.' => xl('Period'),
462 ',' => xl('Comma'),
464 '.',
465 xl('Symbol used as the decimal point for currency. Not used if Decimal Places is 0.')
468 'currency_thousands_sep' => array(
469 xl('Currency Thousands Separator'),
470 array(
471 ',' => xl('Comma'),
472 '.' => xl('Period'),
473 ' ' => xl('Space'),
474 '' => xl('None'),
476 ',',
477 xl('Symbol used to separate thousands for currency.')
480 'gbl_currency_symbol' => array(
481 xl('Currency Designator'),
482 'text', // data type
483 '$', // default
484 xl('Code or symbol to indicate currency')
486 'age_display_format'=>array(xl('Age Display Format'),
487 array(
488 '0'=>xl('Years or months'),
489 '1'=>xl('Years, months and days')
491 '0',
492 xl('Format for age display')
494 'age_display_limit' => array(
495 xl('Age in Years for Display Format Change'),
496 'num',
497 '3',
498 xl('If YMD is selected for age display, switch to just Years when patients older than this value in years')
502 // Features Tab
504 'Features' => array(
506 'specific_application' => array(
507 xl('Specific Application'),
508 array(
509 '0' => xl('None'),
510 '1' => xl('Athletic team'),
511 '2' => xl('IPPF'),
512 '3' => xl('Weight loss clinic'),
514 '0', // default
515 xl('Indicator for specialized usage')
518 'inhouse_pharmacy' => array(
519 xl('Drugs and Products'),
520 array(
521 '0' => xl('Do not inventory and sell any products'),
522 '1' => xl('Inventory and sell drugs only'),
523 '2' => xl('Inventory and sell both drugs and non-drug products'),
524 '3' => xl('Products but no prescription drugs and no templates'),
526 '0', // default
527 xl('Option to support inventory and sales of products')
530 'disable_chart_tracker' => array(
531 xl('Disable Chart Tracker'),
532 'bool', // data type
533 '0', // default = false
534 xl('Removes the Chart Tracker feature')
537 'disable_phpmyadmin_link' => array(
538 xl('Disable phpMyAdmin'),
539 'bool', // data type
540 '0', // default = false
541 xl('Removes support for phpMyAdmin')
544 'disable_immunizations' => array(
545 xl('Disable Immunizations'),
546 'bool', // data type
547 '0', // default = false
548 xl('Removes support for immunizations')
551 'disable_prescriptions' => array(
552 xl('Disable Prescriptions'),
553 'bool', // data type
554 '0', // default = false
555 xl('Removes support for prescriptions')
558 'omit_employers' => array(
559 xl('Omit Employers'),
560 'bool', // data type
561 '0', // default = false
562 xl('Omit employer information in patient demographics')
565 'select_multi_providers' => array(
566 xl('Support Multi-Provider Events'),
567 'bool', // data type
568 '0', // default = false
569 xl('Support calendar events that apply to multiple providers')
572 'disable_non_default_groups' => array(
573 xl('Disable User Groups'),
574 'bool', // data type
575 '1', // default = true
576 xl('Normally this should be checked. Not related to access control.')
579 'ignore_pnotes_authorization' => array(
580 xl('Skip Authorization of Patient Notes'),
581 'bool', // data type
582 '1', // default = true
583 xl('Do not require patient notes to be authorized')
586 'support_encounter_claims' => array(
587 xl('Allow Encounter Claims'),
588 'bool', // data type
589 '0', // default = false
590 xl('Allow creation of claims containing diagnoses but not procedures or charges. Most clinics do not want this.')
593 'advance_directives_warning' => array(
594 xl('Advance Directives Warning'),
595 'bool', // data type
596 '0', // default = false
597 xl('Display advance directives in the demographics page.')
600 'configuration_import_export' => array(
601 xl('Configuration Export/Import'),
602 'bool', // data type
603 '0', // default = false
604 xl('Support export/import of configuration data via the Backup page.')
607 'restrict_user_facility' => array(
608 xl('Restrict Users to Facilities'),
609 'bool', // data type
610 '0', // default
611 xl('Restrict non-authorized users to the Schedule Facilities set in User admin.')
614 'set_facility_cookie' => array(
615 xl('Remember Selected Facility'),
616 'bool', // data type
617 '0', // default
618 xl('Set a facility cookie to remember the selected facility between logins.')
621 'receipts_by_provider' => array(
622 xl('Print Receipts by Provider'),
623 'bool',
624 '0', // default
625 xl('Causes Receipts to Print Encounter/Primary Provider Info')
628 'discount_by_money' => array(
629 xl('Discounts as Monetary Amounts'),
630 'bool', // data type
631 '1', // default = true
632 xl('Discounts at checkout time are entered as money amounts, as opposed to percentage.')
635 'gbl_visit_referral_source' => array(
636 xl('Referral Source for Encounters'),
637 'bool', // data type
638 '0', // default = false
639 xl('A referral source may be specified for each visit.')
642 'gbl_mask_patient_id' => array(
643 xl('Mask for Patient IDs'),
644 'text', // data type
645 '', // default
646 xl('Specifies formatting for the external patient ID. # = digit, @ = alpha, * = any character. Empty if not used.')
649 'gbl_mask_invoice_number' => array(
650 xl('Mask for Invoice Numbers'),
651 'text', // data type
652 '', // default
653 xl('Specifies formatting for invoice reference numbers. # = digit, @ = alpha, * = any character. Empty if not used.')
656 'gbl_mask_product_id' => array(
657 xl('Mask for Product IDs'),
658 'text', // data type
659 '', // default
660 xl('Specifies formatting for product NDC fields. # = digit, @ = alpha, * = any character. Empty if not used.')
663 'force_billing_widget_open' => array(
664 xl('Force Billing Widget Open'),
665 'bool', // data type
666 '0', // default = false
667 xl('This will force the Billing Widget in the Patient Summary screen to always be open.')
670 'num_past_appointments_to_show' => array(
671 xl('Past Appointment Display Widget'),
672 'num', // data type
673 '0', // default = false
674 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)')
677 'activate_ccr_ccd_report' => array(
678 xl('Activate CCR/CCD Reporting'),
679 'bool', // data type
680 '1', // default = true
681 xl('This will activate the CCR(Continuity of Care Record) and CCD(Continuity of Care Document) reporting.')
684 'hide_document_encryption' => array(
685 xl('Hide Encryption/Decryption Options In Document Management'),
686 'bool', // data type
687 '1', // default = true
688 xl('This will deactivate document the encryption and decryption features, and hide them in the UI.')
691 'use_custom_immun_list' => array(
692 xl('Use Custom Immunization List'),
693 'bool', // data type
694 '0', // default = true
695 xl('This will use the custom immunizations list rather than the standard CVX immunization list.')
698 'cms_1500' => array(
699 xl('CMS 1500 Paper Form Format'),
700 array(
701 '0' => xl('08/05{{CMS 1500 format date revision setting in globals}}'),
702 '1' => xl('02/12{{CMS 1500 format date revision setting in globals}}'),
704 '1', // default
705 xl('This specifies which revision of the form the billing module should generate')
708 'cms_1500_box_31_format' => array(
709 xl('CMS 1500: Box 31 Format'),
710 array(
711 '0' => xl('Signature on File'),
712 '1' => xl('Firstname Lastname'),
713 '2' => xl('None'),
715 '0', // default
716 xl('This specifies whether to include date in Box 31.')
719 'cms_1500_box_31_date' => array(
720 xl('CMS 1500: Date in Box 31 (Signature)'),
721 array(
722 '0' => xl('None'),
723 '1' => xl('Date of Service'),
724 '2' => xl('Today'),
726 '0', // default
727 xl('This specifies whether to include date in Box 31.')
730 'amendments' => array (
731 xl('Amendments'),
732 'bool', // data type
733 '1', // default = true
734 xl('Enable amendments feature')
737 // Report Tab
739 'Report' => array(
741 'use_custom_daysheet' => array(
742 xl('Use Custom End of Day Report'),
743 array(
744 '0' => xl('None'),
745 '1' => xl('Print End of Day Report 1'),
746 '2' => xl('Print End of Day Report 2'),
747 '3' => xl('Print End of Day Report 3'),
748 ), // data type
749 '1', // default = Print End of Day Report 1
750 xl('This will allow the use of the custom End of Day report and indicate which report to use.')
753 'daysheet_provider_totals' => array(
754 xl('End of Day by Provider or allow Totals Only'),
755 array(
756 '0' => xl('Provider'),
757 '1' => xl('Totals Only'),
759 '1', // default
760 xl('This specifies the Printing of the Custom End of Day Report grouped Provider or allow the Printing of Totals Only')
763 'ledger_begin_date' => array(
764 xl('Beginning Date for Ledger Report'),
765 array(
766 'Y1' => xl('One Year Ago'),
767 'Y2' => xl('Two Years Ago'),
768 'M6' => xl('Six Months Ago'),
769 'M3' => xl('Three Months Ago'),
770 'M1' => xl('One Month Ago'),
771 'D1' => xl('One Day Ago'),
773 'Y1', // default = One Year
774 xl('This is the Beginning date for the Ledger Report.')
777 'print_next_appointment_on_ledger' => array(
778 xl('Print the Next Appointment on the Bottom of the Ledger'),
779 'bool', // data type
780 '1', // default = true
781 xl('This Will Print the Next Appointment on the Bottom of the Patient Ledger')
784 'sales_report_invoice' => array(
785 xl('Display Invoice Number or Patient Name or Both in the Sales Report'),
786 array(
787 '0' => xl('Invoice Number'),
788 '1' => xl('Patient Name and ID'),
789 '2' => xl('Patient Name and Invoice'),
791 '2', // default = 2
792 xl('This will Display the Invoice Number in the Sales Report or the Patient Name and ID or Patient Name and Invoice Number.')
796 // Billing Tab
798 'Billing' => array(
800 'support_fee_sheet_line_item_provider' => array(
801 xl('Support provider in line item in fee sheet'),
802 'bool', // data type
803 '0', // default = false
804 xl('This Enables provider in line item in the fee sheet')
807 'default_fee_sheet_line_item_provider' => array(
808 xl('Default to a provider for line item in the fee sheet'),
809 'bool', // data type
810 '0', // default = false
811 xl('Default to a provider for line item in the fee sheet.(only applicable if Support line item billing in option above)')
815 // E-Sign Tab
817 'E-Sign' => array(
819 'esign_all' => array(
820 xl('Allows E-Sign on the entire encounter'),
821 'bool', // data type
822 '0', // default = false
823 xl('This will enable signing an entire encounter, rather than individual forms')
826 'lock_esign_all' => array(
827 xl('Lock e-signed encounters and their forms'),
828 'bool', // data type
829 '0', // default = false
830 xl('This will disable the Edit button on all forms whose parent encounter is e-signed')
833 'esign_individual' => array(
834 xl('Allows E-Signing Individual Forms'),
835 'bool', // data type
836 '1', // default = false
837 xl('This will enable signing individual forms separately')
840 'lock_esign_individual' => array(
841 xl('Lock an e-signed form individually'),
842 'bool', // data type
843 '1', // default = false
844 xl('This will disable the Edit button on any form that is e-signed')
847 'esign_lock_toggle' => array(
848 xl('Enable lock toggle'),
849 'bool', // data type
850 '0', // default = false
851 xl('This will give the user the option to lock (separate locking and signing)')
854 'esign_report_hide_empty_sig' => array(
855 xl('Hide Empty E-Sign Logs On Report'),
856 'bool', // data type
857 '1', // default = false
858 xl('This will hide empty e-sign logs on the patient report')
862 //Documents Tab
863 'Documents' => array(
864 'document_storage_method' => array(
865 xl('Document Storage Method'),
866 array(
867 '0' => xl('Hard Disk'),
868 '1' => xl('CouchDB')
870 '0', // default
871 xl('Option to save method of document storage.')
873 'couchdb_host' => array(
874 xl('CouchDB HostName'),
875 'text',
876 'localhost',
877 xl('CouchDB host'),
879 'couchdb_user' => array(
880 xl('CouchDB UserName'),
881 'text',
883 xl('Username to connect to CouchDB'),
885 'couchdb_pass' => array(
886 xl('CouchDB Password'),
887 'text',
889 xl('Password to connect to CouchDB'),
891 'couchdb_port' => array(
892 xl('CouchDB Port'),
893 'text',
894 '5984',
895 xl('CouchDB port'),
897 'couchdb_dbase' => array(
898 xl('CouchDB Database'),
899 'text',
901 xl('CouchDB database name'),
903 'couchdb_log' => array(
904 xl('CouchDB Log Enable'),
905 'bool',
906 '0',
907 xl('Enable log for document uploads/downloads to CouchDB'),
910 'patient_id_category_name' => array(
911 xl('Patient ID Category Name'),
912 'text', // data type
913 'Patient ID card', // default
914 xl('Optional category name for an ID Card image that can be viewed from the patient summary page.')
917 'patient_photo_category_name' => array(
918 xl('Patient Photo Category Name'),
919 'text', // data type
920 'Patient Photograph', // default
921 xl('Optional category name for photo images that can be viewed from the patient summary page.')
924 'lab_results_category_name' => array(
925 xl('Lab Results Category Name'),
926 'text', // data type
927 'Lab Report', // default
928 xl('Document category name for storage of electronically received lab results.')
931 'gbl_mdm_category_name' => array(
932 xl('MDM Document Category Name'),
933 'text', // data type
934 'Lab Report', // default
935 xl('Document category name for storage of electronically received MDM documents.')
940 // Calendar Tab
942 'Calendar' => array(
944 'disable_calendar' => array(
945 xl('Disable Calendar'),
946 'bool', // data type
947 '0', // default
948 xl('Do not display the calendar.')
951 'schedule_start' => array(
952 xl('Calendar Starting Hour'),
953 'hour',
954 '8', // default
955 xl('Beginning hour of day for calendar events.')
958 'schedule_end' => array(
959 xl('Calendar Ending Hour'),
960 'hour',
961 '17', // default
962 xl('Ending hour of day for calendar events.')
965 'calendar_interval' => array(
966 xl('Calendar Interval'),
967 array(
968 '5' => '5',
969 '10' => '10',
970 '15' => '15',
971 '20' => '20',
972 '30' => '30',
973 '60' => '60',
975 '15', // default
976 xl('The time granularity of the calendar and the smallest interval in minutes for an appointment slot.')
979 'calendar_view_type' => array(
980 xl('Default Calendar View'),
981 array(
982 'day' => xl('Day'),
983 'week' => xl('Week'),
984 'month' => xl('Month'),
986 'day', // default
987 xl('This sets the Default Calendar View, Default is Day.')
990 'calendar_appt_style' => array(
991 xl('Appointment Display Style'),
992 array(
993 '1' => 'Last name',
994 '2' => 'Last name, first name',
995 '3' => 'Last name, first name (title)',
996 '4' => 'Last name, first name (title: description)',
998 '2', // default
999 xl('This determines how appointments display on the calendar.')
1002 'docs_see_entire_calendar' => array(
1003 xl('Providers See Entire Calendar'),
1004 'bool', // data type
1005 '0', // default
1006 xl('Check this if you want providers to see all appointments by default and not just their own.')
1009 'auto_create_new_encounters' => array(
1010 xl('Auto-Create New Encounters'),
1011 'bool', // data type
1012 '1', // default
1013 xl('Automatically create a new encounter when an appointment check in status is selected.')
1016 'event_color' => array(
1017 xl('Appointment/Event Color'),
1018 array(
1019 '1' => 'Category Color Schema',
1020 '2' => 'Facility Color Schema',
1021 ), // data type
1022 '1', // default
1023 xl('This determines which color schema used for appointment')
1026 'disable_pat_trkr' => array(
1027 xl('Disable Patient Flow Board'),
1028 'bool', // data type
1029 '0', // default
1030 xl('Do not display the patient flow board.')
1033 'ptkr_pt_list_new_window' => array(
1034 xl('Open Demographics in New Window from Patient Flow Board'),
1035 'bool', // data type
1036 '0', // default = false
1037 xl('When Checked, Demographics Will Open in New Window from Patient Flow Board.')
1040 'pat_trkr_timer' => array(
1041 xl('Patient Flow Board Timer Interval'),
1042 array(
1043 '0' => 'No automatic refresh',
1044 '0:10' => '10',
1045 '0:20' => '20',
1046 '0:30' => '30',
1047 '0:40' => '40',
1048 '0:50' => '50',
1049 '0:59' => '60',
1051 '0:20', // default
1052 xl('The screen refresh time in Seconds for the Patient Flow Board Screen.')
1055 'checkout_roll_off' => array(
1056 xl('Number of Minutes to display completed checkouts'),
1057 'num',
1058 '0', // default
1059 xl('Number of Minutes to display completed checkouts. Zero is continuous display')
1062 'drug_screen' => array(
1063 xl('Enable Random Drug Testing'),
1064 'bool', // data type
1065 '0', // default
1066 xl('Allow Patient Flow Board to Select Patients for Drug Testing.')
1069 'drug_testing_percentage' => array(
1070 xl('Percentage of Patients to Drug Test'),
1071 'num',
1072 '33', // default
1073 xl('Percentage of Patients to select for Random Drug Testing.')
1076 'maximum_drug_test_yearly' => array(
1077 xl('Maximum number of times a Patient can be tested in a year'),
1078 'num',
1079 '0', // default
1080 xl('Maximum number of times a Patient can be tested in a year. Zero is no limit.')
1085 // Security Tab
1087 'Security' => array(
1089 'timeout' => array(
1090 xl('Idle Session Timeout Seconds'),
1091 'num', // data type
1092 '7200', // default
1093 xl('Maximum idle time in seconds before logout. Default is 7200 (2 hours).')
1096 'secure_password' => array(
1097 xl('Require Strong Passwords'),
1098 'bool', // data type
1099 '0', // default
1100 xl('Strong password means at least 8 characters, and at least three of: a number, a lowercase letter, an uppercase letter, a special character.')
1103 'password_history' => array(
1104 xl('Require Unique Passwords'),
1105 'bool', // data type
1106 '0', // default
1107 xl('Means none of last three passwords are allowed when changing a password.')
1109 'password_compatibility' => array(
1110 xl('Permit unsalted passwords'),
1111 'bool', // data type
1112 '1', // default
1113 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')
1116 'password_expiration_days' => array(
1117 xl('Default Password Expiration Days'),
1118 'num', // data type
1119 '0', // default
1120 xl('Default password expiration period in days. 0 means this feature is disabled.')
1123 'password_grace_time' => array(
1124 xl('Password Expiration Grace Period'),
1125 'num', // data type
1126 '0', // default
1127 xl('Period in days where a user may login with an expired password.')
1130 'is_client_ssl_enabled' => array(
1131 xl('Enable Client SSL'),
1132 'bool', // data type
1133 '0', // default
1134 xl('Enable client SSL certificate authentication.')
1137 'certificate_authority_crt' => array(
1138 xl('Path to CA Certificate File'),
1139 'text', // data type
1140 '', // default
1141 xl('Set this to the full absolute path. For creating client SSL certificates for HTTPS.')
1144 'certificate_authority_key' => array(
1145 xl('Path to CA Key File'),
1146 'text', // data type
1147 '', // default
1148 xl('Set this to the full absolute path. For creating client SSL certificates for HTTPS.')
1151 'client_certificate_valid_in_days' => array(
1152 xl('Client Certificate Expiration Days'),
1153 'num', // data type
1154 '365', // default
1155 xl('Number of days that the client certificate is valid.')
1158 'Emergency_Login_email_id' => array(
1159 xl('Emergency Login Email Address'),
1160 'text', // data type
1161 '', // default
1162 xl('Email address, if any, to receive emergency login user activation messages.')
1167 // Notifications Tab
1169 'Notifications' => array(
1171 'patient_reminder_sender_name' => array(
1172 xl('Patient Reminder Sender Name'),
1173 'text', // data type
1174 '', // default
1175 xl('Name of the sender for patient reminders.')
1178 'patient_reminder_sender_email' => array(
1179 xl('Patient Reminder Sender Email'),
1180 'text', // data type
1181 '', // default
1182 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.')
1185 'practice_return_email_path' => array(
1186 xl('Notification Email Address'),
1187 'text', // data type
1188 '', // default
1189 xl('Email address, if any, to receive administrative notifications.')
1192 'EMAIL_METHOD' => array(
1193 xl('Email Transport Method'),
1194 array(
1195 'PHPMAIL' => 'PHPMAIL',
1196 'SENDMAIL' => 'SENDMAIL',
1197 'SMTP' => 'SMTP',
1199 'SMTP', // default
1200 xl('Method for sending outgoing email.')
1203 'SMTP_HOST' => array(
1204 xl('SMTP Server Hostname'),
1205 'text', // data type
1206 'localhost', // default
1207 xl('If SMTP is used, the server`s hostname or IP address.')
1210 'SMTP_PORT' => array(
1211 xl('SMTP Server Port Number'),
1212 'num', // data type
1213 '25', // default
1214 xl('If SMTP is used, the server`s TCP port number (usually 25).')
1217 'SMTP_USER' => array(
1218 xl('SMTP User for Authentication'),
1219 'text', // data type
1220 '', // default
1221 xl('Must be empty if SMTP authentication is not used.')
1224 'SMTP_PASS' => array(
1225 xl('SMTP Password for Authentication'),
1226 'text', // data type
1227 '', // default
1228 xl('Must be empty if SMTP authentication is not used.')
1231 'SMTP_SECURE' => array(
1232 xl('SMTP Security Protocol'),
1233 array(
1234 '' => xl('None'),
1235 'ssl' => 'SSL',
1236 'tls' => 'TLS'
1239 xl('SMTP security protocol to connect with. Required by some servers such as gmail.')
1242 'EMAIL_NOTIFICATION_HOUR' => array(
1243 xl('Email Notification Hours'),
1244 'num', // data type
1245 '50', // default
1246 xl('Number of hours in advance to send email notifications.')
1249 'SMS_NOTIFICATION_HOUR' => array(
1250 xl('SMS Notification Hours'),
1251 'num', // data type
1252 '50', // default
1253 xl('Number of hours in advance to send SMS notifications.')
1256 'SMS_GATEWAY_USENAME' => array(
1257 xl('SMS Gateway Username'),
1258 'text', // data type
1259 '', // default
1260 xl('Username for SMS Gateway.')
1263 'SMS_GATEWAY_PASSWORD' => array(
1264 xl('SMS Gateway Password'),
1265 'text', // data type
1266 '', // default
1267 xl('Password for SMS Gateway.')
1270 'SMS_GATEWAY_APIKEY' => array(
1271 xl('SMS Gateway API Key'),
1272 'text', // data type
1273 '', // default
1274 xl('API key for SMS Gateway.')
1277 'phone_notification_hour' => array(
1278 xl('Phone Notification Hour'),
1279 'num', // data type
1280 '50', // default
1281 xl('Number of hours in advance to send Phone notification.')
1284 'phone_gateway_username' => array(
1285 xl('Phone Gateway Username'),
1286 'text', // data type
1287 '', // default
1288 xl('Username for Phone Gateway. Automated VOIP service provided by Maviq. Please visit http://signup.maviq.com for more information.')
1291 'phone_gateway_password' => array(
1292 xl('Phone Gateway Password'),
1293 'text', // data type
1294 '', // default
1295 xl('Password for Phone Gateway. Automated VOIP service provided by Maviq. Please visit http://signup.maviq.com for more information.')
1298 'phone_gateway_url' => array(
1299 xl('Phone Gateway URL'),
1300 'text', // data type
1301 '', // default
1302 xl('URL for Phone Gateway. Automated VOIP service provided by Maviq. Please visit http://signup.maviq.com for more information.')
1307 // CDR (Clinical Decision Rules)
1309 'CDR' => array(
1311 'enable_cdr' => array(
1312 xl('Enable Clinical Decisions Rules (CDR)'),
1313 'bool', // data type
1314 '1', // default
1315 xl('Enable Clinical Decisions Rules (CDR)')
1318 'enable_cdr_crw' => array(
1319 xl('Enable Clinical Reminder Widget'),
1320 'bool', // data type
1321 '1', // default
1322 xl('Enable Clinical Reminder Widget')
1325 'enable_cdr_crp' => array(
1326 xl('Enable Clinical Reminder Popup'),
1327 'bool', // data type
1328 '1', // default
1329 xl('Enable Clinical Reminder Popup')
1332 'enable_cdr_prw' => array(
1333 xl('Enable Patient Reminder Widget'),
1334 'bool', // data type
1335 '1', // default
1336 xl('Enable Patient Reminder Widget')
1339 'enable_cqm' => array(
1340 xl('Enable CQM Reporting'),
1341 'bool', // data type
1342 '1', // default
1343 xl('Enable Clinical Quality Measure (CQM) Reporting')
1346 'pqri_registry_name' => array(
1347 xl('PQRI Registry Name'),
1348 'text', // data type
1349 'Model Registry', // default
1350 xl('PQRI Registry Name')
1353 'pqri_registry_id' => array(
1354 xl('PQRI Registry ID'),
1355 'text', // data type
1356 '125789123', // default
1357 xl('PQRI Registry ID')
1360 'enable_amc' => array(
1361 xl('Enable AMC Reporting'),
1362 'bool', // data type
1363 '1', // default
1364 xl('Enable Automated Measure Calculations (AMC) Reporting')
1367 'enable_amc_prompting' => array(
1368 xl('Enable AMC Prompting'),
1369 'bool', // data type
1370 '1', // default
1371 xl('Enable Prompting For Automated Measure Calculations (AMC) Required Data')
1374 'enable_amc_tracking' => array(
1375 xl('Enable AMC Tracking'),
1376 'bool', // data type
1377 '1', // default
1378 xl('Enable Reporting of Tracking Date For Automated Measure Calculations (AMC)')
1381 'cdr_report_nice' => array(
1382 xl('CDR Reports Processing Priority'),
1383 array(
1384 '' => xl('Default Priority'),
1385 '5' => xl('Moderate Priority'),
1386 '10' => xl('Moderate/Low Priority'),
1387 '15' => xl('Low Priority'),
1388 '20' => xl('Lowest Priority')
1390 '', // default
1391 xl('Set processing priority for CDR engine based reports.')
1394 'pat_rem_clin_nice' => array(
1395 xl('Patient Reminder Creation Processing Priority'),
1396 array(
1397 '' => xl('Default Priority'),
1398 '5' => xl('Moderate Priority'),
1399 '10' => xl('Moderate/Low Priority'),
1400 '15' => xl('Low Priority'),
1401 '20' => xl('Lowest Priority')
1403 '', // default
1404 xl('Set processing priority for creation of Patient Reminders (in full clinic mode).')
1407 'report_itemizing_standard' => array(
1408 xl('Enable Standard Report Itemization'),
1409 'bool', // data type
1410 '1', // default
1411 xl('Enable Itemization of Standard Clinical Rules Reports')
1414 'report_itemizing_cqm' => array(
1415 xl('Enable CQM Report Itemization'),
1416 'bool', // data type
1417 '1', // default
1418 xl('Enable Itemization of CQM Reports')
1421 'report_itemizing_amc' => array(
1422 xl('Enable AMC Report Itemization'),
1423 'bool', // data type
1424 '1', // default
1425 xl('Enable Itemization of AMC Reports')
1430 // Logging
1432 'Logging' => array(
1434 'enable_auditlog' => array(
1435 xl('Enable Audit Logging'),
1436 'bool', // data type
1437 '1', // default
1438 xl('Enable Audit Logging')
1441 'audit_events_patient-record' => array(
1442 xl('Audit Logging Patient Record'),
1443 'bool', // data type
1444 '1', // default
1445 xl('Enable logging of patient record modifications.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1448 'audit_events_scheduling' => array(
1449 xl('Audit Logging Scheduling'),
1450 'bool', // data type
1451 '1', // default
1452 xl('Enable logging of scheduling activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1455 'audit_events_order' => array(
1456 xl('Audit Logging Order'),
1457 'bool', // data type
1458 '1', // default
1459 xl('Enable logging of ordering activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1462 'audit_events_security-administration' => array(
1463 xl('Audit Logging Security Administration'),
1464 'bool', // data type
1465 '1', // default
1466 xl('Enable logging of security and administration activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1469 'audit_events_backup' => array(
1470 xl('Audit Logging Backups'),
1471 'bool', // data type
1472 '1', // default
1473 xl('Enable logging of backup related activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1476 'audit_events_other' => array(
1477 xl('Audit Logging Miscellaneous'),
1478 'bool', // data type
1479 '1', // default
1480 xl('Enable logging of miscellaneous activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1483 'audit_events_query' => array(
1484 xl('Audit Logging SELECT Query'),
1485 'bool', // data type
1486 '0', // default
1487 xl('Enable logging of all SQL SELECT queries.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1490 'audit_events_cdr' => array(
1491 xl('Audit CDR Engine Queries'),
1492 'bool', // data type
1493 '0', // default
1494 xl('Enable logging of CDR Engine Queries.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1497 'enable_atna_audit' => array(
1498 xl('Enable ATNA Auditing'),
1499 'bool', // data type
1500 '0', // default
1501 xl('Enable Audit Trail and Node Authentication (ATNA).')
1504 'atna_audit_host' => array(
1505 xl('ATNA audit host'),
1506 'text', // data type
1507 '', // default
1508 xl('The hostname of the ATNA audit repository machine.')
1511 'atna_audit_port' => array(
1512 xl('ATNA audit port'),
1513 'text', // data type
1514 '6514', // default
1515 xl('Listening port of the RFC 5425 TLS syslog server.')
1518 'atna_audit_localcert' => array(
1519 xl('ATNA audit local certificate'),
1520 'text', // data type
1521 '', // default
1522 xl('Certificate to send to RFC 5425 TLS syslog server.')
1525 'atna_audit_cacert' => array(
1526 xl('ATNA audit CA certificate'),
1527 'text', // data type
1528 '', // default
1529 xl('CA Certificate for verifying the RFC 5425 TLS syslog server.')
1532 //July 1, 2014: Ensoftek: Flag to enable/disable audit log encryption
1533 'enable_auditlog_encryption' => array(
1534 xl('Enable Audit Log Encryption'),
1535 'bool', // data type
1536 '0', // default
1537 xl('Enable Audit Log Encryption')
1540 'billing_log_option' => array(
1541 xl('Billing Log Option'),
1542 array(
1543 '1' => xl('Billing Log Append'),
1544 '2' => xl('Billing Log Overwrite')
1546 '1', // default
1547 xl('Billing log setting to append or overwrite the log file.')
1550 'gbl_print_log_option' => array(
1551 xl('Printing Log Option'),
1552 array(
1553 '0' => xl('No logging'),
1554 '1' => xl('Hide print feature'),
1555 '2' => xl('Log entire document'),
1557 '0', // default
1558 xl('Individual pages can override 2nd and 3rd options by implementing a log message.')
1563 // Miscellaneous Tab
1565 'Miscellaneous' => array(
1567 'mysql_bin_dir' => array(
1568 xl('Path to MySQL Binaries'),
1569 'text', // data type
1570 $mysql_bin_dir, // default
1571 xl('Full path to directory containing MySQL executables.')
1574 'perl_bin_dir' => array(
1575 xl('Path to Perl Binaries'),
1576 'text', // data type
1577 $perl_bin_dir, // default
1578 xl('Full path to directory containing Perl executables.')
1581 'temporary_files_dir' => array(
1582 xl('Path to Temporary Files'),
1583 'text', // data type
1584 $temporary_files_dir, // default
1585 xl('Full path to directory used for temporary files.')
1588 'backup_log_dir' => array(
1589 xl('Path for Event Log Backup'),
1590 'text', // data type
1591 $backup_log_dir, // default
1592 xl('Full path to directory for event log backup.')
1595 'state_data_type' => array(
1596 xl('State Data Type'),
1597 array(
1598 '2' => xl('Text field'),
1599 '1' => xl('Single-selection list'),
1600 '26' => xl('Single-selection list with ability to add to the list'),
1602 '26', // default
1603 xl('Field type to use for employer or subscriber state in demographics.')
1606 'state_list' => array(
1607 xl('State list'),
1608 'text', // data type
1609 'state', // default
1610 xl('List used by above State Data Type option.')
1613 'state_custom_addlist_widget' => array(
1614 xl('State List Widget Custom Fields'),
1615 'bool', // data type
1616 '1', // default
1617 xl('Show the custom state form for the add list widget (will ask for title and abbreviation).')
1620 'country_data_type' => array(
1621 xl('Country Data Type'),
1622 array(
1623 '2' => xl('Text field'),
1624 '1' => xl('Single-selection list'),
1625 '26' => xl('Single-selection list with ability to add to the list'),
1627 '26', // default
1628 xl('Field type to use for employer or subscriber country in demographics.')
1631 'country_list' => array(
1632 xl('Country list'),
1633 'text', // data type
1634 'country', // default
1635 xl('List used by above Country Data Type option.')
1638 'print_command' => array(
1639 xl('Print Command'),
1640 'text', // data type
1641 'lpr -P HPLaserjet6P -o cpi=10 -o lpi=6 -o page-left=72 -o page-top=72',
1642 xl('Shell command for printing from the server.')
1645 'default_chief_complaint' => array(
1646 xl('Default Reason for Visit'),
1647 'text', // data type
1649 xl('You may put text here as the default complaint in the New Patient Encounter form.')
1652 'default_new_encounter_form' => array(
1653 xl('Default Encounter Form ID'),
1654 'text', // data type
1656 xl('To automatically open the specified form. Some sports teams use football_injury_audit here.')
1659 'MedicareReferrerIsRenderer' => array(
1660 xl('Medicare Referrer Is Renderer'),
1661 'bool', // data type
1662 '0', // default = true
1663 xl('For Medicare only, forces the referring provider to be the same as the rendering provider.')
1666 'post_to_date_benchmark' => array(
1667 xl('Financial Close Date (yyyy-mm-dd)'),
1668 'text', // data type
1669 date('Y-m-d',time() - (10 * 24 * 60 * 60)), // default
1670 xl('The payments posted cannot go below this date.This ensures that after taking the final report nobody post for previous dates.')
1673 'enable_hylafax' => array(
1674 xl('Enable Hylafax Support'),
1675 'bool', // data type
1676 '0', // default
1677 xl('Enable Hylafax Support')
1680 'hylafax_server' => array(
1681 xl('Hylafax Server'),
1682 'text', // data type
1683 'localhost', // default
1684 xl('Hylafax server hostname.')
1687 'hylafax_basedir' => array(
1688 xl('Hylafax Directory'),
1689 'text', // data type
1690 '/var/spool/fax', // default
1691 xl('Location where Hylafax stores faxes.')
1694 'hylafax_enscript' => array(
1695 xl('Hylafax Enscript Command'),
1696 'text', // data type
1697 'enscript -M Letter -B -e^ --margins=36:36:36:36', // default
1698 xl('Enscript command used by Hylafax.')
1701 'enable_scanner' => array(
1702 xl('Enable Scanner Support'),
1703 'bool', // data type
1704 '0', // default
1705 xl('Enable Scanner Support')
1708 'scanner_output_directory' => array(
1709 xl('Scanner Directory'),
1710 'text', // data type
1711 '/mnt/scan_docs', // default
1712 xl('Location where scans are stored.')
1717 // Portal Tab
1719 'Portal' => array(
1721 'portal_onsite_enable' => array(
1722 xl('Enable Onsite Patient Portal'),
1723 'bool', // data type
1724 '0',
1725 xl('Enable Onsite Patient Portal.')
1728 'portal_onsite_address' => array(
1729 xl('Onsite Patient Portal Site Address'),
1730 'text', // data type
1731 'https://your_web_site.com/openemr/patients',
1732 xl('Website link for the Onsite Patient Portal.')
1735 'portal_onsite_document_download' => array(
1736 xl('Enable Onsite Patient Portal Document Download'),
1737 'bool', // data type
1738 '1',
1739 xl('Enables the ability to download documents in the Onsite Patient Portal by the user.')
1742 'portal_offsite_enable' => array(
1743 xl('Enable Offsite Patient Portal'),
1744 'bool', // data type
1745 '0',
1746 xl('Enable Offsite Patient Portal.')
1749 'portal_offsite_providerid' => array(
1750 xl('Offsite Patient Portal Provider ID'),
1751 'text', // data type
1753 xl('Offsite Patient Portal Provider ID(Put Blank If not Registered).')
1756 'portal_offsite_username' => array(
1757 xl('Offsite Patient Portal Username'),
1758 'text', // data type
1760 xl('Offsite Patient Portal Username(Put Blank If not Registered).')
1763 'portal_offsite_password' => array(
1764 xl('Offsite Patient Portal Password'),
1765 'pwd', // data type
1767 xl('Offsite Patient Portal Password(Put Blank If not Registered).')
1770 'portal_offsite_address' => array(
1771 xl('Offsite Patient Portal Site Address'),
1772 'text', // data type
1773 'https://ssh.mydocsportal.com/provider.php',
1774 xl('Offsite Https link for the Patient Portal.')
1777 'portal_offsite_address_patient_link' => array(
1778 xl('Offsite Patient Portal Site Address (Patient Link)'),
1779 'text', // data type
1780 'https://ssh.mydocsportal.com',
1781 xl('Offsite Https link for the Patient Portal.(Patient Link)')
1784 // Currently the "CMS Portal" supports WordPress. Other Content Management
1785 // Systems may be supported in the future.
1787 'gbl_portal_cms_enable' => array(
1788 xl('Enable CMS Portal'),
1789 'bool', // data type
1790 '0',
1791 xl('Enable support for the open source WordPress Portal by Sunset Systems')
1794 'gbl_portal_cms_address' => array(
1795 xl('CMS Portal Site Address'),
1796 'text', // data type
1797 'https://your_cms_site.com/',
1798 xl('URL for the WordPress site that supports the portal')
1801 'gbl_portal_cms_username' => array(
1802 xl('CMS Portal Username'),
1803 'text', // data type
1805 xl('Login name of WordPress user for portal access')
1808 'gbl_portal_cms_password' => array(
1809 xl('CMS Portal Password'),
1810 'text', // data type
1812 xl('Password for the above user')
1817 // Connectors Tab
1819 'Connectors' => array(
1821 'lab_exchange_enable' => array(
1822 xl('Enable Lab Exchange'),
1823 'bool', // data type
1824 '0',
1825 xl('Enable the Medical Information Integration, LLC Lab Exchange Service.')
1828 'lab_exchange_siteid' => array(
1829 xl('Lab Exchange Site ID'),
1830 'text', // data type
1831 '3',
1832 xl('Site ID for the Medical Information Integration, LLC Lab Exchange Service.')
1835 'lab_exchange_token' => array(
1836 xl('Lab Exchange Token ID'),
1837 'text', // data type
1838 '12345',
1839 xl('Token ID for the Medical Information Integration, LLC Lab Exchange Service.')
1842 'lab_exchange_endpoint' => array(
1843 xl('Lab Exchange Site Address'),
1844 'text', // data type
1845 'https://len.mi-squared.com:29443/len/api',
1846 xl('Contact Medical Information Integration, LLC at http://mi-squared.com for Lab Exchange Service.')
1849 'erx_enable' => array(
1850 xl('Enable NewCrop eRx Service'),
1851 'bool',
1852 '0',
1853 xl('Enable NewCrop eRx Service.') + ' ' +
1854 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.')
1857 'erx_newcrop_path' => array(
1858 xl('NewCrop eRx Site Address'),
1859 'text',
1860 'https://secure.newcropaccounts.com/InterfaceV7/RxEntry.aspx',
1861 xl('URL for NewCrop eRx Site Address.')
1864 'erx_newcrop_path_soap' => array(
1865 xl('NewCrop eRx Web Service Address'),
1866 'text',
1867 'https://secure.newcropaccounts.com/v7/WebServices/Update1.asmx?WSDL;https://secure.newcropaccounts.com/v7/WebServices/Patient.asmx?WSDL',
1868 xl('URLs for NewCrop eRx Service Address, separated by a semi-colon.')
1871 'erx_soap_ttl_allergies' => array(
1872 xl('NewCrop eRx SOAP Request Time-To-Live for Allergies'),
1873 'num',
1874 '21600',
1875 xl('Time-To-Live for NewCrop eRx Allergies SOAP Request in seconds.')
1878 'erx_soap_ttl_medications' => array(
1879 xl('NewCrop eRx SOAP Request Time-To-Live for Medications'),
1880 'num',
1881 '21600',
1882 xl('Time-To-Live for NewCrop eRx Medications SOAP Request in seconds.')
1885 'erx_account_partner_name' => array(
1886 xl('NewCrop eRx Partner Name'),
1887 'text',
1889 xl('Partner Name issued for NewCrop eRx service.')
1892 'erx_account_name' => array(
1893 xl('NewCrop eRx Name'),
1894 'text',
1896 xl('Account Name issued for NewCrop eRx service.')
1899 'erx_account_password' => array(
1900 xl('NewCrop eRx Password'),
1901 'pass',
1903 xl('Account Password issued for NewCrop eRx service.')
1906 'erx_account_id' => array(
1907 xl('NewCrop eRx Account Id'),
1908 'text',
1909 '1',
1910 xl('Account Id issued for NewCrop eRx service, used to separate multi-facility accounts.')
1913 'erx_upload_active' => array(
1914 xl('Only upload active prescriptions'),
1915 'bool',
1916 '0',
1917 xl('Only upload active prescriptions to NewCrop eRx.')
1920 'erx_import_status_message' => array(
1921 xl('Enable NewCrop eRx import status message'),
1922 'bool',
1923 '0',
1924 xl('Enable import status message after visiting NewCrop eRx.')
1927 'erx_medication_display' => array(
1928 xl('Do not display NewCrop eRx Medications uploaded'),
1929 'bool',
1930 '0',
1931 xl('Do not display Medications uploaded after visiting NewCrop eRx.')
1934 'erx_allergy_display' => array(
1935 xl('Do not display NewCrop eRx Allergy uploaded'),
1936 'bool',
1937 '0',
1938 xl('Do not display Allergies uploaded after visiting NewCrop eRx.')
1941 'erx_default_patient_country' => array(
1942 xl('NewCrop eRx Default Patient Country'),
1943 array(
1944 '' => '',
1945 'US' => xl('USA'),
1946 'CA' => xl('Canada'),
1947 'MX' => xl('Mexico'),
1950 xl('Default Patient Country sent to NewCrop eRx, only if patient country is not set.'),
1953 'erx_debug_setting' => array(
1954 xl('NewCrop eRx Debug Setting'),
1955 array(
1956 0 => xl('None'),
1957 1 => xl('Request Only'),
1958 2 => xl('Response Only'),
1959 3 => xl('Request & Response'),
1961 '0',
1962 xl('Log all NewCrop eRx Requests and / or Responses.'),
1965 'phimail_enable' => array(
1966 xl('Enable phiMail Direct Messaging Service'),
1967 'bool', // data type
1968 '0',
1969 xl('Enable phiMail Direct Messaging Service')
1972 'phimail_server_address' => array(
1973 xl('phiMail Server Address'),
1974 'text', // data type
1975 'https://phimail.example.com:32541',
1976 xl('Contact EMR Direct to subscribe to the phiMail Direct messaging service')
1979 'phimail_username' => array(
1980 xl('phiMail Username'),
1981 'text', // data type
1983 xl('Contact EMR Direct to subscribe to the phiMail Direct messaging service')
1986 'phimail_password' => array(
1987 xl('phiMail Password'),
1988 'pass', // data type
1990 xl('Contact EMR Direct to subscribe to the phiMail Direct messaging service')
1993 'phimail_notify' => array(
1994 xl('phiMail notification user'),
1995 'text', // data type
1996 'admin',
1997 xl('This user will receive notification of new incoming Direct messages')
2000 'phimail_interval' => array(
2001 xl('phiMail Message Check Interval (minutes)'),
2002 'num', // data type
2003 '5',
2004 xl('Interval between message checks (set to zero for manual checks only)')
2007 'phimail_ccd_enable' => array(
2008 xl('phiMail Allow CCD Send'),
2009 'bool', // data type
2010 '0',
2011 xl('phiMail Allow CCD Send')
2014 'phimail_ccr_enable' => array(
2015 xl('phiMail Allow CCR Send'),
2016 'bool', // data type
2017 '0',
2018 xl('phiMail Allow CCR Send')
2022 'Rx' => array(
2023 'rx_enable_DEA' => array(
2024 xl('Rx Enable DEA #'),
2025 'bool', // data type
2026 '1',
2027 xl('Rx Enable DEA #')
2029 'rx_show_DEA' => array(
2030 xl('Rx Show DEA #'),
2031 'bool', // data type
2032 '0',
2033 xl('Rx Show DEA #')
2035 'rx_enable_NPI' => array(
2036 xl('Rx Enable NPI'),
2037 'bool', // data type
2038 '0',
2039 xl('Rx Enable NPI')
2041 'rx_show_NPI' => array(
2042 xl('Rx Show NPI'),
2043 'bool', // data type
2044 '0',
2045 xl('Rx Show NPI')
2047 'rx_enable_SLN' => array(
2048 xl('Rx Enable State Lic. #'),
2049 'bool', // data type
2050 '0',
2051 xl('Rx Enable State Lic. #')
2053 'rx_show_SLN' => array(
2054 xl('Rx Show State Lic. #'),
2055 'bool', // data type
2056 '0',
2057 xl('Rx Show State Lic. #')
2059 'rx_paper_size' => array(
2060 xl('Rx Paper Size'), // descriptive name
2061 array(
2062 'LETTER' => xl('Letter Paper Size'),
2063 'LEGAL' => xl('Legal Paper Size'),
2064 'FOLIO' => xl('Folio Paper Size'),
2065 'EXECUTIVE' => xl('Executive Paper Size'),
2066 '4A0' => ('4A0' . " " . xl('Paper Size')),
2067 '2A0' => ('2A0' . " " . xl('Paper Size')),
2068 'A0' => ('A0' . " " . xl('Paper Size')),
2069 'A1' => ('A1' . " " . xl('Paper Size')),
2070 'A2' => ('A2' . " " . xl('Paper Size')),
2071 'A3' => ('A3' . " " . xl('Paper Size')),
2072 'A4' => ('A4' . " " . xl('Paper Size')),
2073 'A5' => ('A5' . " " . xl('Paper Size')),
2074 'A6' => ('A6' . " " . xl('Paper Size')),
2075 'A7' => ('A7' . " " . xl('Paper Size')),
2076 'A8' => ('A8' . " " . xl('Paper Size')),
2077 'A9' => ('A9' . " " . xl('Paper Size')),
2078 'A10' => ('A10' . " " . xl('Paper Size')),
2079 'B0' => ('B0' . " " . xl('Paper Size')),
2080 'B1' => ('B1' . " " . xl('Paper Size')),
2081 'B2' => ('B2' . " " . xl('Paper Size')),
2082 'B3' => ('B3' . " " . xl('Paper Size')),
2083 'B4' => ('B4' . " " . xl('Paper Size')),
2084 'B5' => ('B5' . " " . xl('Paper Size')),
2085 'B6' => ('B6' . " " . xl('Paper Size')),
2086 'B7' => ('B7' . " " . xl('Paper Size')),
2087 'B8' => ('B8' . " " . xl('Paper Size')),
2088 'B9' => ('B9' . " " . xl('Paper Size')),
2089 'B10' => ('B10' . " " . xl('Paper Size')),
2090 'C0' => ('C0' . " " . xl('Paper Size')),
2091 'C1' => ('C1' . " " . xl('Paper Size')),
2092 'C2' => ('C2' . " " . xl('Paper Size')),
2093 'C3' => ('C3' . " " . xl('Paper Size')),
2094 'C4' => ('C4' . " " . xl('Paper Size')),
2095 'C5' => ('C5' . " " . xl('Paper Size')),
2096 'C6' => ('C6' . " " . xl('Paper Size')),
2097 'C7' => ('C7' . " " . xl('Paper Size')),
2098 'C8' => ('C8' . " " . xl('Paper Size')),
2099 'C9' => ('C9' . " " . xl('Paper Size')),
2100 'C10' => ('C10' . " " . xl('Paper Size')),
2101 'RA0' => ('RA0' . " " . xl('Paper Size')),
2102 'RA1' => ('RA1' . " " . xl('Paper Size')),
2103 'RA2' => ('RA2' . " " . xl('Paper Size')),
2104 'RA3' => ('RA3' . " " . xl('Paper Size')),
2105 'RA4' => ('RA4' . " " . xl('Paper Size')),
2106 'SRA0' => ('SRA0' . " " . xl('Paper Size')),
2107 'SRA1' => ('SRA1' . " " . xl('Paper Size')),
2108 'SRA2' => ('SRA2' . " " . xl('Paper Size')),
2109 'SRA3' => ('SRA3' . " " . xl('Paper Size')),
2110 'SRA4' => ('SRA4' . " " . xl('Paper Size')),
2112 'LETTER', // default = tree menu
2113 xl('Rx Paper Size')
2115 'rx_left_margin' => array(
2116 xl('Rx Left Margin (px)'),
2117 'num',
2118 '30',
2119 xl('Rx Left Margin (px)')
2121 'rx_right_margin' => array(
2122 xl('Rx Right Margin (px)'),
2123 'num',
2124 '30',
2125 xl('Rx Right Margin (px)')
2127 'rx_top_margin' => array(
2128 xl('Rx Top Margin (px)'),
2129 'num',
2130 '72',
2131 xl('Rx Top Margin (px)')
2133 'rx_bottom_margin' => array(
2134 xl('Rx Bottom Margin (px)'),
2135 'num',
2136 '30',
2137 xl('Rx Bottom Margin (px)')
2141 'PDF' => array (
2142 'pdf_layout' => array (
2143 xl('Layout'),
2144 array(
2145 'P' => xl('Portrait'),
2146 'L' => xl('Landscape')
2148 'P', //defaut
2149 xl("Choose Layout Direction"),
2151 'pdf_language' => array (
2152 xl('PDF Language'),
2153 array(
2154 'aa' => xl('Afar'),
2155 'af' => xl('Afrikaans'),
2156 'ak' => xl('Akan'),
2157 'sq' => xl('Albanian'),
2158 'am' => xl('Amharic'),
2159 'ar' => xl('Arabic'),
2160 'an' => xl('Aragonese'),
2161 'hy' => xl('Armenian'),
2162 'as' => xl('Assamese'),
2163 'av' => xl('Avaric'),
2164 'ae' => xl('Avestan'),
2165 'ay' => xl('Aymara'),
2166 'az' => xl('Azerbaijani'),
2167 'bm' => xl('Bambara'),
2168 'ba' => xl('Bashkir'),
2169 'eu' => xl('Basque'),
2170 'be' => xl('Belarusian'),
2171 'bn' => xl('Bengali- Bangla'),
2172 'bh' => xl('Bihari'),
2173 'bi' => xl('Bislama'),
2174 'bs' => xl('Bosnian'),
2175 'br' => xl('Breton'),
2176 'bg' => xl('Bulgarian'),
2177 'my' => xl('Burmese'),
2178 'ca' => xl('Catalan- Valencian'),
2179 'ch' => xl('Chamorro'),
2180 'ce' => xl('Chechen'),
2181 'ny' => xl('Chichewa- Chewa- Nyanja'),
2182 'zh' => xl('Chinese'),
2183 'cv' => xl('Chuvash'),
2184 'kw' => xl('Cornish'),
2185 'co' => xl('Corsican'),
2186 'cr' => xl('Cree'),
2187 'hr' => xl('Croatian'),
2188 'cs' => xl('Czech'),
2189 'da' => xl('Danish'),
2190 'dv' => xl('Divehi- Dhivehi- Maldivian-'),
2191 'nl' => xl('Dutch'),
2192 'dz' => xl('Dzongkha'),
2193 'en' => xl('English'),
2194 'eo' => xl('Esperanto'),
2195 'et' => xl('Estonian'),
2196 'ee' => xl('Ewe'),
2197 'fo' => xl('Faroese'),
2198 'fj' => xl('Fijian'),
2199 'fi' => xl('Finnish'),
2200 'fr' => xl('French'),
2201 'ff' => xl('Fula- Fulah- Pulaar- Pular'),
2202 'gl' => xl('Galician'),
2203 'ka' => xl('Georgian'),
2204 'de' => xl('German'),
2205 'el' => xl('Greek, Modern'),
2206 'gn' => xl('Guaraní'),
2207 'gu' => xl('Gujarati'),
2208 'ht' => xl('Haitian- Haitian Creole'),
2209 'ha' => xl('Hausa'),
2210 'he' => xl('Hebrew (modern)'),
2211 'hz' => xl('Herero'),
2212 'hi' => xl('Hindi'),
2213 'ho' => xl('Hiri Motu'),
2214 'hu' => xl('Hungarian'),
2215 'ia' => xl('Interlingua'),
2216 'id' => xl('Indonesian'),
2217 'ie' => xl('Interlingue'),
2218 'ga' => xl('Irish'),
2219 'ig' => xl('Igbo'),
2220 'ik' => xl('Inupiaq'),
2221 'io' => xl('Ido'),
2222 'is' => xl('Icelandic'),
2223 'it' => xl('Italian'),
2224 'iu' => xl('Inuktitut'),
2225 'ja' => xl('Japanese'),
2226 'jv' => xl('Javanese'),
2227 'kl' => xl('Kalaallisut, Greenlandic'),
2228 'kn' => xl('Kannada'),
2229 'kr' => xl('Kanuri'),
2230 'ks' => xl('Kashmiri'),
2231 'kk' => xl('Kazakh'),
2232 'km' => xl('Khmer'),
2233 'ki' => xl('Kikuyu, Gikuyu'),
2234 'rw' => xl('Kinyarwanda'),
2235 'ky' => xl('Kyrgyz'),
2236 'kv' => xl('Komi'),
2237 'kg' => xl('Kongo'),
2238 'ko' => xl('Korean'),
2239 'ku' => xl('Kurdish'),
2240 'kj' => xl('Kwanyama, Kuanyama'),
2241 'la' => xl('Latin'),
2242 'lb' => xl('Luxembourgish, Letzeburgesch'),
2243 'lg' => xl('Ganda'),
2244 'li' => xl('Limburgish, Limburgan, Limburger'),
2245 'ln' => xl('Lingala'),
2246 'lo' => xl('Lao'),
2247 'lt' => xl('Lithuanian'),
2248 'lu' => xl('Luba-Katanga'),
2249 'lv' => xl('Latvian'),
2250 'gv' => xl('Manx'),
2251 'mk' => xl('Macedonian'),
2252 'mg' => xl('Malagasy'),
2253 'ms' => xl('Malay'),
2254 'ml' => xl('Malayalam'),
2255 'mt' => xl('Maltese'),
2256 'mi' => xl('Māori'),
2257 'mr' => xl('Marathi (Marāṭhī)'),
2258 'mh' => xl('Marshallese'),
2259 'mn' => xl('Mongolian'),
2260 'na' => xl('Nauru'),
2261 'nv' => xl('Navajo, Navaho'),
2262 'nb' => xl('Norwegian Bokmål'),
2263 'nd' => xl('North Ndebele'),
2264 'ne' => xl('Nepali'),
2265 'ng' => xl('Ndonga'),
2266 'nn' => xl('Norwegian Nynorsk'),
2267 'no' => xl('Norwegian'),
2268 'ii' => xl('Nuosu'),
2269 'nr' => xl('South Ndebele'),
2270 'oc' => xl('Occitan'),
2271 'oj' => xl('Ojibwe, Ojibwa'),
2272 'cu' => xl('Old Church Slavonic, Church Slavonic, Old Bulgarian'),
2273 'om' => xl('Oromo'),
2274 'or' => xl('Oriya'),
2275 'os' => xl('Ossetian, Ossetic'),
2276 'pa' => xl('Panjabi, Punjabi'),
2277 'pi' => xl('Pāli'),
2278 'fa' => xl('Persian (Farsi)'),
2279 'pl' => xl('Polish'),
2280 'ps' => xl('Pashto, Pushto'),
2281 'pt' => xl('Portuguese'),
2282 'qu' => xl('Quechua'),
2283 'rm' => xl('Romansh'),
2284 'rn' => xl('Kirundi'),
2285 'ro' => xl('Romanian'),
2286 'ru' => xl('Russian'),
2287 'sa' => xl('Sanskrit (Saṁskṛta)'),
2288 'sc' => xl('Sardinian'),
2289 'sd' => xl('Sindhi'),
2290 'se' => xl('Northern Sami'),
2291 'sm' => xl('Samoan'),
2292 'sg' => xl('Sango'),
2293 'sr' => xl('Serbian'),
2294 'gd' => xl('Scottish Gaelic- Gaelic'),
2295 'sn' => xl('Shona'),
2296 'si' => xl('Sinhala, Sinhalese'),
2297 'sk' => xl('Slovak'),
2298 'sl' => xl('Slovene'),
2299 'so' => xl('Somali'),
2300 'st' => xl('Southern Sotho'),
2301 'es' => xl('Spanish- Castilian'),
2302 'su' => xl('Sundanese'),
2303 'sw' => xl('Swahili'),
2304 'ss' => xl('Swati'),
2305 'sv' => xl('Swedish'),
2306 'ta' => xl('Tamil'),
2307 'te' => xl('Telugu'),
2308 'tg' => xl('Tajik'),
2309 'th' => xl('Thai'),
2310 'ti' => xl('Tigrinya'),
2311 'bo' => xl('Tibetan Standard, Tibetan, Central'),
2312 'tk' => xl('Turkmen'),
2313 'tl' => xl('Tagalog'),
2314 'tn' => xl('Tswana'),
2315 'to' => xl('Tonga (Tonga Islands)'),
2316 'tr' => xl('Turkish'),
2317 'ts' => xl('Tsonga'),
2318 'tt' => xl('Tatar'),
2319 'tw' => xl('Twi'),
2320 'ty' => xl('Tahitian'),
2321 'ug' => xl('Uyghur, Uighur'),
2322 'uk' => xl('Ukrainian'),
2323 'ur' => xl('Urdu'),
2324 'uz' => xl('Uzbek'),
2325 've' => xl('Venda'),
2326 'vi' => xl('Vietnamese'),
2327 'vo' => xl('Volapük'),
2328 'wa' => xl('Walloon'),
2329 'cy' => xl('Welsh'),
2330 'wo' => xl('Wolof'),
2331 'fy' => xl('Western Frisian'),
2332 'xh' => xl('Xhosa'),
2333 'yi' => xl('Yiddish'),
2334 'yo' => xl('Yoruba'),
2335 'za' => xl('Zhuang, Chuang'),
2336 'zu' => xl('Zulu'),
2338 'en', // default English
2339 xl('Choose PDF languange Preference'),
2341 'pdf_size' => array(
2342 xl('Paper Size'), // Descriptive Name
2343 array(
2344 'LETTER' => xl('Letter Paper Size'),
2345 'LEGAL' => xl('Legal Paper Size'),
2346 'FOLIO' => xl('Folio Paper Size'),
2347 'EXECUTIVE' => xl('Executive Paper Size'),
2348 '4A0' => ('4A0' . " " . xl('Paper Size')),
2349 '2A0' => ('2A0' . " " . xl('Paper Size')),
2350 'A0' => ('A0' . " " . xl('Paper Size')),
2351 'A1' => ('A1' . " " . xl('Paper Size')),
2352 'A2' => ('A2' . " " . xl('Paper Size')),
2353 'A3' => ('A3' . " " . xl('Paper Size')),
2354 'A4' => ('A4' . " " . xl('Paper Size')),
2355 'A5' => ('A5' . " " . xl('Paper Size')),
2356 'A6' => ('A6' . " " . xl('Paper Size')),
2357 'A7' => ('A7' . " " . xl('Paper Size')),
2358 'A8' => ('A8' . " " . xl('Paper Size')),
2359 'A9' => ('A9' . " " . xl('Paper Size')),
2360 'A10' => ('A10' . " " . xl('Paper Size')),
2361 'B0' => ('B0' . " " . xl('Paper Size')),
2362 'B1' => ('B1' . " " . xl('Paper Size')),
2363 'B2' => ('B2' . " " . xl('Paper Size')),
2364 'B3' => ('B3' . " " . xl('Paper Size')),
2365 'B4' => ('B4' . " " . xl('Paper Size')),
2366 'B5' => ('B5' . " " . xl('Paper Size')),
2367 'B6' => ('B6' . " " . xl('Paper Size')),
2368 'B7' => ('B7' . " " . xl('Paper Size')),
2369 'B8' => ('B8' . " " . xl('Paper Size')),
2370 'B9' => ('B9' . " " . xl('Paper Size')),
2371 'B10' => ('B10' . " " . xl('Paper Size')),
2372 'C0' => ('C0' . " " . xl('Paper Size')),
2373 'C1' => ('C1' . " " . xl('Paper Size')),
2374 'C2' => ('C2' . " " . xl('Paper Size')),
2375 'C3' => ('C3' . " " . xl('Paper Size')),
2376 'C4' => ('C4' . " " . xl('Paper Size')),
2377 'C5' => ('C5' . " " . xl('Paper Size')),
2378 'C6' => ('C6' . " " . xl('Paper Size')),
2379 'C7' => ('C7' . " " . xl('Paper Size')),
2380 'C8' => ('C8' . " " . xl('Paper Size')),
2381 'C9' => ('C9' . " " . xl('Paper Size')),
2382 'C10' => ('C10' . " " . xl('Paper Size')),
2383 'RA0' => ('RA0' . " " . xl('Paper Size')),
2384 'RA1' => ('RA1' . " " . xl('Paper Size')),
2385 'RA2' => ('RA2' . " " . xl('Paper Size')),
2386 'RA3' => ('RA3' . " " . xl('Paper Size')),
2387 'RA4' => ('RA4' . " " . xl('Paper Size')),
2388 'SRA0' => ('SRA0' . " " . xl('Paper Size')),
2389 'SRA1' => ('SRA1' . " " . xl('Paper Size')),
2390 'SRA2' => ('SRA2' . " " . xl('Paper Size')),
2391 'SRA3' => ('SRA3' . " " . xl('Paper Size')),
2392 'SRA4' => ('SRA4' . " " . xl('Paper Size')),
2394 'LETTER',
2395 xl('Choose Paper Size')
2397 'pdf_left_margin' => array(
2398 xl('Left Margin (mm)'),
2399 'num',
2400 '5',
2401 xl('Left Margin (mm)')
2403 'pdf_right_margin' => array(
2404 xl('Right Margin (mm)'),
2405 'num',
2406 '5',
2407 xl('Right Margin (mm)')
2409 'pdf_top_margin' => array(
2410 xl('Top Margin (mm)'),
2411 'num',
2412 '5',
2413 xl('Top Margin (mm)')
2415 'pdf_bottom_margin' => array(
2416 xl('Bottom Margin (px)'),
2417 'num',
2418 '8',
2419 xl('Bottom Margin (px)')
2421 'pdf_output' => array (
2422 xl('Output Type'),
2423 array(
2424 'D' => xl('Download'),
2425 'I' => xl('Inline')
2427 'D', //defaut
2428 xl("Choose Download or Display Inline"),
2431 'chart_label_type' => array(
2432 xl('Patient Label Type'),
2433 array(
2434 '0' => xl('None'),
2435 '1' => '5160',
2436 '2' => '5161',
2437 '3' => '5162'
2439 '1', // default
2440 xl('Avery Label type for printing patient labels from popups in left nav screen'),
2443 'barcode_label_type' => array(
2444 xl('Barcode Label Type'),
2445 array(
2446 '0' => xl('None'),
2447 '1' => 'std25',
2448 '2' => 'int25',
2449 '3' => 'ean8',
2450 '4' => 'ean13',
2451 '5' => 'upc',
2452 '6' => 'code11',
2453 '7' => 'code39',
2454 '8' => 'code93',
2455 '9' => 'code128',
2456 '10' => 'codabar',
2457 '11' => 'msi',
2458 '12' => 'datamatrix'
2460 '9', // default = None
2461 xl('Barcode type for printing barcode labels from popups in left nav screen.')
2464 'addr_label_type' => array(
2465 xl('Print Patient Address Label'),
2466 'bool', // data type
2467 '1', // default = false
2468 xl('Select to print patient address labels from popups in left nav screen.')