Journal:Development of an electronic information system for the management of laboratory data of tuberculosis and atypical mycobacteria at the Pasteur Institute in Côte d’Ivoire

From LIMSWiki
Revision as of 20:50, 14 January 2019 by Shawndouglas (talk | contribs) (Saving and adding more.)
Jump to navigationJump to search
Full article title Development of an electronic information system for the management of laboratory data of tuberculosis and atypical mycobacteria at the Pasteur Institute in Côte d’Ivoire
Journal Journal of Health Management and Informatics
Author(s) Koné, Constant J.; Touré, Assata; N’Dri, Mathias K.; Nguessan, Raymond; Soumahoro, Man-Koumba
Author affiliation(s) Pasteur Institute of Côte d’Ivoire
Primary contact Email: koneconstant at pasteur dot ci
Year published 2018
Volume and issue 6(1)
Page(s) 1–6
DOI None
ISSN 2423-5857
Distribution license Creative Commons Attribution 3.0 Unported
Website http://jhmi.sums.ac.ir/index.php/JHMI/article/view/513/160
Download http://jhmi.sums.ac.ir/index.php/JHMI/article/download/513/160 (PDF)

Abstract

Introduction: Tuberculosis remains a public health problem despite all the efforts made to eradicate it. To strengthen the surveillance system for this condition, it is necessary to have a good data management system. Indeed, the use of electronic information systems in data management can improve the quality of data. The objective of this project was to set up a laboratory-specific electronic information system for mycobacteria and atypical tuberculosis.

Methods: The design of this laboratory information system required a general understanding of the workflow and the implementation processes in order to generate a realistic model. For the implementation of the system, Java technology was used to develop a web application compatible with the intranet of the company. The impact and the acceptability of the use of the system on the running of the laboratory were evaluated using the Likert scale.

Results: The system in place has been in operation for about 12 months, in conjunction with the paper registers. Since then, 4811 requests for examinations concerning 6083 samples have been registered. The results of analysis of 3892 patients were printed from the laboratory information system. In order to produce tuberculosis drug resistance reports and laboratory performance reports, dashboards have been developed.

Conclusion: The system has been adopted by the staff because of the time and efficiency gained in managing laboratory data. However, obtaining an optimized tool will only be done in a cycle of sustained improvement.

Keywords: clinical laboratory information systems, public health, tuberculosis

Introduction

Tuberculosis remains a public health problem despite all efforts to eradicate it. According to the World Health Organization (WHO), the number of tuberculosis cases in the world was estimated 9.6 million in 2014.[1] To strengthen the surveillance system for this disease, we need to have a good data management system.

The use of electronic information systems can improve the quality of clinical data[2] and thus the management of patients. Studies have shown that the implementation of computer tools is a performance factor for laboratory activities.[3] The results of laboratory analyses provide important data for clinical decision-making and treatment. Effective management of this data is essential for strengthening the health care system as a whole.

Laboratory information systems have been developed and used for about half a century.[3][4] Like all laboratory information systems, the microbiology laboratory information system must be secure, user-friendly, and able to interact with other information systems. However, there are several unique features of microbiology that are not used in other clinical laboratories, i.e., tracking multiple drifts, laboratory electronic notes, reporting results, and taking the preliminary and final results into account.[3]

The strategic plan of development of e-health has been defined and is being implemented.[5] All health facilities have to implement an electronic information system for better management of data generated by their activities.

The purpose of this project was to set up a laboratory information system (LIS) at Institute Pasteur of Côte d’Ivoire to collect specific data for Mycobacterium tuberculosis. This LIS will allow the recording of the data resulting from the activities of the laboratory. It should also allow for the generation of results that are ultimately given to the patient as well as the generation of reports on the activities of the laboratory. Finally, an analysis of the impact of this new system in the laboratory routine was carried out.

Methods

Design

Designing a laboratory information system requires an understanding of the workflow and the processes implemented. The data collection and recording sheet was the starting point for this work as the first objective, which was to build a system capable of recording the data and results from the laboratory’s activities. This data sheet is a key element in the activities of the laboratory since all patient information such as socio-demographic data, information on the samples, the preliminary and final results, and the notes of the various examinations are notified. This sheet was previously reorganized by the epidemiology unit. Then, from this new form and a series of interviews with biologists, some improvements were made. It was noted that in the paper recording system used before, the biological monitoring of a patient throughout his/her treatment was not possible. This feature was thus integrated into the new system. After analysis of all data, an application with conceptual, logic, and physical characteristics was designed using the Merise method in the open source tool MySQL Workbench.[6][7]

Architecture and system features

We opted for a web-based application used in the company’s intranet. It should be noted that the project was entirely based on Java technology. The design of the application was based on the Apache Struts 2.0 framework[8], which defined a controller-view-template three-layer design. The database connection layer uses Hibernate[9], which is an object-relational mapping (ORM) open-source solution that facilitates the development of the persistence layer; this database connection layer is also based on Java Database Connectivity (JDBC) for some modules of the application. The production of PDF reports was possible by the use of the JasperReports Library.[10] The reports in the Excel format required the libraries of the Apache POI project.[11] The Java Enterprise Edition of Glassfish 4.1[12] deployment server in its free version was used to host the application, and the MySQL 5.1 database management system (DBMS) was used to manage the database. The MySQL DBMS and Glassfish were installed on an HP ProLiant server running on a UNIX CentOS 6.7 OS. All the client machines were PC-type computers. All web browsers could be used as web clients for the application, though with a preference for Google Chrome; browsers such as Internet Explorer, Safari, and Firefox do not fully support the “date” and “time” input types.[13] The data stored in the database benefited from automatic backups to an external hard drive, and replication of this external hard drive was done at the end of the week. The source code of the application as well as the different steps of the implementation was documented to allow future maintenance. The user interface was modeled to be fairly similar to the original paper form. System access management was also taken into account in the implementation. The system modules are accessible according to the rights assigned by the administrator.

References

  1. Wourld Health organization (2016). Global Tuberculosis Report 2016. World Health Organization. pp. 214. ISBN 9789241565394. http://apps.who.int/medicinedocs/en/d/Js23098en/. Retrieved 04 October 2017. 
  2. Castelnuovo, B.; Kiragga, A.; Afayo, V. et al. (2012). "Implementation of provider-based electronic medical records and improvement of the quality of data in a large HIV program in Sub-Saharan Africa". PLoS One 7 (12): e51631. doi:10.1371/journal.pone.0051631. PMC PMC3524185. PMID 23284728. https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3524185. 
  3. 3.0 3.1 3.2 Rhoads, D.D.; Sintchenko, V.; Rauch, C.A. et al. (2014). "Clinical microbiology informatics". Clinical Microbiology Reviews 27 (4): 1025-47. doi:10.1128/CMR.00049-14. PMC PMC4187636. PMID 25278581. https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4187636. 
  4. El-Kareh, R.; Roy, C.; Williams, D.H. et al. (2012). "Impact of automated alerts on follow-up of post-discharge microbiology results: a cluster randomized controlled trial". Journal of General Internal Medicine 27 (10): 1243-50. doi:10.1007/s11606-012-1986-8. PMC PMC3445692. PMID 22278302. https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3445692. 
  5. Ordre National Des Medecins de Côte d’Ivoire (2017). "Plan Strategique de Cybersante". http://doczz.fr/doc/3118472/pdncs-ci---order-national-des-des-decins-de-ivoire-divoire. Retrieved 15 January 2018. 
  6. Matheron, J.P. (2003). Comprendre Merise: Outils conceptuels et organisationnels (10th ed.). Eyrolles. ISBN 9782212075021. 
  7. "MySQL Workbench". Oracle Corporation. https://www.mysql.com/fr/products/workbench/. Retrieved 04 October 2017. 
  8. "Apache Struts". Apache Software Foundation. https://struts.apache.org/. Retrieved 04 October 2017. 
  9. [http:// hibernate.org/ "Hibernate"]. Red Hat, Inc. 4 May 2018. http:// hibernate.org/. 
  10. "JasperReports Library". TIBCO Software, Inc. https://community.jaspersoft.com/project/jasperreports-library. Retrieved 16 January 2018. 
  11. "Apache POI". Apache Software Foundation. 
  12. Oracle Corporation. "GlassFish: The Open Source Java EE Reference Implementation". Github. https://javaee.github.io/glassfish. Retrieved 14 January 2019. 
  13. "Date and time input types". Can I use. Patreon. https://caniuse.com/#feat=input-datetime. Retrieved 14 January 2019. 

Notes

This presentation is faithful to the original, with only a few minor changes to presentation, spelling, and grammar. We also added PMCID and DOI when they were missing from the original reference. Under "Architecture and system features," the original article had a poorly punctuated and confusing sentence about browser support for date and time input types; it has been updated to be more correct, with a citation added. The URL to GlassFish was updated to show the 4.x versions.