Best Flask open-source libraries and packages

Hospital_Management_System

Hospital Management System using Flask framework and SQLite for database.
Updated 2 weeks ago

Hospital Management System

Team:

Adarsh Ninganur

Aryan Prasad

Project Statement:

Hospital Management System is a tool which can be used to store, retrieve information about the different patients, their procedures, doctors, etc. Not only it stores information but also provides different methods to retrieve information. For e.g., getting the details of a patient(his procedures, address, appointments, phone number, etc.). This makes the retrieval of information quick, which not only saves time but also helps in smooth functioning of the hospital.

Introduction:

Hospital Management System handles the basic management of the patient and doctor database, for the smooth functioning of the hospital, helping them to retrieve information easily and adding new information to the database.

FrontEnd: HTML, CSS, BootStrap

BackEnd: Flask, SQLite(Database), JavaScript, Python

Functional Requirements:

  • Patient's, Doctor's, Nurse’s data can be accessed in their respective tables.

  • Appointment id can be used to identify the patient's appointment with the doctor.

  • Rooms are displayed with their availability status.

  • Medication has the records of medicines available with their brand and description.

  • Departments in the hospital can be viewed with their head of department.

  • The Prescription that a patient is given can be viewed with medication code which the doctor gave at the time along with their appointment id.

  • The procedure which the patient undergoes along with the doctor, patient present at the time in the particular room can be accessed.

  • Searches can be made within the department, doctor, nurse, medication, room, etc.