Hospital Management System Java Project
A “Hospital Management System’’ is a computerizedmanagement system. This management system has been developed to form whole management system including Employees, Doctors (consultants), Nurses, Patients, Bills, and Complains etc. This system also keeps the records of hardware assets besides software of this organization. The proposed system will keep a track of Employees, Doctors, Patients, Accounts and generation of report regarding the present status. This project has GUI based software that will help in storing, updating and retrieving the information through various user-friendly menu-driven modules.
OBJECTIVES OF THE PROJECT
The project “Hospital Management System” is aimed to develop to maintainthe day-to-day state of admission/discharge of Patients, List of Doctors (Consultants), List of medicines, Bills etc.
- Keeping records of admission of patient.
- Keeping patient-care as utmost priority.
- Scheduling the appointment of Patient with Doctor (Consultant) to makeit convenient for both.
- Scheduling the services of specialized Doctor (Consultant) and emergencyproperly so that facilities provided by Hospital are fully utilized in effective and efficient manner.
- Keeping records of Medicine department in a meticulously arranged order so that the treatment of Patient becomes quick and satisfactory.
- Keeping details about the consultants, their Prescriptions and treatments, surgery reports etc.
- Keeping the best laboratory facilities and diagnostic tools for early and clear Diagnosis of the disease and early cure and disposal of the patient.
- Keeping explicit details about the patient’s diseases, diagnosis and management for comprehensive research.
- Keeping the records of salary structure of the employees of Hospital by billingapproach.
Jas says
Could you please tell in which class exaclty we need to change the password?
Is it the srv1.java class ? Please elaborate little bit on other manual changes need to make this project running!
help is much appreciated!
Thanks!
Amit says
does this project require any server like Apache Tomcat or Jboss??
Also does it require any database..?
which server shd be used?
which database shd be used?
any specific eclipse is to be used?
ProjectsGeek says
Yes Amit this projects has database at back End. You can use MySql for this.
You need to use Eclipse.
jaya yadav says
does this project require any server like Apache Tomcat or Jboss??
ProjectsGeek says
Yes this project is developed using JSP and servlets, So it needs Apache Tomcat.
Amit says
thanx for sharing the information
it is really helpful…
Jas says
Hello I am curious, if we need to setup any database for this project! I am a newbie! Also, I have established TomCat server on eclipse. When I imported the project, it gave me same errors in both the source classes i.e. as.java and srv1.java. I have commented the errors in the below snippet of as.java . Please take a look.
try{
Class.forName (“sun.jdbc.odbc.JdbcOdbcDriver”);
Connection c= DriverManager.getConnection (“jdbc:odbc:abc”, “root”, “root”);
Statement s= c.createStatement(); // ERROR HERE on Statement
String sql=”insert into student values(“+roll+”,'”+str2+”‘)”; // ERROR HERE ON roll and str2
s.execute (sql);
out.println (“Insert Successful”); // ERROR HERE ON out
}catch(Exception e) { }
// TODO Auto-generated method stub
}
ProjectsGeek says
Yes this project uses database at back end. So you need to install MySql or any other database to run this project.
Then change username, password in your code.
jc says
error is coming as no netbeans as package javax.servlet.http does not exit
plz help i have to give in collg
ProjectsGeek says
I think you haven’t set up your Tomcat server properly. This error is coming because of improper configuration of server. Please check this link to make it work.
http://stackoverflow.com/questions/7665955/package-javax-servlet-http-does-not-exist