Microproject Oopp
Microproject Oopp
MICROPROJECT REPORT
ON
“HOSPITAL MANAGEMENT
SYSTEM”
SUBMITTED BY
UNDERTHEGUIDANCEOF
Ms.Shaha N.R
DEPARTMENTOFCOMPUTERSCIENCEENGINEE
RING ACADEMIC YEAR 2024-2025
Certificate
This is to certify that the Microproject work entitled
Date: -
Place: -Satara
Academic Year 2024-25
Abstract
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:
#include <conio.h>
class Patient {
public:
char name[25];
char disease[30];
char doctor[30];
void inputPatientDetails() {
};
private:
Patient patients[MAX_PATIENTS];
int patientCount;
public:
HospitalManagementSystem() : patientCount(0) {}
void addPatient() {
patients[patientCount].inputPatientDetails();
patientCount++;
} else {
cout << "Cannot add more patients. Limit reached." << endl;
patients[i].displayPatientDetails();
};
void main() {
HospitalManagementSystem hms;
int choice;
do {
case 1:
hms.addPatient();
break;
case 2:
hms.displayPatients();
break;
case 3:
break;
default:
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: