This page contains System analysis design of hospital management system. The purpose of design phase is to plan a solution for problem specified by the requirements. System design aims to identify the modules that should be in the system, the specification of those modules and how they interact with each other to produce the result. The goal of the design process is to produce a model or representation of a system can be used later to build that system. The produced model is called design of the system.
Applicable Document
As the project is user friendly, it can be applied to large database with more information. This software can be used by hospital management to make the work simple. They can get information quickly as possible. It can handle large volume of data and present the report whenever required. In this project, we use SRS as the applicable document.
Functional Component and Assumptions
- Administration module: Administrator can view all the details of the hospital record.
- Inpatient module: This module is used to store details of patients who are admitted.
- Outpatient module: The outpatient module contains details of the patient who are came for check_ups.
- Lab module: Lab module is used to generate laboratory reports.
- Billing module: Billing module is used to calculate the bill of the patient.
Context Flow Diagram:-
A context flow diagram is a 0th level DFD.It only contains one process node that generalizes the functions of the entire system in relationship to external entities.
Data Flow Diagram
1st level DFD
2nd Level and 3rd level DFD
Description of Component
Administration module:-
Input: – User Name, Password
Process Definition: – Login to the system
Output:-If login is successful then administrator can view and update the records.
Inpatient module:-
Input: – Inpatient detail
Process Definition: – Information about the treatment given to the patients who are admitted.
Output: – Information about the patient.
Interface with other module: – The inpatient details are necessary for lab reports and billing.
Outpatient module:-
Input: – Outpatient detail
Process Definition: – This module has the information about the treatment given to the patient who are came to check up.
Output: – Information about the patient.
Interface with other module: – The outpatient details are necessary for lab reports and billing.
Lab module:-
Input: – Patient ID, Category
Process Definition:-Laboratory reports of the patient.
Output: – Lab report and charge.
Interface with other module: – This module requires information from inpatient and outpatient modules.
Billing module:-
Input: – Patient ID
Process Definition:-Calculates bill and deduct amount if any card facility is available.
Output: – Bill.
Interface with other module: – Billing module requires information from inpatient and outpatient modules.
nice
thanks buddy