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.
Yash Agrawal says
Plz give me coding for login form….
ProjectsGeek says
Kindly check the source code folder, there we have login form. Open the login form in visual basic 6.0 the you can see the source code for that.
Samstickkz says
I’m getting a compile error :user-defined type not specified…….. And public cn as adodb.connection was highlited in blue
ProjectsGeek says
Please follow these steps to remove this error:
You need to set “Microsfot ActiveX Data Objects” to your project to make it work.
In the VB IDE Window select Tools -> References…
Check Microsfot ActiveX Data Objects 2.7 Library
Then click ok. You should be good to go now.
bhesh says
Dear sir,
thanks really useful for final year students.
jeack says
So after i download this, I just have to click and run the project1.vbp? What is the database used for this? please reply asap!!!
ProjectsGeek says
Backend is oracle database. For more information you need to follow document given with the project.
Jeshaiahmae says
Thanks for the codes by the way can I use Visual Studion 2010 for this?
ProjectsGeek says
I don’t think so, you need visual studio 6.0 to run this project.