Script for Patient Summary Print Performance issue fix

Purpose:


This script will help fixing the performance issue on Patient Summary page load and print in Release 1.5.1.

Steps to reproduce the problem :


1) On any server running 1.5.1 version of EndTB,  choose a patient with substantial amounts of data.
2) Goto Patient Summary tab.
3) Observe that load of Patient Summary page takes a lot of time
4) Click on print.
5) Observe that print takes lot of time and sometimes the browser goes unresponsive.

Shell Script

Below is the shell script to be run on Bahmni server as a root user using the below command.

sudo su
wget https://bahmni.atlassian.net/wiki/download/attachments/114541559/PerformanceFix_PatientSummary.sh?api=v2
sh PerformanceFix_PatientSummary.sh
On this page:

The Bahmni documentation is licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)