DESIGN AND IMPLEMENTATION OF A COMPUTERISED HOSPITAL MANAGEMENT SYSTEM


DESIGN AND IMPLEMENTATION OF A COMPUTERISED HOSPITAL MANAGEMENT SYSTEM

                                                                              ABSTRACT:     

The research work “design and implementation of an hospital management system” includes registration of patients, storing their details into the system, and alsocomputerized billing in the pharmacy, and labs. Our system has the facility to give uniqueid for every patient and store the details of every patient and the staff automatically. Thiswork was done as a result to solve the problems usually encountered in the hospitals.The Hospital Management System was achieved using two programmingenvironment: PHP and MYSQL, with php as front-end and mysql as the backend database.The system can be entered using a username and password. It is accessible either by anadministrator or hospital staffs. The interface is very user-friendly.protected for personal use and the data processing is very fast.

The data are well

SAMPLE TABLE OF CONTENTS

    Title Page

    Certification

    Declaration

    Dedication

    Acknowledgement

    Table of Contents

    List of Tables

    List of Figures

    Abstract

CHAPTER ONE:     INTRODUCTION

1.1.0    General Introduction

1.2.0    Introduction (for chapter one)

1.3.0    Problem Definition

1.4.0    Objective of Study

1.5.0    Research Justification

1.6.0    Research Methodology

1.7.0    Scope and Limitation of Study

1.8.0    Definition of Terms

1.9.0    Chapter Layout

CHAPTER TWO:     LITERATURE REVIEW AND STATE-OF-THE-ART

2.1.0    Introduction

2.2.0    Brief History of Study Area

2.3.0    Review of relevant literature and state-of-the-arts

2.4.0    Proposed Contribution

CHAPTER THREE:     SYSTEM DESIGN METHODOLOGY

3.1.0    Introduction

3.2.0    System Requirements Specification

3.3.0    System Design (OO or Structured – must be explained)

3.3.1.0    Logical Design

3.3.1.1    Input Design (where applicable)

3.3.1.2    Output Design (where applicable)

3.3.1.3    Menu Design (where applicable)

3.3.1.4    Use Case Diagram

3.3.1.5    Activity Diagram

3.3.1.6    Class Diagram

3.3.2.0    Physical Design

3.3.2.1    Program Specification

3.3.2.2    Layout of Files Design (where applicable)

3.3.2.3    System Controls (e.g. security, input, output)

3.3.2.4    Structure of Database Design (where applicable)

CHAPTER FOUR:     SYSTEM IMPLEMENTATION

4.1.0    Introduction

4.2.0    Features and Choice of Implementation Language

4.3.0    System Testing Strategies

4.3.1    Unit Test

4.3.2    Integration Test

4.3.3    Alpha Test (where applicable)

4.3.4    Beta Test (where applicable)

4.4.0    Target Computer System Requirements

4.5.0    Software Maintenance Issues

4.5.1    Corrective Maintenance

4.5.2    Preventive Maintenance

4.5.3    Adaptive Maintenance

CHAPTER FIVE:     RECOMMENDATIONS AND CONCLUSION

5.1.0    Introduction

5.2.0    Application of the Software to the Problem Domain

5.3.0    Recommendations

5.4.0    Conclusion

REFERENCES

APPENDICES

    Appendix A:    (any attachments where applicable)

Appendix B:    Source Code Listing

Appendix C:    Sample Output

CHAPTER ONE: INTRODUCTION

1.1.0   GENERAL INTRODUCTION

    Healthcare establishments like hospitals, rehabilitation centers, health-saloons etc. are seen as figures of hope by the sick and diseased. Just like other organizations, medical establishments are also well-organized, following rigid and complex processes. These establishments require efficient and strong manpower for proper management of their processes. Their main objective is to offer quality healthcare to patients in a proper and cost-effective way. In recent years, there has been noticed a rapid growth in the health sector in the country, which in turn has created a need to build an application that will address most of the issues address in this research work. This research work will be of paramount importance to the medical sector as it will be design to address most of the challenges that delay some of the administrative work.

 Hospital software easily automates the whole process of collating; retrieving and gathering patient information and as a consequence it results in improved response time towards the patient's demands. Doctors and other senior staff of the hospital would be capable of spending their precious time in other clinical activities over simple clerical activities. Sometimes it happens that accounting becomes very much complicated and pathetic. Using the software will remove all such complexities as it helps you retrieve your information accurately.

1.2.0                INTRODUCTION

Chapter one introduces the research work and the problem definition of the research, and to know the aim of this research work, research justification tells us why it is important to research on this topic; it also covers areas like scope and limitation of study which entails the boundary of this work. Definition of terms gives summarize what each chapter entails.

1.3.0   PROBLEM DEFINITION

    This research work was undertaken to uncover some of the problems with conventional hospital management systems. Where record entry, updating relevant patient information in his/her record, calculation, storage and retrieval of records are still being done manually. Using these conventional moods of operation may pose delay in the administrative system in the institution.

1.4.0                  OBJECTIVE OF STUDY

               In view of the problems mentioned above, this project is aimed at implementing a hospital management system which will exclusively:

⦁    Automate the daily operations of the hospital such as assigningunique id for every patient when creating his/her record, staff automatically. Simultaneously update changes made to any record in its database.

⦁    Efficiently handle the hospital billing facility.

1.5.0             RESEARCH JUSTIFICATION       

    This research work will provide a reliable way of handling patient’s record effectively and eliminate the lag time in file recovery and also with an inclusion of a billing system. Furthermore, it will aids structural document representation and eliminates the tedium of performing monotonous transaction. This research will also contribute to existing literature in this area and will serve as a guild or blueprint for an undergraduate student.

1.6.0         RESEARCH METHODOLOGY

        This research work “design and implementation of an interactive system for hospital management” will be a web-based application and will be implemented on a relational database system(MySQL). Html(hypertext markup language), css(cascading style sheet) and Jquery will be used to design the web-user interface, php (hypertext preprocessor) will be used as the serve- side script language to link the interface and the database.

1.7.0                SCOPE AND LIMITATION OF STUDY   

This research work is to develop a system capable of handling most of the administrative task in the hospital; such as storing patient’s record with each patient giving a unique id by the system, retrieve these records with ease when needed, facilitate record update, restricting access in the database with the allocation of privileges to authorize personnel. The system will also incorporate in its design a billing system that will record and prints patient’s bill for every service offered in the hospital.

The system will not incorporate in its development all the functions of a health record system but will focus only on the aforementioned functionalities. The system will not be responsible for any loss of data if its environment (network/system installed on) is corrupt.

1.8.0                    DEFINITION OF TERM

PATIENT: a person receiving or registered to receive medical treatment.

1.9.0        CHAPTER LAYOUT

This section  was  put in place to explain what each chapter does, chapter one introduces the project to the reader by explaining the problems the project is supposed to solve, objective of the study and research justification is to describe to the reader the purpose and the  importance of  researching on this topic, research methodology is all about the method used in implementing the research work, scope and limitation describes  the boundary of the research work and where the project work can be put into use.

        Chapter two deals with the literature review and state-of-the-art.This chapter discusses literature review, what people have published related to this research work and their shortcoming, how this present research can improve their shortcomings.

             Chapter three deals with the system design methodology i.e. collection of tools methods and practices for achieving a task; the requirement specification states the expectation of the system analysis, and design which is the blueprint of what the system would carry out.

                  Chapter four has to do with the implementation, system testing strategies, target computer system requirement, software maintenance etc.

                  Chapter five discusses the recommendations and conclusion part of the research work and how this work can be applied to the problem domain.

.


TYPE IN YOUR TOPIC AND CLICK SEARCH.






RESEARCHWAP.COM

Researchwap.com is an online repository for free project topics and research materials, articles and custom writing of research works. We’re an online resource centre that provides a vast database for students to access numerous research project topics and materials. Researchwap.com guides and assist Postgraduate, Undergraduate and Final Year Students with well researched and quality project topics, topic ideas, research guides and project materials. We’re reliable and trustworthy, and we really understand what is called “time factor”, that is why we’ve simplified the process so that students can get their research projects ready on time. Our platform provides more educational services, such as hiring a writer, research analysis, and software for computer science research and we also seriously adhere to a timely delivery.

TESTIMONIES FROM OUR CLIENTS


Please feel free to carefully review some written and captured responses from our satisfied clients.

  • "Exceptionally outstanding. Highly recommend for all who wish to have effective and excellent project defence. Easily Accessable, Affordable, Effective and effective."

    Debby Henry George, Massachusetts Institute of Technology (MIT), Cambridge, USA.
  • "I saw this website on facebook page and I did not even bother since I was in a hurry to complete my project. But I am totally amazed that when I visited the website and saw the topic I was looking for and I decided to give a try and now I have received it within an hour after ordering the material. Am grateful guys!"

    Hilary Yusuf, United States International University Africa, Nairobi, Kenya.
  • "Researchwap.com is a website I recommend to all student and researchers within and outside the country. The web owners are doing great job and I appreciate them for that. Once again, thank you very much "researchwap.com" and God bless you and your business! ."

    Debby Henry George, Massachusetts Institute of Technology (MIT), Cambridge, USA.
  • "I love what you guys are doing, your material guided me well through my research. Thank you for helping me achieve academic success."

    Sampson, University of Nigeria, Nsukka.
  • "researchwap.com is God-sent! I got good grades in my seminar and project with the help of your service, thank you soooooo much."

    Cynthia, Akwa Ibom State University .
  • "Great User Experience, Nice flows and Superb functionalities.The app is indeed a great tech innovation for greasing the wheels of final year, research and other pedagogical related project works. A trial would definitely convince you."

    Lamilare Valentine, Kwame Nkrumah University, Kumasi, Ghana.
  • "Sorry, it was in my spam folder all along, I should have looked it up properly first. Please keep up the good work, your team is quite commited. Am grateful...I will certainly refer my friends too."

    Elizabeth, Obafemi Awolowo University
  • "Am happy the defense went well, thanks to your articles. I may not be able to express how grateful I am for all your assistance, but on my honour, I owe you guys a good number of referrals. Thank you once again."

    Ali Olanrewaju, Lagos State University.
  • "My Dear Researchwap, initially I never believed one can actually do honest business transactions with Nigerians online until i stumbled into your website. You have broken a new legacy of record as far as am concerned. Keep up the good work!"

    Willie Ekereobong, University of Port Harcourt.
  • "WOW, SO IT'S TRUE??!! I can't believe I got this quality work for just 3k...I thought it was scam ooo. I wouldn't mind if it goes for over 5k, its worth it. Thank you!"

    Theressa, Igbinedion University.
  • "I did not see my project topic on your website so I decided to call your customer care number, the attention I got was epic! I got help from the beginning to the end of my project in just 3 days, they even taught me how to defend my project and I got a 'B' at the end. Thank you so much researchwap.com, infact, I owe my graduating well today to you guys...."

    Joseph, Abia state Polytechnic.
  • "My friend told me about ResearchWap website, I doubted her until I saw her receive her full project in less than 15 miniutes, I tried mine too and got it same, right now, am telling everyone in my school about researchwap.com, no one has to suffer any more writing their project. Thank you for making life easy for me and my fellow students... Keep up the good work"

    Christiana, Landmark University .
  • "I wish I knew you guys when I wrote my first degree project, it took so much time and effort then. Now, with just a click of a button, I got my complete project in less than 15 minutes. You guys are too amazing!."

    Musa, Federal University of Technology Minna
  • "I was scared at first when I saw your website but I decided to risk my last 3k and surprisingly I got my complete project in my email box instantly. This is so nice!!!."

    Ali Obafemi, Ibrahim Badamasi Babangida University, Niger State.
  • To contribute to our success story, send us a feedback or please kindly call 2348037664978.
    Then your comment and contact will be published here also with your consent.

    Thank you for choosing researchwap.com.