Hospital Management System Visual Basic Project
Screenshots
Hospital Management System Visual Basic
Visual Basics is a simple object oriented programming language developed by Microsoft. This is implemented on .NET framework. Therefore it has full access to the .NET libraries. It has all the methods have their won features with each having merits and demerits which help in data processing. The topic includes their architecture representing the elements involved in it and their action is also specified.
Visual Basic 6.0 allows creating object-oriented applications. Visual Basic 6.0 profoundly concentrates on the Internet development features, Active X technology, enhanced controls, enhanced features of existing control, client/server, new language features development, data access, a few design enhancement etc.,
OBJECTIVES OF THE PROJECT
- Keeping records of admission of patient.
- Keeping patient-care as utmost priority.
- Scheduling the appointment of Patient with Doctor (Consultant) to make it convenient for both.
- Scheduling the services of specialized Doctor (Consultant) and emergency properly 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 billing approach.
Naqvi says
Can I run this project on visual basic 2008 express edition ?
ProjectsGeek says
I don’t think so, you need visual studio 6.0 to run this project.
mina says
how to run this project? can it run on visual studio 2010?
ProjectsGeek says
I don’t think so, you need visual studio 6.0 to run this project.
joshua says
what is compile error method or data member not found?
ProjectsGeek says
You can give us more information about errors so that we can help you.
Abhi says
I can’t find password please help..I follow your instruction about open login form file and search for password in that.
I it no help please give me password..
ProjectsGeek says
Username is :
Password is:
Please check this code of login form :
If (txtpassword = “” And txtusername = “”) Then
Which says you don’t need to enter anything as username and password.
Viknesh says
Bro i cant find the username and password on the login form
ProjectsGeek says
You need to open login form file and search for password in that. Somewhere it is comparing entered password with the hard coded password.