Support for the CMS Patient Portal.
[openemr.git] / library / globals.inc.php
blob097cbf2578b4216a7fa4e278e8396d0d534a2456
1 <?php
2 // Copyright (C) 2010 Rod Roark <rod@sunsetsystems.com>
3 //
4 // This program is free software; you can redistribute it and/or
5 // modify it under the terms of the GNU General Public License
6 // as published by the Free Software Foundation; either version 2
7 // of the License, or (at your option) any later version.
9 // $GLOBALS['print_command'] is the
10 // Print command for spooling to printers, used by statements.inc.php
11 // This is the command to be used for printing (without the filename).
12 // The word following "-P" should be the name of your printer. This
13 // example is designed for 8.5x11-inch paper with 1-inch margins,
14 // 10 CPI, 6 LPI, 65 columns, 54 lines per page.
16 // IF lpr services are installed on Windows this setting will be similar
17 // Otherwise configure it as needed (print /d:PRN) might be an option for Windows parallel printers
19 // Current supported languages: // Allow capture of term for translation:
20 // 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 // Chinese (Simplified) // xl('Chinese (Simplified)')
27 // Chinese (Traditional) // xl('Chinese (Traditional)')
28 // Czech // xl('Czech')
29 // Danish // xl('Danish')
30 // Dutch // xl('Dutch')
31 // English (Indian) // xl('English (Indian)')
32 // English (Standard) // xl('English (Standard)')
33 // Estonian // xl('Estonian')
34 // French // xl('French (Standard)')
35 // French // xl('French (Canadian)')
36 // German // xl('German')
37 // Greek // xl('Greek')
38 // Hebrew // xl('Hebrew')
39 // Hindi // xl('Hindi')
40 // Hungarian // xl('Hungarian')
41 // Italian // xl('Italian')
42 // Lithuanian // xl('Lithuanian')
43 // Norwegian // xl('Norwegian')
44 // Persian // xl('Persian')
45 // Polish // xl('Polish')
46 // Portuguese (Brazilian) // xl('Portuguese (Brazilian)')
47 // Portuguese (European) // xl('Portuguese (European)')
48 // Romanian // xl('Romanian')
49 // Russian // xl('Russian')
50 // Sinhala // xl('Sinhala')
51 // Slovak // xl('Slovak')
52 // Spanish (Latin American) // xl('Spanish (Latin American)')
53 // Spanish (Spain) // xl('Spanish (Spain)')
54 // Swedish // xl('Swedish')
55 // Turkish // xl('Turkish')
56 // Ukrainian // xl('Ukrainian')
57 // Vietnamese // xl('Vietnamese')
59 // OS-dependent stuff.
60 if (stristr(PHP_OS, 'WIN')) {
61 // MS Windows
62 $mysql_bin_dir = 'C:/xampp/mysql/bin';
63 $perl_bin_dir = 'C:/xampp/perl/bin';
64 $temporary_files_dir = 'C:/windows/temp';
65 $backup_log_dir = 'C:/windows/temp';
67 else {
68 // Everything else
69 $mysql_bin_dir = '/usr/bin';
70 $perl_bin_dir = '/usr/bin';
71 $temporary_files_dir = '/tmp';
72 $backup_log_dir = '/tmp';
75 // Language constant declarations:
76 // xl('Appearance')
77 // xl('Locale')
78 // xl('Features')
79 // xl('Calendar')
80 // xl('Security')
81 // xl('Notifications')
82 // xl('Miscellaneous')
84 // List of user specific tabs and globals
85 $USER_SPECIFIC_TABS = array('Appearance',
86 'Locale',
87 'Calendar',
88 'Connectors');
89 $USER_SPECIFIC_GLOBALS = array('default_top_pane',
90 'concurrent_layout',
91 'css_header',
92 'gbl_pt_list_page_size',
93 'gbl_pt_list_new_window',
94 'units_of_measurement',
95 'us_weight_format',
96 'date_display_format',
97 'time_display_format',
98 'event_color',
99 'erx_import_status_message');
101 $GLOBALS_METADATA = array(
103 // Appearance Tab
105 'Appearance' => array(
107 'default_top_pane' => array(
108 xl('Main Top Pane Screen'), // descriptive name
109 array(
110 'main_info.php' => xl('Calendar Screen'),
111 '../new/new.php' => xl('Patient Search/Add Screen'),
113 'main_info.php', // default = calendar
114 xl('Type of screen layout')
117 'concurrent_layout' => array(
118 xl('Layout Style'), // descriptive name
119 array(
120 '0' => xl('Old style layout with no left menu'),
121 '1' => xl('Navigation menu consists of pairs of radio buttons'),
122 '2' => xl('Navigation menu is a tree view'),
123 '3' => xl('Navigation uses a sliding menu'),
125 '3', // default = tree menu
126 xl('Type of screen layout')
129 'css_header' => array(
130 xl('Theme'),
131 'css',
132 'style_oemr.css',
133 xl('Pick a CSS theme.')
136 'gbl_nav_area_width' => array(
137 xl('Navigation Area Width'),
138 'num',
139 '150',
140 xl('Width in pixels of the left navigation frame.')
143 'openemr_name' => array(
144 xl('Application Title'),
145 'text',
146 'OpenEMR',
147 xl('Application name for login page and main window title.')
150 'full_new_patient_form' => array(
151 xl('New Patient Form'),
152 array(
153 '0' => xl('Old-style static form without search or duplication check'),
154 '1' => xl('All demographics fields, with search and duplication check'),
155 '2' => xl('Mandatory or specified fields only, search and dup check'),
156 '3' => xl('Mandatory or specified fields only, dup check, no search'),
158 '1', // default
159 xl('Style of form used for adding new patients')
162 'patient_search_results_style' => array(
163 xl('Patient Search Results Style'),
164 array(
165 '0' => xl('Encounter statistics'),
166 '1' => xl('Mandatory and specified fields'),
168 '0', // default
169 xl('Type of columns displayed for patient search results')
172 'gbl_tall_nav_area' => array(
173 xl('Tall Navigation Area'),
174 'bool', // data type
175 '0', // default = false
176 xl('Navigation area uses full height of frameset')
179 'gbl_nav_visit_forms' => array(
180 xl('Navigation Area Visit Forms'),
181 'bool', // data type
182 '1', // default = true
183 xl('Navigation area includes encounter forms')
186 'simplified_demographics' => array(
187 xl('Simplified Demographics'),
188 'bool', // data type
189 '0', // default = false
190 xl('Omit insurance and some other things from the demographics form')
193 'simplified_prescriptions' => array(
194 xl('Simplified Prescriptions'),
195 'bool', // data type
196 '0', // default = false
197 xl('Omit form, route and interval which then become part of dosage')
200 'simplified_copay' => array(
201 xl('Simplified Co-Pay'),
202 'bool', // data type
203 '0', // default = false
204 xl('Omit method of payment from the co-pay panel')
207 'use_charges_panel' => array(
208 xl('Use Charges Panel'),
209 'bool', // data type
210 '0', // default = false
211 xl('Enables the old Charges panel for entering billing codes and payments. Not recommended, use the Fee Sheet instead.')
214 // TajEmo Work BY CB 2012/06/21 10:42:31 AM added option to Hide Fees
215 'enable_fees_in_left_menu' => array(
216 xl('Enable Fees In Left Menu'),
217 'bool', // data type
218 '1', // default = true
219 xl('Enable Fees In Left Menu')
221 // EDI history 2012-09-13
222 'enable_edihistory_in_left_menu' => array(
223 xl('Enable EDI History In Left Menu'),
224 'bool', // data type
225 '1', // default = true
226 xl('EDI History (under Fees) for storing and interpreting EDI claim response files')
229 'online_support_link' => array(
230 xl('Online Support Link'),
231 'text', // data type
232 'http://open-emr.org/',
233 xl('URL for OpenEMR support.')
236 'encounter_page_size' => array(
237 xl('Encounter Page Size'),
238 array(
239 '0' => xl('Show All'),
240 '5' => '5',
241 '10' => '10',
242 '15' => '15',
243 '20' => '20',
244 '25' => '25',
245 '50' => '50',
247 '20',
248 xl('Number of encounters to display per page.')
251 'gbl_pt_list_page_size' => array(
252 xl('Patient List Page Size'),
253 array(
254 '10' => '10',
255 '25' => '25',
256 '50' => '50',
257 '100' => '100',
259 '10',
260 xl('Number of patients to display per page in the patient list.')
263 'gbl_pt_list_new_window' => array(
264 xl('Patient List New Window'),
265 'bool', // data type
266 '0', // default = false
267 xl('Default state of New Window checkbox in the patient list.')
270 'gbl_vitals_options' => array(
271 xl('Vitals Form Options'),
272 array(
273 '0' => xl('Standard'),
274 '1' => xl('Omit circumferences'),
276 '0', // default
277 xl('Special treatment for the Vitals form')
282 // Locale Tab
284 'Locale' => array(
286 'language_default' => array(
287 xl('Default Language'),
288 'lang', // data type
289 'English (Standard)', // default = english
290 xl('Default language if no other is allowed or chosen.')
293 'language_menu_showall' => array(
294 xl('All Languages Allowed'),
295 'bool', // data type
296 '1', // default = true
297 xl('Allow all available languages as choices on menu at login.')
300 'language_menu_other' => array(
301 xl('Allowed Languages'),
302 'm_lang', // data type
303 '', // default = none
304 xl('Select which languages, if any, may be chosen at login. (only pertinent if above All Languages Allowed is turned off)')
307 'allow_debug_language' => array(
308 xl('Allow Debugging Language'),
309 'bool', // data type
310 '1', // default = true during development and false for production releases
311 xl('This will allow selection of the debugging (\'dummy\') language.')
314 'translate_layout' => array(
315 xl('Translate Layouts'),
316 'bool', // data type
317 '1', // default = true
318 xl('Is text from form layouts to be translated?')
321 'translate_lists' => array(
322 xl('Translate Lists'),
323 'bool', // data type
324 '1', // default = true
325 xl('Is text from lists to be translated?')
328 'translate_gacl_groups' => array(
329 xl('Translate Access Control Groups'),
330 'bool', // data type
331 '1', // default = true
332 xl('Are access control group names to be translated?')
335 'translate_form_titles' => array(
336 xl('Translate Patient Note Titles'),
337 'bool', // data type
338 '1', // default = true
339 xl('Are patient note titles to be translated?')
342 'translate_document_categories' => array(
343 xl('Translate Document Categories'),
344 'bool', // data type
345 '1', // default = true
346 xl('Are document category names to be translated?')
349 'translate_appt_categories' => array(
350 xl('Translate Appointment Categories'),
351 'bool', // data type
352 '1', // default = true
353 xl('Are appointment category names to be translated?')
356 'units_of_measurement' => array(
357 xl('Units for Visit Forms'),
358 array(
359 '1' => xl('Show both US and metric (main unit is US)'),
360 '2' => xl('Show both US and metric (main unit is metric)'),
361 '3' => xl('Show US only'),
362 '4' => xl('Show metric only'),
364 '1', // default = Both/US
365 xl('Applies to the Vitals form and Growth Chart')
368 'us_weight_format' => array(
369 xl('Display Format for US Weights'),
370 array(
371 '1'=>xl('Show pounds as decimal value'),
372 '2'=>xl('Show pounds and ounces')
374 '1',
375 xl('Applies to Vitals form')
378 'disable_deprecated_metrics_form' => array(
379 xl('Disable Old Metric Vitals Form'),
380 'bool', // data type
381 '1', // default = true
382 xl('This was the older metric-only Vitals form, now deprecated.')
385 'phone_country_code' => array(
386 xl('Telephone Country Code'),
387 'num',
388 '1', // default = North America
389 xl('1 = North America. See http://www.wtng.info/ for a list of other country codes.')
392 'date_display_format' => array(
393 xl('Date Display Format'),
394 array(
395 '0' => xl('YYYY-MM-DD'),
396 '1' => xl('MM/DD/YYYY'),
397 '2' => xl('DD/MM/YYYY'),
399 '0',
400 xl('Format used to display most dates.')
403 'time_display_format' => array(
404 xl('Time Display Format'),
405 array(
406 '0' => xl('24 hr'),
407 '1' => xl('12 hr'),
409 '0',
410 xl('Format used to display most times.')
413 'currency_decimals' => array(
414 xl('Currency Decimal Places'),
415 array(
416 '0' => xl('0'),
417 '1' => xl('1'),
418 '2' => xl('2'),
420 '2',
421 xl('Number of digits after decimal point for currency, usually 0 or 2.')
424 'currency_dec_point' => array(
425 xl('Currency Decimal Point Symbol'),
426 array(
427 '.' => xl('Period'),
428 ',' => xl('Comma'),
430 '.',
431 xl('Symbol used as the decimal point for currency. Not used if Decimal Places is 0.')
434 'currency_thousands_sep' => array(
435 xl('Currency Thousands Separator'),
436 array(
437 ',' => xl('Comma'),
438 '.' => xl('Period'),
439 ' ' => xl('Space'),
440 '' => xl('None'),
442 ',',
443 xl('Symbol used to separate thousands for currency.')
446 'gbl_currency_symbol' => array(
447 xl('Currency Designator'),
448 'text', // data type
449 '$', // default
450 xl('Code or symbol to indicate currency')
452 'age_display_format'=>array(xl('Age Display Format'),
453 array(
454 '0'=>xl('Years or months'),
455 '1'=>xl('Years, months and days')
457 '0',
458 xl('Format for age display')
460 'age_display_limit' => array(
461 xl('Age in Years for Display Format Change'),
462 'num',
463 '3',
464 xl('If YMD is selected for age display, switch to just Years when patients older than this value in years')
468 // Features Tab
470 'Features' => array(
472 'specific_application' => array(
473 xl('Specific Application'),
474 array(
475 '0' => xl('None'),
476 '1' => xl('Athletic team'),
477 '2' => xl('IPPF'),
478 '3' => xl('Weight loss clinic'),
480 '0', // default
481 xl('Indicator for specialized usage')
484 'inhouse_pharmacy' => array(
485 xl('Drugs and Products'),
486 array(
487 '0' => xl('Do not inventory and sell any products'),
488 '1' => xl('Inventory and sell drugs only'),
489 '2' => xl('Inventory and sell both drugs and non-drug products'),
490 '3' => xl('Products but no prescription drugs and no templates'),
492 '0', // default
493 xl('Option to support inventory and sales of products')
496 'disable_chart_tracker' => array(
497 xl('Disable Chart Tracker'),
498 'bool', // data type
499 '0', // default = false
500 xl('Removes the Chart Tracker feature')
503 'disable_phpmyadmin_link' => array(
504 xl('Disable phpMyAdmin'),
505 'bool', // data type
506 '0', // default = false
507 xl('Removes support for phpMyAdmin')
510 'disable_immunizations' => array(
511 xl('Disable Immunizations'),
512 'bool', // data type
513 '0', // default = false
514 xl('Removes support for immunizations')
517 'disable_prescriptions' => array(
518 xl('Disable Prescriptions'),
519 'bool', // data type
520 '0', // default = false
521 xl('Removes support for prescriptions')
524 'omit_employers' => array(
525 xl('Omit Employers'),
526 'bool', // data type
527 '0', // default = false
528 xl('Omit employer information in patient demographics')
531 'select_multi_providers' => array(
532 xl('Support Multi-Provider Events'),
533 'bool', // data type
534 '0', // default = false
535 xl('Support calendar events that apply to multiple providers')
538 'disable_non_default_groups' => array(
539 xl('Disable User Groups'),
540 'bool', // data type
541 '1', // default = true
542 xl('Normally this should be checked. Not related to access control.')
545 'ignore_pnotes_authorization' => array(
546 xl('Skip Authorization of Patient Notes'),
547 'bool', // data type
548 '1', // default = true
549 xl('Do not require patient notes to be authorized')
552 'support_encounter_claims' => array(
553 xl('Allow Encounter Claims'),
554 'bool', // data type
555 '0', // default = false
556 xl('Allow creation of claims containing diagnoses but not procedures or charges. Most clinics do not want this.')
559 'advance_directives_warning' => array(
560 xl('Advance Directives Warning'),
561 'bool', // data type
562 '0', // default = false
563 xl('Display advance directives in the demographics page.')
566 'configuration_import_export' => array(
567 xl('Configuration Export/Import'),
568 'bool', // data type
569 '0', // default = false
570 xl('Support export/import of configuration data via the Backup page.')
573 'restrict_user_facility' => array(
574 xl('Restrict Users to Facilities'),
575 'bool', // data type
576 '0', // default
577 xl('Restrict non-authorized users to the Schedule Facilities set in User admin.')
580 'set_facility_cookie' => array(
581 xl('Remember Selected Facility'),
582 'bool', // data type
583 '0', // default
584 xl('Set a facility cookie to remember the selected facility between logins.')
587 'receipts_by_provider' => array(
588 xl('Print Receipts by Provider'),
589 'bool',
590 '0', // default
591 xl('Causes Receipts to Print Encounter/Primary Provider Info')
594 'discount_by_money' => array(
595 xl('Discounts as Monetary Amounts'),
596 'bool', // data type
597 '1', // default = true
598 xl('Discounts at checkout time are entered as money amounts, as opposed to percentage.')
601 'gbl_visit_referral_source' => array(
602 xl('Referral Source for Encounters'),
603 'bool', // data type
604 '0', // default = false
605 xl('A referral source may be specified for each visit.')
608 'gbl_mask_patient_id' => array(
609 xl('Mask for Patient IDs'),
610 'text', // data type
611 '', // default
612 xl('Specifies formatting for the external patient ID. # = digit, @ = alpha, * = any character. Empty if not used.')
615 'gbl_mask_invoice_number' => array(
616 xl('Mask for Invoice Numbers'),
617 'text', // data type
618 '', // default
619 xl('Specifies formatting for invoice reference numbers. # = digit, @ = alpha, * = any character. Empty if not used.')
622 'gbl_mask_product_id' => array(
623 xl('Mask for Product IDs'),
624 'text', // data type
625 '', // default
626 xl('Specifies formatting for product NDC fields. # = digit, @ = alpha, * = any character. Empty if not used.')
629 'force_billing_widget_open' => array(
630 xl('Force Billing Widget Open'),
631 'bool', // data type
632 '0', // default = false
633 xl('This will force the Billing Widget in the Patient Summary screen to always be open.')
636 'num_past_appointments_to_show' => array(
637 xl('Past Appointment Display Widget'),
638 'num', // data type
639 '0', // default = false
640 xl('A positive number will show that many past appointments on a Widget in the Patient Summary screen.')
643 'activate_ccr_ccd_report' => array(
644 xl('Activate CCR/CCD Reporting'),
645 'bool', // data type
646 '1', // default = true
647 xl('This will activate the CCR(Continuity of Care Record) and CCD(Continuity of Care Document) reporting.')
650 'hide_document_encryption' => array(
651 xl('Hide Encryption/Decryption Options In Document Management'),
652 'bool', // data type
653 '1', // default = true
654 xl('This will deactivate document the encryption and decryption features, and hide them in the UI.')
657 'use_custom_immun_list' => array(
658 xl('Use Custom Immunization List'),
659 'bool', // data type
660 '0', // default = true
661 xl('This will use the custom immunizations list rather than the standard CVX immunization list.')
664 'cms_1500' => array(
665 xl('CMS 1500 Paper Form Format'),
666 array(
667 '0' => xl('08/05'),
668 '1' => xl('02/12'),
670 '0', // default
671 xl('This specifies which revision of the form the billing module should generate')
674 'cms_1500_box_31_format' => array(
675 xl('CMS 1500: Box 31 Format'),
676 array(
677 '0' => xl('Signature on File'),
678 '1' => xl('Firstname Lastname'),
679 '2' => xl('None'),
681 '0', // default
682 xl('This specifies whether to include date in Box 31.')
686 'cms_1500_box_31_date' => array(
687 xl('CMS 1500: Date in Box 31 (Signature)'),
688 array(
689 '0' => xl('None'),
690 '1' => xl('Date of Service'),
691 '2' => xl('Today'),
693 '0', // default
694 xl('This specifies whether to include date in Box 31.')
698 // E-Sign Tab
700 'E-Sign' => array(
702 'esign_all' => array(
703 xl('Allows E-Sign on the entire encounter'),
704 'bool', // data type
705 '0', // default = false
706 xl('This will enable signing an entire encounter, rather than individual forms')
709 'lock_esign_all' => array(
710 xl('Lock e-signed encounters and their forms'),
711 'bool', // data type
712 '0', // default = false
713 xl('This will disable the Edit button on all forms whose parent encounter is e-signed')
716 'esign_individual' => array(
717 xl('Allows E-Signing Individual Forms'),
718 'bool', // data type
719 '1', // default = false
720 xl('This will enable signing individual forms separately')
723 'lock_esign_individual' => array(
724 xl('Lock an e-signed form individually'),
725 'bool', // data type
726 '1', // default = false
727 xl('This will disable the Edit button on any form that is e-signed')
730 'esign_lock_toggle' => array(
731 xl('Enable lock toggle'),
732 'bool', // data type
733 '0', // default = false
734 xl('This will give the user the option to lock (separate locking and signing)')
737 'esign_report_hide_empty_sig' => array(
738 xl('Hide Empty E-Sign Logs On Report'),
739 'bool', // data type
740 '1', // default = false
741 xl('This will hide empty e-sign logs on the patient report')
745 //Documents Tab
746 'Documents' => array(
747 'document_storage_method' => array(
748 xl('Document Storage Method'),
749 array(
750 '0' => xl('Hard Disk'),
751 '1' => xl('CouchDB')
753 '0', // default
754 xl('Option to save method of document storage.')
756 'couchdb_host' => array(
757 xl('CouchDB HostName'),
758 'text',
759 'localhost',
760 xl('CouchDB host'),
762 'couchdb_user' => array(
763 xl('CouchDB UserName'),
764 'text',
766 xl('Username to connect to CouchDB'),
768 'couchdb_pass' => array(
769 xl('CouchDB Password'),
770 'text',
772 xl('Password to connect to CouchDB'),
774 'couchdb_port' => array(
775 xl('CouchDB Port'),
776 'text',
777 '5984',
778 xl('CouchDB port'),
780 'couchdb_dbase' => array(
781 xl('CouchDB Database'),
782 'text',
784 xl('CouchDB database name'),
786 'couchdb_log' => array(
787 xl('CouchDB Log Enable'),
788 'bool',
789 '0',
790 xl('Enable log for document uploads/downloads to CouchDB'),
793 'patient_id_category_name' => array(
794 xl('Patient ID Category Name'),
795 'text', // data type
796 'Patient ID card', // default
797 xl('Optional category name for an ID Card image that can be viewed from the patient summary page.')
800 'patient_photo_category_name' => array(
801 xl('Patient Photo Category Name'),
802 'text', // data type
803 'Patient Photograph', // default
804 xl('Optional category name for photo images that can be viewed from the patient summary page.')
807 'lab_results_category_name' => array(
808 xl('Lab Results Category Name'),
809 'text', // data type
810 'Lab Report', // default
811 xl('Document category name for storage of electronically received lab results.')
816 // Calendar Tab
818 'Calendar' => array(
820 'disable_calendar' => array(
821 xl('Disable Calendar'),
822 'bool', // data type
823 '0', // default
824 xl('Do not display the calendar.')
827 'schedule_start' => array(
828 xl('Calendar Starting Hour'),
829 'hour',
830 '8', // default
831 xl('Beginning hour of day for calendar events.')
834 'schedule_end' => array(
835 xl('Calendar Ending Hour'),
836 'hour',
837 '17', // default
838 xl('Ending hour of day for calendar events.')
841 'calendar_interval' => array(
842 xl('Calendar Interval'),
843 array(
844 '5' => '5',
845 '10' => '10',
846 '15' => '15',
847 '20' => '20',
848 '30' => '30',
849 '60' => '60',
851 '15', // default
852 xl('The time granularity of the calendar and the smallest interval in minutes for an appointment slot.')
855 'calendar_appt_style' => array(
856 xl('Appointment Display Style'),
857 array(
858 '1' => 'Last name',
859 '2' => 'Last name, first name',
860 '3' => 'Last name, first name (title)',
861 '4' => 'Last name, first name (title: description)',
863 '2', // default
864 xl('This determines how appointments display on the calendar.')
867 'docs_see_entire_calendar' => array(
868 xl('Providers See Entire Calendar'),
869 'bool', // data type
870 '0', // default
871 xl('Check this if you want providers to see all appointments by default and not just their own.')
874 'auto_create_new_encounters' => array(
875 xl('Auto-Create New Encounters'),
876 'bool', // data type
877 '1', // default
878 xl('Automatically create a new encounter when appointment status is set to "@" (arrived).')
881 'event_color' => array(
882 xl('Appointment/Event Color'),
883 array(
884 '1' => 'Category Color Schema',
885 '2' => 'Facility Color Schema',
886 ), // data type
887 '1', // default
888 xl('This determines which color schema used for appointment')
893 // Security Tab
895 'Security' => array(
897 'timeout' => array(
898 xl('Idle Session Timeout Seconds'),
899 'num', // data type
900 '7200', // default
901 xl('Maximum idle time in seconds before logout. Default is 7200 (2 hours).')
904 'secure_password' => array(
905 xl('Require Strong Passwords'),
906 'bool', // data type
907 '0', // default
908 xl('Strong password means at least 8 characters, and at least three of: a number, a lowercase letter, an uppercase letter, a special character.')
911 'password_history' => array(
912 xl('Require Unique Passwords'),
913 'bool', // data type
914 '0', // default
915 xl('Means none of last three passwords are allowed when changing a password.')
917 'password_compatibility' => array(
918 xl('Permit unsalted passwords'),
919 'bool', // data type
920 '1', // default
921 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')
924 'password_expiration_days' => array(
925 xl('Default Password Expiration Days'),
926 'num', // data type
927 '0', // default
928 xl('Default password expiration period in days. 0 means this feature is disabled.')
931 'password_grace_time' => array(
932 xl('Password Expiration Grace Period'),
933 'num', // data type
934 '0', // default
935 xl('Period in days where a user may login with an expired password.')
938 'is_client_ssl_enabled' => array(
939 xl('Enable Client SSL'),
940 'bool', // data type
941 '0', // default
942 xl('Enable client SSL certificate authentication.')
945 'certificate_authority_crt' => array(
946 xl('Path to CA Certificate File'),
947 'text', // data type
948 '', // default
949 xl('Set this to the full absolute path. For creating client SSL certificates for HTTPS.')
952 'certificate_authority_key' => array(
953 xl('Path to CA Key File'),
954 'text', // data type
955 '', // default
956 xl('Set this to the full absolute path. For creating client SSL certificates for HTTPS.')
959 'client_certificate_valid_in_days' => array(
960 xl('Client Certificate Expiration Days'),
961 'num', // data type
962 '365', // default
963 xl('Number of days that the client certificate is valid.')
966 'Emergency_Login_email_id' => array(
967 xl('Emergency Login Email Address'),
968 'text', // data type
969 '', // default
970 xl('Email address, if any, to receive emergency login user activation messages.')
975 // Notifications Tab
977 'Notifications' => array(
979 'patient_reminder_sender_name' => array(
980 xl('Patient Reminder Sender Name'),
981 'text', // data type
982 '', // default
983 xl('Name of the sender for patient reminders.')
986 'patient_reminder_sender_email' => array(
987 xl('Patient Reminder Sender Email'),
988 'text', // data type
989 '', // default
990 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.')
993 'practice_return_email_path' => array(
994 xl('Notification Email Address'),
995 'text', // data type
996 '', // default
997 xl('Email address, if any, to receive administrative notifications.')
1000 'EMAIL_METHOD' => array(
1001 xl('Email Transport Method'),
1002 array(
1003 'PHPMAIL' => 'PHPMAIL',
1004 'SENDMAIL' => 'SENDMAIL',
1005 'SMTP' => 'SMTP',
1007 'SMTP', // default
1008 xl('Method for sending outgoing email.')
1011 'SMTP_HOST' => array(
1012 xl('SMTP Server Hostname'),
1013 'text', // data type
1014 'localhost', // default
1015 xl('If SMTP is used, the server`s hostname or IP address.')
1018 'SMTP_PORT' => array(
1019 xl('SMTP Server Port Number'),
1020 'num', // data type
1021 '25', // default
1022 xl('If SMTP is used, the server`s TCP port number (usually 25).')
1025 'SMTP_USER' => array(
1026 xl('SMTP User for Authentication'),
1027 'text', // data type
1028 '', // default
1029 xl('Must be empty if SMTP authentication is not used.')
1032 'SMTP_PASS' => array(
1033 xl('SMTP Password for Authentication'),
1034 'text', // data type
1035 '', // default
1036 xl('Must be empty if SMTP authentication is not used.')
1039 'EMAIL_NOTIFICATION_HOUR' => array(
1040 xl('Email Notification Hours'),
1041 'num', // data type
1042 '50', // default
1043 xl('Number of hours in advance to send email notifications.')
1046 'SMS_NOTIFICATION_HOUR' => array(
1047 xl('SMS Notification Hours'),
1048 'num', // data type
1049 '50', // default
1050 xl('Number of hours in advance to send SMS notifications.')
1053 'SMS_GATEWAY_USENAME' => array(
1054 xl('SMS Gateway Username'),
1055 'text', // data type
1056 '', // default
1057 xl('Username for SMS Gateway.')
1060 'SMS_GATEWAY_PASSWORD' => array(
1061 xl('SMS Gateway Password'),
1062 'text', // data type
1063 '', // default
1064 xl('Password for SMS Gateway.')
1067 'SMS_GATEWAY_APIKEY' => array(
1068 xl('SMS Gateway API Key'),
1069 'text', // data type
1070 '', // default
1071 xl('API key for SMS Gateway.')
1074 'phone_notification_hour' => array(
1075 xl('Phone Notification Hour'),
1076 'num', // data type
1077 '50', // default
1078 xl('Number of hours in advance to send Phone notification.')
1081 'phone_gateway_username' => array(
1082 xl('Phone Gateway Username'),
1083 'text', // data type
1084 '', // default
1085 xl('Username for Phone Gateway. Automated VOIP service provided by Maviq. Please visit http://signup.maviq.com for more information.')
1088 'phone_gateway_password' => array(
1089 xl('Phone Gateway Password'),
1090 'text', // data type
1091 '', // default
1092 xl('Password for Phone Gateway. Automated VOIP service provided by Maviq. Please visit http://signup.maviq.com for more information.')
1095 'phone_gateway_url' => array(
1096 xl('Phone Gateway URL'),
1097 'text', // data type
1098 '', // default
1099 xl('URL for Phone Gateway. Automated VOIP service provided by Maviq. Please visit http://signup.maviq.com for more information.')
1104 // CDR (Clinical Decision Rules)
1106 'CDR' => array(
1108 'enable_cdr' => array(
1109 xl('Enable Clinical Decisions Rules (CDR)'),
1110 'bool', // data type
1111 '1', // default
1112 xl('Enable Clinical Decisions Rules (CDR)')
1115 'enable_cdr_crw' => array(
1116 xl('Enable Clinical Reminder Widget'),
1117 'bool', // data type
1118 '1', // default
1119 xl('Enable Clinical Reminder Widget')
1122 'enable_cdr_crp' => array(
1123 xl('Enable Clinical Reminder Popup'),
1124 'bool', // data type
1125 '1', // default
1126 xl('Enable Clinical Reminder Popup')
1129 'enable_cdr_prw' => array(
1130 xl('Enable Patient Reminder Widget'),
1131 'bool', // data type
1132 '1', // default
1133 xl('Enable Patient Reminder Widget')
1136 'enable_cqm' => array(
1137 xl('Enable CQM Reporting'),
1138 'bool', // data type
1139 '1', // default
1140 xl('Enable Clinical Quality Measure (CQM) Reporting')
1143 'pqri_registry_name' => array(
1144 xl('PQRI Registry Name'),
1145 'text', // data type
1146 'Model Registry', // default
1147 xl('PQRI Registry Name')
1150 'pqri_registry_id' => array(
1151 xl('PQRI Registry ID'),
1152 'text', // data type
1153 '125789123', // default
1154 xl('PQRI Registry ID')
1157 'enable_amc' => array(
1158 xl('Enable AMC Reporting'),
1159 'bool', // data type
1160 '1', // default
1161 xl('Enable Automated Measure Calculations (AMC) Reporting')
1164 'enable_amc_prompting' => array(
1165 xl('Enable AMC Prompting'),
1166 'bool', // data type
1167 '1', // default
1168 xl('Enable Prompting For Automated Measure Calculations (AMC) Required Data')
1171 'enable_amc_tracking' => array(
1172 xl('Enable AMC Tracking'),
1173 'bool', // data type
1174 '1', // default
1175 xl('Enable Reporting of Tracking Date For Automated Measure Calculations (AMC)')
1178 'cdr_report_nice' => array(
1179 xl('CDR Reports Processing Priority'),
1180 array(
1181 '' => xl('Default Priority'),
1182 '5' => xl('Moderate Priority'),
1183 '10' => xl('Moderate/Low Priority'),
1184 '15' => xl('Low Priority'),
1185 '20' => xl('Lowest Priority')
1187 '', // default
1188 xl('Set processing priority for CDR engine based reports.')
1191 'pat_rem_clin_nice' => array(
1192 xl('Patient Reminder Creation Processing Priority'),
1193 array(
1194 '' => xl('Default Priority'),
1195 '5' => xl('Moderate Priority'),
1196 '10' => xl('Moderate/Low Priority'),
1197 '15' => xl('Low Priority'),
1198 '20' => xl('Lowest Priority')
1200 '', // default
1201 xl('Set processing priority for creation of Patient Reminders (in full clinic mode).')
1206 // Logging
1208 'Logging' => array(
1210 'enable_auditlog' => array(
1211 xl('Enable Audit Logging'),
1212 'bool', // data type
1213 '1', // default
1214 xl('Enable Audit Logging')
1217 'audit_events_patient-record' => array(
1218 xl('Audit Logging Patient Record'),
1219 'bool', // data type
1220 '1', // default
1221 xl('Enable logging of patient record modifications.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1224 'audit_events_scheduling' => array(
1225 xl('Audit Logging Scheduling'),
1226 'bool', // data type
1227 '1', // default
1228 xl('Enable logging of scheduling activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1231 'audit_events_order' => array(
1232 xl('Audit Logging Order'),
1233 'bool', // data type
1234 '1', // default
1235 xl('Enable logging of ordering activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1238 'audit_events_security-administration' => array(
1239 xl('Audit Logging Security Administration'),
1240 'bool', // data type
1241 '1', // default
1242 xl('Enable logging of security and administration activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1245 'audit_events_backup' => array(
1246 xl('Audit Logging Backups'),
1247 'bool', // data type
1248 '1', // default
1249 xl('Enable logging of backup related activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1252 'audit_events_other' => array(
1253 xl('Audit Logging Miscellaneous'),
1254 'bool', // data type
1255 '1', // default
1256 xl('Enable logging of miscellaneous activities.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1259 'audit_events_query' => array(
1260 xl('Audit Logging SELECT Query'),
1261 'bool', // data type
1262 '0', // default
1263 xl('Enable logging of all SQL SELECT queries.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1266 'audit_events_cdr' => array(
1267 xl('Audit CDR Engine Queries'),
1268 'bool', // data type
1269 '0', // default
1270 xl('Enable logging of CDR Engine Queries.').' ('.xl('Note that Audit Logging needs to be enabled above').')'
1273 'enable_atna_audit' => array(
1274 xl('Enable ATNA Auditing'),
1275 'bool', // data type
1276 '0', // default
1277 xl('Enable Audit Trail and Node Authentication (ATNA).')
1280 'atna_audit_host' => array(
1281 xl('ATNA audit host'),
1282 'text', // data type
1283 '', // default
1284 xl('The hostname of the ATNA audit repository machine.')
1287 'atna_audit_port' => array(
1288 xl('ATNA audit port'),
1289 'text', // data type
1290 '6514', // default
1291 xl('Listening port of the RFC 5425 TLS syslog server.')
1294 'atna_audit_localcert' => array(
1295 xl('ATNA audit local certificate'),
1296 'text', // data type
1297 '', // default
1298 xl('Certificate to send to RFC 5425 TLS syslog server.')
1301 'atna_audit_cacert' => array(
1302 xl('ATNA audit CA certificate'),
1303 'text', // data type
1304 '', // default
1305 xl('CA Certificate for verifying the RFC 5425 TLS syslog server.')
1310 // Miscellaneous Tab
1312 'Miscellaneous' => array(
1314 'mysql_bin_dir' => array(
1315 xl('Path to MySQL Binaries'),
1316 'text', // data type
1317 $mysql_bin_dir, // default
1318 xl('Full path to directory containing MySQL executables.')
1321 'perl_bin_dir' => array(
1322 xl('Path to Perl Binaries'),
1323 'text', // data type
1324 $perl_bin_dir, // default
1325 xl('Full path to directory containing Perl executables.')
1328 'temporary_files_dir' => array(
1329 xl('Path to Temporary Files'),
1330 'text', // data type
1331 $temporary_files_dir, // default
1332 xl('Full path to directory used for temporary files.')
1335 'backup_log_dir' => array(
1336 xl('Path for Event Log Backup'),
1337 'text', // data type
1338 $backup_log_dir, // default
1339 xl('Full path to directory for event log backup.')
1342 'state_data_type' => array(
1343 xl('State Data Type'),
1344 array(
1345 '2' => xl('Text field'),
1346 '1' => xl('Single-selection list'),
1347 '26' => xl('Single-selection list with ability to add to the list'),
1349 '26', // default
1350 xl('Field type to use for employer or subscriber state in demographics.')
1353 'state_list' => array(
1354 xl('State list'),
1355 'text', // data type
1356 'state', // default
1357 xl('List used by above State Data Type option.')
1360 'state_custom_addlist_widget' => array(
1361 xl('State List Widget Custom Fields'),
1362 'bool', // data type
1363 '1', // default
1364 xl('Show the custom state form for the add list widget (will ask for title and abbreviation).')
1367 'country_data_type' => array(
1368 xl('Country Data Type'),
1369 array(
1370 '2' => xl('Text field'),
1371 '1' => xl('Single-selection list'),
1372 '26' => xl('Single-selection list with ability to add to the list'),
1374 '26', // default
1375 xl('Field type to use for employer or subscriber country in demographics.')
1378 'country_list' => array(
1379 xl('Country list'),
1380 'text', // data type
1381 'country', // default
1382 xl('List used by above Country Data Type option.')
1385 'print_command' => array(
1386 xl('Print Command'),
1387 'text', // data type
1388 'lpr -P HPLaserjet6P -o cpi=10 -o lpi=6 -o page-left=72 -o page-top=72',
1389 xl('Shell command for printing from the server.')
1392 'default_chief_complaint' => array(
1393 xl('Default Reason for Visit'),
1394 'text', // data type
1396 xl('You may put text here as the default complaint in the New Patient Encounter form.')
1399 'default_new_encounter_form' => array(
1400 xl('Default Encounter Form ID'),
1401 'text', // data type
1403 xl('To automatically open the specified form. Some sports teams use football_injury_audit here.')
1406 'MedicareReferrerIsRenderer' => array(
1407 xl('Medicare Referrer Is Renderer'),
1408 'bool', // data type
1409 '0', // default = true
1410 xl('For Medicare only, forces the referring provider to be the same as the rendering provider.')
1413 'post_to_date_benchmark' => array(
1414 xl('Financial Close Date (yyyy-mm-dd)'),
1415 'text', // data type
1416 date('Y-m-d',time() - (10 * 24 * 60 * 60)), // default
1417 xl('The payments posted cannot go below this date.This ensures that after taking the final report nobody post for previous dates.')
1420 'enable_hylafax' => array(
1421 xl('Enable Hylafax Support'),
1422 'bool', // data type
1423 '0', // default
1424 xl('Enable Hylafax Support')
1427 'hylafax_server' => array(
1428 xl('Hylafax Server'),
1429 'text', // data type
1430 'localhost', // default
1431 xl('Hylafax server hostname.')
1434 'hylafax_basedir' => array(
1435 xl('Hylafax Directory'),
1436 'text', // data type
1437 '/var/spool/fax', // default
1438 xl('Location where Hylafax stores faxes.')
1441 'hylafax_enscript' => array(
1442 xl('Hylafax Enscript Command'),
1443 'text', // data type
1444 'enscript -M Letter -B -e^ --margins=36:36:36:36', // default
1445 xl('Enscript command used by Hylafax.')
1448 'enable_scanner' => array(
1449 xl('Enable Scanner Support'),
1450 'bool', // data type
1451 '0', // default
1452 xl('Enable Scanner Support')
1455 'scanner_output_directory' => array(
1456 xl('Scanner Directory'),
1457 'text', // data type
1458 '/mnt/scan_docs', // default
1459 xl('Location where scans are stored.')
1464 // Portal Tab
1466 'Portal' => array(
1468 'portal_onsite_enable' => array(
1469 xl('Enable Onsite Patient Portal'),
1470 'bool', // data type
1471 '0',
1472 xl('Enable Onsite Patient Portal.')
1475 'portal_onsite_address' => array(
1476 xl('Onsite Patient Portal Site Address'),
1477 'text', // data type
1478 'https://your_web_site.com/openemr/patients',
1479 xl('Website link for the Onsite Patient Portal.')
1482 'portal_offsite_enable' => array(
1483 xl('Enable Offsite Patient Portal'),
1484 'bool', // data type
1485 '0',
1486 xl('Enable Offsite Patient Portal.')
1489 'portal_offsite_providerid' => array(
1490 xl('Offsite Patient Portal Provider ID'),
1491 'text', // data type
1493 xl('Offsite Patient Portal Provider ID(Put Blank If not Registered).')
1496 'portal_offsite_username' => array(
1497 xl('Offsite Patient Portal Username'),
1498 'text', // data type
1500 xl('Offsite Patient Portal Username(Put Blank If not Registered).')
1503 'portal_offsite_password' => array(
1504 xl('Offsite Patient Portal Password'),
1505 'pwd', // data type
1507 xl('Offsite Patient Portal Password(Put Blank If not Registered).')
1510 'portal_offsite_address' => array(
1511 xl('Offsite Patient Portal Site Address'),
1512 'text', // data type
1513 'https://ssh.mydocsportal.com/provider.php',
1514 xl('Offsite Https link for the Patient Portal.')
1517 'portal_offsite_address_patient_link' => array(
1518 xl('Offsite Patient Portal Site Address (Patient Link)'),
1519 'text', // data type
1520 'https://ssh.mydocsportal.com',
1521 xl('Offsite Https link for the Patient Portal.(Patient Link)')
1524 // Currently the "CMS Portal" supports WordPress. Other Content Management
1525 // Systems may be supported in the future.
1527 'gbl_portal_cms_enable' => array(
1528 xl('Enable CMS Portal'),
1529 'bool', // data type
1530 '0',
1531 xl('Enable support for the open source WordPress Portal by Sunset Systems')
1534 'gbl_portal_cms_address' => array(
1535 xl('CMS Portal Site Address'),
1536 'text', // data type
1537 'https://your_cms_site.com/',
1538 xl('URL for the WordPress site that supports the portal')
1541 'gbl_portal_cms_username' => array(
1542 xl('CMS Portal Username'),
1543 'text', // data type
1545 xl('Login name of WordPress user for portal access')
1548 'gbl_portal_cms_password' => array(
1549 xl('CMS Portal Password'),
1550 'text', // data type
1552 xl('Password for the above user')
1557 // Connectors Tab
1559 'Connectors' => array(
1561 'lab_exchange_enable' => array(
1562 xl('Enable Lab Exchange'),
1563 'bool', // data type
1564 '0',
1565 xl('Enable the Medical Information Integration, LLC Lab Exchange Service.')
1568 'lab_exchange_siteid' => array(
1569 xl('Lab Exchange Site ID'),
1570 'text', // data type
1571 '3',
1572 xl('Site ID for the Medical Information Integration, LLC Lab Exchange Service.')
1575 'lab_exchange_token' => array(
1576 xl('Lab Exchange Token ID'),
1577 'text', // data type
1578 '12345',
1579 xl('Token ID for the Medical Information Integration, LLC Lab Exchange Service.')
1582 'lab_exchange_endpoint' => array(
1583 xl('Lab Exchange Site Address'),
1584 'text', // data type
1585 'https://len.mi-squared.com:29443/len/api',
1586 xl('Contact Medical Information Integration, LLC at http://mi-squared.com for Lab Exchange Service.')
1589 'erx_enable' => array(
1590 xl('Enable NewCrop eRx Service'),
1591 'bool', // data type
1592 '0',
1593 xl('Enable NewCrop eRx Service')
1596 'erx_path_production' => array(
1597 xl('NewCrop eRx Site Address'),
1598 'text', // data type
1599 'https://secure.newcropaccounts.com/InterfaceV7/RxEntry.aspx',
1600 xl('Contact Medical Information Integration, LLC at http://mi-squared.com or ZH Healthcare at http://zhservices.com for subscribing the eRx service')
1603 'erx_path_soap_production' => array(
1604 xl('NewCrop eRx Web Service Address'),
1605 'text', // data type
1606 'https://secure.newcropaccounts.com/v7/WebServices/Update1.asmx?WSDL;https://secure.newcropaccounts.com/v7/WebServices/Patient.asmx?WSDL',
1607 xl('Contact Medical Information Integration, LLC at http://mi-squared.com or ZH Healthcare at http://zhservices.com for subscribing the eRx service')
1610 'erx_soap_ttl_allergies' => array(
1611 xl('NewCrop eRx SOAP Request Time-To-Live for Allergies'),
1612 'num',
1613 '21600',
1614 xl('Time-To-Live for Allergies SOAP Request in seconds')
1617 'erx_soap_ttl_medications' => array(
1618 xl('NewCrop eRx SOAP Request Time-To-Live for Medications'),
1619 'num',
1620 '21600',
1621 xl('Time-To-Live for Medications SOAP Request in seconds')
1624 'partner_name_production' => array(
1625 xl('NewCrop eRx Partner Name'),
1626 'text', // data type
1628 xl('Contact Medical Information Integration, LLC at http://mi-squared.com or ZH Healthcare at http://zhservices.com for subscribing the eRx service')
1631 'erx_name_production' => array(
1632 xl('NewCrop eRx Name'),
1633 'text', // data type
1635 xl('Contact Medical Information Integration, LLC at http://mi-squared.com or ZH Healthcare at http://zhservices.com for subscribing the eRx service')
1638 'erx_password_production' => array(
1639 xl('NewCrop eRx Password'),
1640 'pass', // data type
1642 xl('Contact Medical Information Integration, LLC at http://mi-squared.com or ZH Healthcare at http://zhservices.com for subscribing the eRx service')
1645 'erx_account_id' => array(
1646 xl('NewCrop eRx Account Id'),
1647 'text', // data type
1648 '1',
1649 xl('Contact Medical Information Integration, LLC at http://mi-squared.com or ZH Healthcare at http://zhservices.com for subscribing the eRx service')
1652 'erx_upload_active' => array(
1653 xl('Only upload active prescriptions'),
1654 'bool', // data type
1655 '0',
1656 xl('Only upload active prescriptions')
1659 'erx_import_status_message' => array(
1660 xl('Enable import status message for NewCrop erx'),
1661 'bool', // data type
1662 '0',
1663 xl('Enable import status message for NewCrop erx')
1666 'erx_medication_display' => array(
1667 xl('Do not display Medications uploaded to NewCrop'),
1668 'bool', // data type
1669 '0',
1670 xl('Do not display Medications uploaded to NewCrop')
1673 'erx_allergy_display' => array(
1674 xl('Do not display Allergy uploaded to NewCrop'),
1675 'bool', // data type
1676 '0',
1677 xl('Do not display Allergy uploaded to NewCrop')
1680 'erx_default_patient_country' => array(
1681 xl('Default Patient Country'),
1682 array(
1683 '' => '',
1684 'US' => 'USA',
1685 'CA' => 'Canada',
1686 'MX' => 'Mexico'
1689 xl('Default Patient Country'),
1692 'phimail_enable' => array(
1693 xl('Enable phiMail Direct Messaging Service'),
1694 'bool', // data type
1695 '0',
1696 xl('Enable phiMail Direct Messaging Service')
1699 'phimail_server_address' => array(
1700 xl('phiMail Server Address'),
1701 'text', // data type
1702 'https://phimail.example.com:32541',
1703 xl('Contact EMR Direct to subscribe to the phiMail Direct messaging service')
1706 'phimail_username' => array(
1707 xl('phiMail Username'),
1708 'text', // data type
1710 xl('Contact EMR Direct to subscribe to the phiMail Direct messaging service')
1713 'phimail_password' => array(
1714 xl('phiMail Password'),
1715 'pass', // data type
1717 xl('Contact EMR Direct to subscribe to the phiMail Direct messaging service')
1720 'phimail_notify' => array(
1721 xl('phiMail notification user'),
1722 'text', // data type
1723 'admin',
1724 xl('This user will receive notification of new incoming Direct messages')
1727 'phimail_interval' => array(
1728 xl('phiMail Message Check Interval (minutes)'),
1729 'num', // data type
1730 '5',
1731 xl('Interval between message checks (set to zero for manual checks only)')
1734 'phimail_ccd_enable' => array(
1735 xl('phiMail Allow CCD Send'),
1736 'bool', // data type
1737 '0',
1738 xl('phiMail Allow CCD Send')
1741 'phimail_ccr_enable' => array(
1742 xl('phiMail Allow CCR Send'),
1743 'bool', // data type
1744 '0',
1745 xl('phiMail Allow CCR Send')
1749 'Rx' => array(
1750 'rx_enable_DEA' => array(
1751 xl('Rx Enable DEA #'),
1752 'bool', // data type
1753 '1',
1754 xl('Rx Enable DEA #')
1756 'rx_show_DEA' => array(
1757 xl('Rx Show DEA #'),
1758 'bool', // data type
1759 '0',
1760 xl('Rx Show DEA #')
1762 'rx_enable_NPI' => array(
1763 xl('Rx Enable NPI'),
1764 'bool', // data type
1765 '0',
1766 xl('Rx Enable NPI')
1768 'rx_show_NPI' => array(
1769 xl('Rx Show NPI'),
1770 'bool', // data type
1771 '0',
1772 xl('Rx Show NPI')
1774 'rx_enable_SLN' => array(
1775 xl('Rx Enable State Lic. #'),
1776 'bool', // data type
1777 '0',
1778 xl('Rx Enable State Lic. #')
1780 'rx_show_SLN' => array(
1781 xl('Rx Show State Lic. #'),
1782 'bool', // data type
1783 '0',
1784 xl('Rx Show State Lic. #')
1786 'rx_paper_size' => array(
1787 xl('Rx Paper Size'), // descriptive name
1788 array(
1789 'LETTER' => xl('Letter Paper Size'),
1790 'LEGAL' => xl('Legal Paper Size'),
1791 'FOLIO' => xl('Folio Paper Size'),
1792 'EXECUTIVE' => xl('Executive Paper Size'),
1793 '4A0' => ('4A0' . " " . xl('Paper Size')),
1794 '2A0' => ('2A0' . " " . xl('Paper Size')),
1795 'A0' => ('A0' . " " . xl('Paper Size')),
1796 'A1' => ('A1' . " " . xl('Paper Size')),
1797 'A2' => ('A2' . " " . xl('Paper Size')),
1798 'A3' => ('A3' . " " . xl('Paper Size')),
1799 'A4' => ('A4' . " " . xl('Paper Size')),
1800 'A5' => ('A5' . " " . xl('Paper Size')),
1801 'A6' => ('A6' . " " . xl('Paper Size')),
1802 'A7' => ('A7' . " " . xl('Paper Size')),
1803 'A8' => ('A8' . " " . xl('Paper Size')),
1804 'A9' => ('A9' . " " . xl('Paper Size')),
1805 'A10' => ('A10' . " " . xl('Paper Size')),
1806 'B0' => ('B0' . " " . xl('Paper Size')),
1807 'B1' => ('B1' . " " . xl('Paper Size')),
1808 'B2' => ('B2' . " " . xl('Paper Size')),
1809 'B3' => ('B3' . " " . xl('Paper Size')),
1810 'B4' => ('B4' . " " . xl('Paper Size')),
1811 'B5' => ('B5' . " " . xl('Paper Size')),
1812 'B6' => ('B6' . " " . xl('Paper Size')),
1813 'B7' => ('B7' . " " . xl('Paper Size')),
1814 'B8' => ('B8' . " " . xl('Paper Size')),
1815 'B9' => ('B9' . " " . xl('Paper Size')),
1816 'B10' => ('B10' . " " . xl('Paper Size')),
1817 'C0' => ('C0' . " " . xl('Paper Size')),
1818 'C1' => ('C1' . " " . xl('Paper Size')),
1819 'C2' => ('C2' . " " . xl('Paper Size')),
1820 'C3' => ('C3' . " " . xl('Paper Size')),
1821 'C4' => ('C4' . " " . xl('Paper Size')),
1822 'C5' => ('C5' . " " . xl('Paper Size')),
1823 'C6' => ('C6' . " " . xl('Paper Size')),
1824 'C7' => ('C7' . " " . xl('Paper Size')),
1825 'C8' => ('C8' . " " . xl('Paper Size')),
1826 'C9' => ('C9' . " " . xl('Paper Size')),
1827 'C10' => ('C10' . " " . xl('Paper Size')),
1828 'RA0' => ('RA0' . " " . xl('Paper Size')),
1829 'RA1' => ('RA1' . " " . xl('Paper Size')),
1830 'RA2' => ('RA2' . " " . xl('Paper Size')),
1831 'RA3' => ('RA3' . " " . xl('Paper Size')),
1832 'RA4' => ('RA4' . " " . xl('Paper Size')),
1833 'SRA0' => ('SRA0' . " " . xl('Paper Size')),
1834 'SRA1' => ('SRA1' . " " . xl('Paper Size')),
1835 'SRA2' => ('SRA2' . " " . xl('Paper Size')),
1836 'SRA3' => ('SRA3' . " " . xl('Paper Size')),
1837 'SRA4' => ('SRA4' . " " . xl('Paper Size')),
1839 'LETTER', // default = tree menu
1840 xl('Rx Paper Size')
1842 'rx_left_margin' => array(
1843 xl('Rx Left Margin (px)'),
1844 'num',
1845 '30',
1846 xl('Rx Left Margin (px)')
1848 'rx_right_margin' => array(
1849 xl('Rx Right Margin (px)'),
1850 'num',
1851 '30',
1852 xl('Rx Right Margin (px)')
1854 'rx_top_margin' => array(
1855 xl('Rx Top Margin (px)'),
1856 'num',
1857 '72',
1858 xl('Rx Top Margin (px)')
1860 'rx_bottom_margin' => array(
1861 xl('Rx Bottom Margin (px)'),
1862 'num',
1863 '30',
1864 xl('Rx Bottom Margin (px)')
1868 'PDF' => array (
1869 'pdf_layout' => array (
1870 xl('Layout'),
1871 array(
1872 'P' => xl('Portrait'),
1873 'L' => xl('Landscape')
1875 'P', //defaut
1876 xl("Choose Layout Direction"),
1878 'pdf_language' => array (
1879 xl('PDF Language'),
1880 array(
1881 'aa' => xl('Afar'),
1882 'af' => xl('Afrikaans'),
1883 'ak' => xl('Akan'),
1884 'sq' => xl('Albanian'),
1885 'am' => xl('Amharic'),
1886 'ar' => xl('Arabic'),
1887 'an' => xl('Aragonese'),
1888 'hy' => xl('Armenian'),
1889 'as' => xl('Assamese'),
1890 'av' => xl('Avaric'),
1891 'ae' => xl('Avestan'),
1892 'ay' => xl('Aymara'),
1893 'az' => xl('Azerbaijani'),
1894 'bm' => xl('Bambara'),
1895 'ba' => xl('Bashkir'),
1896 'eu' => xl('Basque'),
1897 'be' => xl('Belarusian'),
1898 'bn' => xl('Bengali- Bangla'),
1899 'bh' => xl('Bihari'),
1900 'bi' => xl('Bislama'),
1901 'bs' => xl('Bosnian'),
1902 'br' => xl('Breton'),
1903 'bg' => xl('Bulgarian'),
1904 'my' => xl('Burmese'),
1905 'ca' => xl('Catalan- Valencian'),
1906 'ch' => xl('Chamorro'),
1907 'ce' => xl('Chechen'),
1908 'ny' => xl('Chichewa- Chewa- Nyanja'),
1909 'zh' => xl('Chinese'),
1910 'cv' => xl('Chuvash'),
1911 'kw' => xl('Cornish'),
1912 'co' => xl('Corsican'),
1913 'cr' => xl('Cree'),
1914 'hr' => xl('Croatian'),
1915 'cs' => xl('Czech'),
1916 'da' => xl('Danish'),
1917 'dv' => xl('Divehi- Dhivehi- Maldivian-'),
1918 'nl' => xl('Dutch'),
1919 'dz' => xl('Dzongkha'),
1920 'en' => xl('English'),
1921 'eo' => xl('Esperanto'),
1922 'et' => xl('Estonian'),
1923 'ee' => xl('Ewe'),
1924 'fo' => xl('Faroese'),
1925 'fj' => xl('Fijian'),
1926 'fi' => xl('Finnish'),
1927 'fr' => xl('French'),
1928 'ff' => xl('Fula- Fulah- Pulaar- Pular'),
1929 'gl' => xl('Galician'),
1930 'ka' => xl('Georgian'),
1931 'de' => xl('German'),
1932 'el' => xl('Greek, Modern'),
1933 'gn' => xl('Guaraní'),
1934 'gu' => xl('Gujarati'),
1935 'ht' => xl('Haitian- Haitian Creole'),
1936 'ha' => xl('Hausa'),
1937 'he' => xl('Hebrew (modern)'),
1938 'hz' => xl('Herero'),
1939 'hi' => xl('Hindi'),
1940 'ho' => xl('Hiri Motu'),
1941 'hu' => xl('Hungarian'),
1942 'ia' => xl('Interlingua'),
1943 'id' => xl('Indonesian'),
1944 'ie' => xl('Interlingue'),
1945 'ga' => xl('Irish'),
1946 'ig' => xl('Igbo'),
1947 'ik' => xl('Inupiaq'),
1948 'io' => xl('Ido'),
1949 'is' => xl('Icelandic'),
1950 'it' => xl('Italian'),
1951 'iu' => xl('Inuktitut'),
1952 'ja' => xl('Japanese'),
1953 'jv' => xl('Javanese'),
1954 'kl' => xl('Kalaallisut, Greenlandic'),
1955 'kn' => xl('Kannada'),
1956 'kr' => xl('Kanuri'),
1957 'ks' => xl('Kashmiri'),
1958 'kk' => xl('Kazakh'),
1959 'km' => xl('Khmer'),
1960 'ki' => xl('Kikuyu, Gikuyu'),
1961 'rw' => xl('Kinyarwanda'),
1962 'ky' => xl('Kyrgyz'),
1963 'kv' => xl('Komi'),
1964 'kg' => xl('Kongo'),
1965 'ko' => xl('Korean'),
1966 'ku' => xl('Kurdish'),
1967 'kj' => xl('Kwanyama, Kuanyama'),
1968 'la' => xl('Latin'),
1969 'lb' => xl('Luxembourgish, Letzeburgesch'),
1970 'lg' => xl('Ganda'),
1971 'li' => xl('Limburgish, Limburgan, Limburger'),
1972 'ln' => xl('Lingala'),
1973 'lo' => xl('Lao'),
1974 'lt' => xl('Lithuanian'),
1975 'lu' => xl('Luba-Katanga'),
1976 'lv' => xl('Latvian'),
1977 'gv' => xl('Manx'),
1978 'mk' => xl('Macedonian'),
1979 'mg' => xl('Malagasy'),
1980 'ms' => xl('Malay'),
1981 'ml' => xl('Malayalam'),
1982 'mt' => xl('Maltese'),
1983 'mi' => xl('Māori'),
1984 'mr' => xl('Marathi (Marāṭhī)'),
1985 'mh' => xl('Marshallese'),
1986 'mn' => xl('Mongolian'),
1987 'na' => xl('Nauru'),
1988 'nv' => xl('Navajo, Navaho'),
1989 'nb' => xl('Norwegian Bokmål'),
1990 'nd' => xl('North Ndebele'),
1991 'ne' => xl('Nepali'),
1992 'ng' => xl('Ndonga'),
1993 'nn' => xl('Norwegian Nynorsk'),
1994 'no' => xl('Norwegian'),
1995 'ii' => xl('Nuosu'),
1996 'nr' => xl('South Ndebele'),
1997 'oc' => xl('Occitan'),
1998 'oj' => xl('Ojibwe, Ojibwa'),
1999 'cu' => xl('Old Church Slavonic, Church Slavonic, Old Bulgarian'),
2000 'om' => xl('Oromo'),
2001 'or' => xl('Oriya'),
2002 'os' => xl('Ossetian, Ossetic'),
2003 'pa' => xl('Panjabi, Punjabi'),
2004 'pi' => xl('Pāli'),
2005 'fa' => xl('Persian (Farsi)'),
2006 'pl' => xl('Polish'),
2007 'ps' => xl('Pashto, Pushto'),
2008 'pt' => xl('Portuguese'),
2009 'qu' => xl('Quechua'),
2010 'rm' => xl('Romansh'),
2011 'rn' => xl('Kirundi'),
2012 'ro' => xl('Romanian'),
2013 'ru' => xl('Russian'),
2014 'sa' => xl('Sanskrit (Saṁskṛta)'),
2015 'sc' => xl('Sardinian'),
2016 'sd' => xl('Sindhi'),
2017 'se' => xl('Northern Sami'),
2018 'sm' => xl('Samoan'),
2019 'sg' => xl('Sango'),
2020 'sr' => xl('Serbian'),
2021 'gd' => xl('Scottish Gaelic- Gaelic'),
2022 'sn' => xl('Shona'),
2023 'si' => xl('Sinhala, Sinhalese'),
2024 'sk' => xl('Slovak'),
2025 'sl' => xl('Slovene'),
2026 'so' => xl('Somali'),
2027 'st' => xl('Southern Sotho'),
2028 'es' => xl('Spanish- Castilian'),
2029 'su' => xl('Sundanese'),
2030 'sw' => xl('Swahili'),
2031 'ss' => xl('Swati'),
2032 'sv' => xl('Swedish'),
2033 'ta' => xl('Tamil'),
2034 'te' => xl('Telugu'),
2035 'tg' => xl('Tajik'),
2036 'th' => xl('Thai'),
2037 'ti' => xl('Tigrinya'),
2038 'bo' => xl('Tibetan Standard, Tibetan, Central'),
2039 'tk' => xl('Turkmen'),
2040 'tl' => xl('Tagalog'),
2041 'tn' => xl('Tswana'),
2042 'to' => xl('Tonga (Tonga Islands)'),
2043 'tr' => xl('Turkish'),
2044 'ts' => xl('Tsonga'),
2045 'tt' => xl('Tatar'),
2046 'tw' => xl('Twi'),
2047 'ty' => xl('Tahitian'),
2048 'ug' => xl('Uyghur, Uighur'),
2049 'uk' => xl('Ukrainian'),
2050 'ur' => xl('Urdu'),
2051 'uz' => xl('Uzbek'),
2052 've' => xl('Venda'),
2053 'vi' => xl('Vietnamese'),
2054 'vo' => xl('Volapük'),
2055 'wa' => xl('Walloon'),
2056 'cy' => xl('Welsh'),
2057 'wo' => xl('Wolof'),
2058 'fy' => xl('Western Frisian'),
2059 'xh' => xl('Xhosa'),
2060 'yi' => xl('Yiddish'),
2061 'yo' => xl('Yoruba'),
2062 'za' => xl('Zhuang, Chuang'),
2063 'zu' => xl('Zulu'),
2065 'en', // default English
2066 xl('Choose PDF languange Preference'),
2068 'pdf_size' => array(
2069 xl('Paper Size'), // Descriptive Name
2070 array(
2071 'LETTER' => xl('Letter Paper Size'),
2072 'LEGAL' => xl('Legal Paper Size'),
2073 'FOLIO' => xl('Folio Paper Size'),
2074 'EXECUTIVE' => xl('Executive Paper Size'),
2075 '4A0' => ('4A0' . " " . xl('Paper Size')),
2076 '2A0' => ('2A0' . " " . xl('Paper Size')),
2077 'A0' => ('A0' . " " . xl('Paper Size')),
2078 'A1' => ('A1' . " " . xl('Paper Size')),
2079 'A2' => ('A2' . " " . xl('Paper Size')),
2080 'A3' => ('A3' . " " . xl('Paper Size')),
2081 'A4' => ('A4' . " " . xl('Paper Size')),
2082 'A5' => ('A5' . " " . xl('Paper Size')),
2083 'A6' => ('A6' . " " . xl('Paper Size')),
2084 'A7' => ('A7' . " " . xl('Paper Size')),
2085 'A8' => ('A8' . " " . xl('Paper Size')),
2086 'A9' => ('A9' . " " . xl('Paper Size')),
2087 'A10' => ('A10' . " " . xl('Paper Size')),
2088 'B0' => ('B0' . " " . xl('Paper Size')),
2089 'B1' => ('B1' . " " . xl('Paper Size')),
2090 'B2' => ('B2' . " " . xl('Paper Size')),
2091 'B3' => ('B3' . " " . xl('Paper Size')),
2092 'B4' => ('B4' . " " . xl('Paper Size')),
2093 'B5' => ('B5' . " " . xl('Paper Size')),
2094 'B6' => ('B6' . " " . xl('Paper Size')),
2095 'B7' => ('B7' . " " . xl('Paper Size')),
2096 'B8' => ('B8' . " " . xl('Paper Size')),
2097 'B9' => ('B9' . " " . xl('Paper Size')),
2098 'B10' => ('B10' . " " . xl('Paper Size')),
2099 'C0' => ('C0' . " " . xl('Paper Size')),
2100 'C1' => ('C1' . " " . xl('Paper Size')),
2101 'C2' => ('C2' . " " . xl('Paper Size')),
2102 'C3' => ('C3' . " " . xl('Paper Size')),
2103 'C4' => ('C4' . " " . xl('Paper Size')),
2104 'C5' => ('C5' . " " . xl('Paper Size')),
2105 'C6' => ('C6' . " " . xl('Paper Size')),
2106 'C7' => ('C7' . " " . xl('Paper Size')),
2107 'C8' => ('C8' . " " . xl('Paper Size')),
2108 'C9' => ('C9' . " " . xl('Paper Size')),
2109 'C10' => ('C10' . " " . xl('Paper Size')),
2110 'RA0' => ('RA0' . " " . xl('Paper Size')),
2111 'RA1' => ('RA1' . " " . xl('Paper Size')),
2112 'RA2' => ('RA2' . " " . xl('Paper Size')),
2113 'RA3' => ('RA3' . " " . xl('Paper Size')),
2114 'RA4' => ('RA4' . " " . xl('Paper Size')),
2115 'SRA0' => ('SRA0' . " " . xl('Paper Size')),
2116 'SRA1' => ('SRA1' . " " . xl('Paper Size')),
2117 'SRA2' => ('SRA2' . " " . xl('Paper Size')),
2118 'SRA3' => ('SRA3' . " " . xl('Paper Size')),
2119 'SRA4' => ('SRA4' . " " . xl('Paper Size')),
2121 'LETTER',
2122 xl('Choose Paper Size')
2124 'pdf_left_margin' => array(
2125 xl('Left Margin (mm)'),
2126 'num',
2127 '5',
2128 xl('Left Margin (mm)')
2130 'pdf_right_margin' => array(
2131 xl('Right Margin (mm)'),
2132 'num',
2133 '5',
2134 xl('Right Margin (mm)')
2136 'pdf_top_margin' => array(
2137 xl('Top Margin (mm)'),
2138 'num',
2139 '5',
2140 xl('Top Margin (mm)')
2142 'pdf_bottom_margin' => array(
2143 xl('Bottom Margin (px)'),
2144 'num',
2145 '8',
2146 xl('Bottom Margin (px)')
2148 'pdf_output' => array (
2149 xl('Output Type'),
2150 array(
2151 'D' => xl('Download'),
2152 'I' => xl('Inline')
2154 'D', //defaut
2155 xl("Choose Download or Display Inline"),