0% found this document useful (0 votes)
10 views

Microproject Oopp

Micro cxpp

Uploaded by

dakom69830
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

Microproject Oopp

Micro cxpp

Uploaded by

dakom69830
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 16

A

MICROPROJECT REPORT
ON

“HOSPITAL MANAGEMENT
SYSTEM”
SUBMITTED BY

Roll.no Enrollment.no Nameofstudent


106 23213340226 Pratiksha Lakshman Malekar

121 23213340241 Pratiksha Bapurao shejawal

131 23213340251 Yash Santosh Dalvi

133 23213340253 Sushant Sharad Ghadge

UNDERTHEGUIDANCEOF
Ms.Shaha N.R

DEPARTMENTOFCOMPUTERSCIENCEENGINEE
RING ACADEMIC YEAR 2024-2025
Certificate
This is to certify that the Microproject work entitled

“HOSPITAL MANAGEMENT SYSTEM”


Has been successfully completed by

Roll.no Enrollment.no Name of student


106 23213340226 Pratiksha Lakshman Malekar

121 23213340241 Pratiksha Bapurao shejawal

131 23213340251 Yash Santosh Dalvi

133 23213340253 Sushant Sharad Ghadge

In fulfillment for the


Diploma in Computer Science & Engineering
Maharashtra State Board of Technical Education During the academic
year2024—25under the guidance of

Ms.Shaha.N.R Ms.Patil.S.D Dr,V.A.Pharande


Project guide HOD Principal

DEPARTMENT OF COMPUTER ENGINEERING


ACKNOWLEDGEMENT

During the selection of topic entitled as “Hospital Management System using


Object Oriented Programing", the help we received from our professors, family
and friend is invaluable and we are forever indebted to them.
We would first like to express our gratitude to our Principal Dr. V.
A.Pharande Our HOD Ms.Patil S.Dand Project Guide Ms.Shaha N.R for
theirimmense support, suggestion, encouragement and interest in our
microproject work.Without their invaluable suggestions our project selection
would be incomplete.
Last but not least,we would like to thank our friends,parents and group
members for their belief and patience in our endeavor.

Date: -
Place: -Satara
Academic Year 2024-25
Abstract

Our project Hospital Management system includes registration of patients, storing


their details into the system, and also computerized billing in the pharmacy, and
labs. Our software has the facility to give a unique id for every patient and stores
the details of every patient and the staff automatically. It includes a search facility
to know the current status of each room. User can search availability of a doctor
and the details of a patient using the id.

The Hospital Management System can be entered using a username and password.
It is accessible either by an administrator or receptionist. Only they can add data
into the database. The data can be retrieved easily. The interface is very user-
friendly. The data are well protected for personal use and makes the data
processing very fast.
Indroduction about hospital management system:

Hospital Management System is a system enabling hospitals to manage


information and data related to all aspects of healthcare – processes, providers,
patients, and more, which in turn ensures that processes are completed swiftly and
effectively. When one thinks of the various aspects and departments of a hospital, it
becomes apparent that an HMS is critical. The hospital database management system
was introduced in 1960, and has greatly evolved since then – with the ability to
integrate with the existing facilities, technologies, software, and systems of a hospital.
Today, patients can begin the process of healthcare in the palm of their hand – the
mobile devices and apps – make this possible. This process then moves to the
healthcare providers and hospitals.
The hospital management system is a computer system that helps manage the
information related to healthcare and aids in the job completion of healthcare
providers effectively. They manage the data related to all departments of healthcare
such as, Clinical Management.

Information About Concept Used In Code:

inputPatientDetails(): it will be accept the data from user.


displayPatientDetails(): it will be display the information of patient.
Switch case: we have used concept of switch case choosing option from 1. Add Patient
2.display patient 3.exit .
Inheritance: in this program we use single inheritance for deriving a class from another
class.
Do while loop: is used to add capacity of max 100 patient.
Algorithm:
Flowchart:
Program:
#include <iostream>

#include <conio.h>

const int MAX_PATIENTS = 100;

class Patient {

public:

char name[25];

char disease[30];

char doctor[30];

void inputPatientDetails() {

cout << "Enter patient's name: ";

cin >> name;

cout << "Enter disease name: ";

cin >> disease;

cout << "Enter assigned doctor's name: ";

cin >> doctor;

void displayPatientDetails() const {

cout << "Name: " << name

<< ", Disease: " << disease

<< ", Assigned Doctor: " << doctor << endl;

};

class HospitalManagementSystem:public patient {

private:

Patient patients[MAX_PATIENTS];

int patientCount;
public:

HospitalManagementSystem() : patientCount(0) {}

void addPatient() {

if (patientCount < MAX_PATIENTS) {

patients[patientCount].inputPatientDetails();

patientCount++;

cout << "Patient added successfully!" << endl;

} else {

cout << "Cannot add more patients. Limit reached." << endl;

void displayPatients() const {

cout << "\nList of Patients:\n";

for (int i = 0; i < patientCount; i++) {

patients[i].displayPatientDetails();

};

void main() {

HospitalManagementSystem hms;

int choice;

do {

cout << "\n--- Hospital Management System ---" << endl;

cout << "1. Add Patient" << endl;

cout << "2. Display Patients" << endl;

cout << "3. Exit" << endl;

cout << "Enter your choice: ";

cin >> choice;


switch (choice) {

case 1:

hms.addPatient();

break;

case 2:

hms.displayPatients();

break;

case 3:

cout << "Exiting the program." << endl;

break;

default:

cout << "Invalid choice. Please try again." << endl;

} while (choice != 3);

Getch();

}
Program Output:
Scope of the project Hospital Management System:
The future scope of Hospital Management Systems (HMS) is vast and
rapidly evolving, driven by technological advancements, changing
healthcare landscapes, and growing patient expectations. Some potential
future developments include:

• Technological Integrations: Artificial Intelligence (AI) and Machine


Learning (ML) for predictive analytics and decision support.

• Digital Health:Telemedicine and remote patient monitoring.

• Data Analytics and Insights: Real-time data analytics for informed


decision-making.

• Patient-Centric Features: Patient engagement platforms for


empowerment.

• Interoperability and Integration: Electronic Health Record (EHR)


integration.

• Security and Compliance:Enhanced cybersecurity measures.

• Other Developments: Automated clinical workflows.


Benefits:
1. Improved patient outcomes.
2. Enhanced operational efficiency.
3. Better decision-making.
4. Increased patient satisfaction.
5. Reduced costs.
Conclusions:-

The core reason for the establishment of computerizing Online Doctor


Appointment System is to enable the hospital administrators in a
convenient, fair and timely manner. Therefore the IT used should support
the core objective of the system if it is to remain relevant to the hospital. A
lot still needs to be done in the IT department in order to make available
technology effective. This may involve training of the hospital staffs on
how to enter data in the right and relevant data in the system and the
management to keep updating the hardware and software requirements of
the system. IT and computer systems need to be kept being upgraded as
more and more IT facilities software are introduced in to days IT market.
The researcher acknowledges the fact this system does not handle all patient
doctor and hospital. The researcher therefore suggests that for further
research, the following can be researched on. The most cost effective way
of handling all Hospital Patient management system process.
Reference
• https://www.freeprojectz.com/project-report/2363
• https://www.cppbuzz.com/projects/c++/c++-project-
on-doctor-appointment
Thank you

You might also like