Difference between revisions of "OpenEMR Patches"

From OpenEMR Project Wiki
Line 29: Line 29:


=== Fixes and New Features ===
=== Fixes and New Features ===
 
*Security fixes (fixes by Brady Miller, Stephen Waite)
 
*LBF printing fix (fix by Brady Miller)
*Various demographics fixes for twig overhaul including WENO Rx(fixes by Stephen Waite)
*PHP8 for Eye form and miscellaneous php8 bug fixes (by Stephen Waite)
*Billing fix for submitter name (by Daniel Pflieger)
*Patient portal registration bug fix (by Brady Miller)
*Multi site install fixes (by Stephen Waite)
*Backup bug fix (by Brady Miller)
*Save appointment fix in calendar lookup (by infeg-khaleela)
*OpenEMR API Create Transaction (by Jonathan Moore)
*FHIR API Bug fixes (by Stephen Nielson)
*API Medication bug fix (by Natarajan MS)
*Code type selector bug (fixed by Stephen Nielson)
<br>
<br>



Revision as of 16:26, 24 April 2022


6.1.0 Patch (4/24/22)


Download link

6-1-0-Patch-1.zip (MD5 sum: 9a6a71ef497054c73ec2a9b435156191)

Description

This is the 1st patch. 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-1-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

  • Security fixes (fixes by Brady Miller, Stephen Waite)
  • LBF printing fix (fix by Brady Miller)
  • Various demographics fixes for twig overhaul including WENO Rx(fixes by Stephen Waite)
  • PHP8 for Eye form and miscellaneous php8 bug fixes (by Stephen Waite)
  • Billing fix for submitter name (by Daniel Pflieger)
  • Patient portal registration bug fix (by Brady Miller)
  • Multi site install fixes (by Stephen Waite)
  • Backup bug fix (by Brady Miller)
  • Save appointment fix in calendar lookup (by infeg-khaleela)
  • OpenEMR API Create Transaction (by Jonathan Moore)
  • FHIR API Bug fixes (by Stephen Nielson)
  • API Medication bug fix (by Natarajan MS)
  • Code type selector bug (fixed by Stephen Nielson)


List of files (6.1.0) Patch 1

API_README.md
_rest_routes.inc.php
ci/ciLibrary.source
controllers/C_Document.class.php
docker/library/api-scope-listing
interface/billing/get_claim_file.php
interface/billing/sl_eob_invoice.php
interface/drugs/add_edit_lot.php
interface/fax/fax_dispatch.php
interface/forms/CAMOS/content_parser.php
interface/forms/LBF/printable.php
interface/forms/aftercare_plan/new.php
interface/forms/aftercare_plan/save.php
interface/forms/care_plan/save.php
interface/forms/clinical_instructions/new.php
interface/forms/clinical_instructions/save.php
interface/forms/clinical_notes/new.php
interface/forms/clinical_notes/save.php
interface/forms/eye_mag/SpectacleRx.php
interface/forms/eye_mag/a_issue.php
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/view.php
interface/forms/fee_sheet/new.php
interface/forms/functional_cognitive_status/new.php
interface/forms/functional_cognitive_status/save.php
interface/forms/misc_billing_options/new.php
interface/forms/observation/new.php
interface/forms/requisition/new.php
interface/forms/transfer_summary/new.php
interface/forms/transfer_summary/save.php
interface/forms/treatment_plan/new.php
interface/forms/treatment_plan/save.php
interface/forms/vitals/templates/vitals/vitals_textbox.tpl
interface/forms/vitals/templates/vitals/vitals_textbox_conversion.tpl
interface/main/backup.php
interface/main/calendar/add_edit_event.php
interface/main/main_screen.php
interface/main/messages/messages.php
interface/modules/zend_modules/module/Installer/src/Installer/Controller/InstallerController.php
interface/orders/find_order_popup.php
interface/patient_file/deleter.php
interface/patient_file/encounter/find_code_popup.php
interface/patient_file/history/encounters.php
interface/patient_file/pos_checkout_ippf.php
interface/patient_file/rules/patient_data.php
interface/patient_file/summary/add_edit_issue.php
interface/patient_file/summary/advancedirectives.php
interface/patient_file/summary/demographics.php
interface/patient_file/summary/demographics_print.php
interface/patient_file/summary/disclosure_full.php
interface/patient_file/summary/record_disclosure.php
interface/patient_file/summary/stats.php
interface/patient_tracker/patient_tracker.php
interface/practice/ins_search.php
interface/reports/inventory_list.php
interface/reports/pat_ledger.php
interface/super/manage_document_templates.php
library/FeeSheet.class.php
library/classes/Installer.class.php
library/custom_template/custom_template.php
library/edihistory/codes/edih_835_code_class.php
library/globals.inc.php
library/options.inc.php
portal/account/verify.php
sql/example_patient_data.sql
src/Billing/BillingProcessor/BillingClaim.php
src/Billing/BillingProcessor/BillingClaimBatch.php
src/Billing/BillingProcessor/BillingProcessor.php
src/Billing/BillingProcessor/Tasks/AbstractGenerator.php
src/Billing/BillingProcessor/Tasks/GeneratorHCFA.php
src/Billing/BillingProcessor/Tasks/GeneratorHCFA_PDF.php
src/Billing/BillingProcessor/Tasks/GeneratorHCFA_PDF_IMG.php
src/Billing/BillingProcessor/Tasks/GeneratorX12.php
src/Billing/BillingUtilities.php
src/Billing/Claim.php
src/Billing/EDI270.php
src/Billing/InvoiceSummary.php
src/Billing/X125010837P.php
src/Common/Auth/OpenIDConnect/Repositories/ScopeRepository.php
src/Common/Crypto/CryptoGen.php
src/Common/Forms/FormVitals.php
src/Common/Uuid/UuidMapping.php
src/Common/Uuid/UuidRegistry.php
src/RestControllers/TransactionRestController.php
src/Rx/Weno/LogProperties.php
src/Rx/Weno/TransmitProperties.php
src/Services/AddressService.php
src/Services/CarePlanService.php
src/Services/ConditionService.php
src/Services/FHIR/DocumentReference/FhirClinicalNotesService.php
src/Services/FHIR/DocumentReference/FhirPatientDocumentReferenceService.php
src/Services/FHIR/FhirCarePlanService.php
src/Services/FHIR/FhirImmunizationService.php
src/Services/FHIR/FhirMedicationRequestService.php
src/Services/FHIR/FhirOrganizationService.php
src/Services/FHIR/FhirProvenanceService.php
src/Services/FHIR/Procedure/FhirProcedureOEProcedureService.php
src/Services/ImmunizationService.php
src/Services/InsuranceCompanyService.php
src/Services/PatientIssuesService.php
src/Services/PatientService.php
src/Services/PatientTransactionService.php
src/Services/SurgeryService.php
swagger/openemr-api.yaml
templates/documents/general_view.html
templates/patient/card/rx.html.twig
templates/x12_partners/general_edit.html
tests/Tests/Services/CarePlanServiceTest.php
version.php



Previous Patches

Previous OpenEMR version patches