OpenEMR Patches

From OpenEMR Project Wiki
Revision as of 06:25, 14 March 2021 by Bradymiller (talk | contribs)

6.0.0 Patch (3/13/21)


Download link

6-0-0-Patch-1.zip

Description

This is the 1st patch and also includes changes from prior patches. Please read through the list of modified files to ensure you haven't customized any of these, since this will copy over this.

Installation instructions

Windows

1. Extract the zipped file into the openemr web directory, and say yes to copying over files
2. Open web browser and go to http://your_server_name_or_ip/openemr/sql_patch.php
(this script will run automatically and patch the database)
(if you are using the Multisite Module, then skip step 2 and follow these instructions)
3. Delete the sql_patch.php file from the openemr web directory

Linux

1. Move the patch file to the openemr web directory, then type 'unzip 6-0-0-Patch-1.zip', and confirm ok to copy over files.
2. Open web browser and go to http://your_server_name_or_ip/openemr/sql_patch.php
(this script will run automatically and patch the database)
(if you are using the Multisite Module, then skip step 2 and follow these instructions)
3. Delete the sql_patch.php file from the openemr web directory


Fixes and New Features

(note the ones with ** are new with this patch):

  • Security fixes (reported by Hagai Wechsler at https://www.whitesourcesoftware.com, fixes by Brady Miller)**
  • Eye form fixes (fixes by Ray Magauran)**
  • Patient portal registration fix (fix by Jerry Padgett)**
  • WENO Exchange ePrescribing (by Sherwin Gaddis)**
  • UUID creation optimizations (by Brady Miller)**
  • Billing fixes (fixes by Stephen Waite)**
  • sql upgrade optimizations (by Stephen Waite)**
  • Addition of Johnson & Johnson COVID-19 vaccine (by Stephen Waite)**


List of files (6.0.0)

.gitignore
acknowledge_license_cert.html
ccdaservice/serveccda.js
ci/apache_73_103/docker-compose.yml
ci/apache_73_104/docker-compose.yml
ci/apache_73_105/docker-compose.yml
ci/apache_73_57/docker-compose.yml
ci/apache_73_8/docker-compose.yml
config/config.yaml
contrib/weno/WenoPharmacyDirectory2020-12-13.csv
controllers/C_Document.class.php
controllers/C_Pharmacy.class.php
interface/billing/edit_payment.php
interface/billing/new_payment.php
interface/billing/payment_pat_sel.inc.php
interface/billing/search_payments.php
interface/forms/CAMOS/help.html
interface/forms/CAMOS/new.php
interface/forms/CAMOS/notegen.php
interface/forms/eye_mag/a_issue.php
interface/forms/eye_mag/css/style.css
interface/forms/eye_mag/js/eye_base.php
interface/forms/eye_mag/js/jquery-1-10-2/jquery.min.js
interface/forms/eye_mag/js/jquery-panelslider/jquery.panelslider.min.js
interface/forms/eye_mag/js/jquery-ui-1-11-4/jquery-ui.min.js
interface/forms/eye_mag/js/shortcut.js-2-01-B/shortcut.js
interface/forms/eye_mag/php/eye_mag_functions.php
interface/forms/eye_mag/php/taskman_functions.php
interface/forms/eye_mag/report.php
interface/forms/eye_mag/save.php
interface/forms/eye_mag/SpectacleRx.php
interface/forms/eye_mag/view.php
interface/forms/fee_sheet/code_choice/templates/code_choices.php
interface/forms/fee_sheet/new.php
interface/forms/LBF/new.php
interface/main/messages/css/reminder_style.css
interface/main/messages/js/reminder_appts.js
interface/main/messages/messages.php
interface/main/messages/save.php
interface/main/tabs/menu/menus/standard.json
interface/main/tabs/templates/tabs_template.php
interface/new/new_comprehensive_save.php
interface/orders/patient_match_dialog.php
interface/patient_file/download_template.php
interface/patient_file/encounter/forms.php
interface/patient_file/front_payment_cc.php
interface/patient_file/front_payment.php
interface/patient_file/history/edit_billnote.php
interface/patient_file/report/patient_report.php
interface/patient_file/summary/demographics_full.php
interface/patient_file/summary/demographics.php
interface/patient_file/summary/stats.php
interface/patient_tracker/patient_tracker.php
interface/super/edit_globals.php
interface/super/edit_list.php
interface/themes/colors/utilities/tabs-full.scss
interface/themes/core/patient/demographics.scss
interface/themes/core/tabs.scss
interface/themes/oe-styles/style_manila.scss
interface/themes/patientportal-style.scss
interface/themes/rtl_style_pdf.css
interface/themes/style.scss
interface/themes/tabs_style_compact.scss
interface/themes/tabs_style_full.scss
interface/usergroup/addrbook_list.php
interface/usergroup/mfa_registrations.php
interface/usergroup/mfa_totp.php
interface/usergroup/mfa_u2f.php
interface/usergroup/usergroup_admin.php
interface/weno/facilities.php
interface/weno/indexrx.php
interface/weno/rxlogmanager.php
interface/weno/wenoconnected.php
interface/weno/weno.js
library/ajax/payment_ajax.php
library/ajax/sql_server_status.php
library/ajax/template_context_search.php
library/classes/Pharmacy.class.php
library/custom_template/ajax_code.php
library/custom_template/custom_template.php
library/custom_template/personalize.php
library/dialog.js
library/ESign/Form/Signable.php
library/FeeSheet.class.php
library/globals.inc.php
library/js/ajax_functions_writer.js
library/js/CustomTemplateApi.js
library/js/CustomTemplateLoader.js
library/js/utility.js
library/MedEx/API.php
library/MedEx/MedEx_background.php
library/MedEx/MedEx.php
library/options.inc.php
library/patient.inc
library/payment_jav.inc.php
library/sql_upgrade_fx.php
library/uuid.php
library/weno_log_sync.php
portal/account/register.php
portal/get_profile.php
portal/home.php
portal/lib/download_template.php
portal/messaging/messages.php
portal/patient/_app_config.php
portal/patient/fwk/libs/verysimple/Phreeze/PortalController.php
portal/patient/_global_config.php
portal/patient/libs/Controller/AppBasePortalController.php
portal/patient/libs/Controller/DefaultController.php
portal/patient/libs/Controller/OnsiteActivityViewController.php
portal/patient/libs/Controller/OnsiteDocumentController.php
portal/patient/libs/Controller/OnsitePortalActivityController.php
portal/patient/libs/Controller/PatientController.php
portal/patient/libs/Controller/PortalPatientController.php
portal/patient/libs/Controller/ProviderController.php
portal/patient/libs/Model/DAO/PatientDAO.php
portal/patient/libs/Model/DAO/PatientMap.php
portal/patient/libs/Reporter/PatientReporter.php
portal/patient/scripts/app.js
portal/patient/scripts/app/onsitedocuments.js
portal/patient/scripts/app/patientdata.js
portal/patient/scripts/model.js
portal/patient/templates/OnsiteDocumentListView.tpl.php
portal/patient/templates/PatientListView.tpl.php
portal/sign/assets/signer_api.js
portal/sign/assets/signer_modal.php
public/themes/ajax_calendar_ie.css
public/themes/compact_style_ash_blue.css
public/themes/compact_style_burgundy.css
public/themes/compact_style_cadmium_yellow.css
public/themes/compact_style_chocolate.css
public/themes/compact_style_cobalt_blue.css
public/themes/compact_style_coral.css
public/themes/compact_style_dark.css
public/themes/compact_style_deep_purple.css
public/themes/compact_style_dune.css
public/themes/compact_style_emerald.css
public/themes/compact_style_forest_green.css
public/themes/compact_style_light.css
public/themes/compact_style_manila.css
public/themes/compact_style_mauve.css
public/themes/compact_style_mustard_green.css
public/themes/compact_style_olive.css
public/themes/compact_style_pink.css
public/themes/compact_style_powder_blue.css
public/themes/compact_style_red.css
public/themes/compact_style_sienna.css
public/themes/compact_style_solar.css
public/themes/compact_style_tangerine.css
public/themes/jquery.autocomplete.css
public/themes/misc/bootstrap_navbar.css
public/themes/misc/edi_history_v2.css
public/themes/misc/encounters.css
public/themes/misc/labdata.css
public/themes/misc/rtl_bootstrap_navbar.css
public/themes/misc/rtl_edi_history_v2.css
public/themes/misc/rtl_encounters.css
public/themes/misc/rtl_labdata.css
public/themes/misc/rtl_rules.css
public/themes/misc/rules.css
public/themes/patientportal-base.css
public/themes/patientportal-register.css
public/themes/patientportal-style.css
public/themes/rtl_compact_style_ash_blue.css
public/themes/rtl_compact_style_burgundy.css
public/themes/rtl_compact_style_cadmium_yellow.css
public/themes/rtl_compact_style_chocolate.css
public/themes/rtl_compact_style_cobalt_blue.css
public/themes/rtl_compact_style_coral.css
public/themes/rtl_compact_style_dark.css
public/themes/rtl_compact_style_deep_purple.css
public/themes/rtl_compact_style_dune.css
public/themes/rtl_compact_style_emerald.css
public/themes/rtl_compact_style_forest_green.css
public/themes/rtl_compact_style_light.css
public/themes/rtl_compact_style_manila.css
public/themes/rtl_compact_style_mauve.css
public/themes/rtl_compact_style_mustard_green.css
public/themes/rtl_compact_style_olive.css
public/themes/rtl_compact_style_pink.css
public/themes/rtl_compact_style_powder_blue.css
public/themes/rtl_compact_style_red.css
public/themes/rtl_compact_style_sienna.css
public/themes/rtl_compact_style_solar.css
public/themes/rtl_compact_style_tangerine.css
public/themes/rtl_patientportal-base.css
public/themes/rtl_patientportal-register.css
public/themes/rtl_patientportal-style.css
public/themes/rtl_style_ash_blue.css
public/themes/rtl_style_burgundy.css
public/themes/rtl_style_cadmium_yellow.css
public/themes/rtl_style_chocolate.css
public/themes/rtl_style_cobalt_blue.css
public/themes/rtl_style_coral.css
public/themes/rtl_style_dark.css
public/themes/rtl_style_deep_purple.css
public/themes/rtl_style_dune.css
public/themes/rtl_style_emerald.css
public/themes/rtl_style_forest_green.css
public/themes/rtl_style_light.css
public/themes/rtl_style_manila.css
public/themes/rtl_style_mauve.css
public/themes/rtl_style_mustard_green.css
public/themes/rtl_style_olive.css
public/themes/rtl_style_pdf.css
public/themes/rtl_style_pink.css
public/themes/rtl_style_powder_blue.css
public/themes/rtl_style_red.css
public/themes/rtl_style_sienna.css
public/themes/rtl_style_solar.css
public/themes/rtl_style_tangerine.css
public/themes/rtl_tabs_style_compact.css
public/themes/rtl_tabs_style_full.css
public/themes/style_ash_blue.css
public/themes/style_burgundy.css
public/themes/style_cadmium_yellow.css
public/themes/style_chocolate.css
public/themes/style_cobalt_blue.css
public/themes/style_coral.css
public/themes/style_dark.css
public/themes/style_deep_purple.css
public/themes/style_dune.css
public/themes/style_emerald.css
public/themes/style_forest_green.css
public/themes/style_light.css
public/themes/style_manila.css
public/themes/style_mauve.css
public/themes/style_mustard_green.css
public/themes/style_olive.css
public/themes/style_pink.css
public/themes/style_powder_blue.css
public/themes/style_red.css
public/themes/style_sienna.css
public/themes/style_solar.css
public/themes/style_tangerine.css
public/themes/tabs_style_compact.css
public/themes/tabs_style_full.css
setup.php
sites/default/documents/custom_menus/Custom.json
sql/5_0_2-to-6_0_0_upgrade.sql
sql/cvx_codes.sql
sql/database.sql
sql_patch.php
sql/patch.sql
src/Billing/BillingReport.php
src/Billing/BillingUtilities.php
src/Common/Session/SessionUtil.php
src/Common/Uuid/UuidRegistry.php
src/Events/Messaging/SendSmsEvent.php
src/Menu/PatientMenuEvent.php
src/Menu/PatientMenuRole.php
src/Rx/Weno/Container.php
src/Rx/Weno/FacilityProperties.php
src/Rx/Weno/LogProperties.php
src/Rx/Weno/TransmitProperties.php
src/Rx/Weno/wenoPharmaciesImport.php
src/Services/PrescriptionService.php
templates/documents/general_list.html
templates/documents/general_view.html
templates/pharmacies/general_list.html
templates/practice_settings/general_list.html
templates/prescription/general_fragment.html
templates/prescription/general_list.html
tests/eventdispatcher/oe-modify-patient-menu-example/composer.json
tests/eventdispatcher/oe-modify-patient-menu-example/custom_patient_menu.json
tests/eventdispatcher/oe-modify-patient-menu-example/openemr.bootstrap.php
tests/eventdispatcher/oe-modify-patient-menu-example/README.md
tests/old_unit_dir/BaseHarness.class.php
tests/Tests/E2e/Pages/MainPage.php
version.php



Previous Patches

Previous OpenEMR version patches