尊敬的 微信汇率:1円 ≈ 0.046166 元 支付宝汇率:1円 ≈ 0.046257元 [退出登录]
SlideShare a Scribd company logo
SIX WEEKSSUMMER TRAINING (CSE443)
REPORT
On
Hospital ManagementSystem
Submittedby
AbhisekhKumar Singh
RegistrationNo: 11210646
Programme & Section:1202-B.Tech-CSE
Under the Guidance of
Mr. Ashok Verma
School ofComputer Science & Engineering
LovelyProfessional University,Phagwara
(June-July,2015)
DECLARATION
I hereby declare that I have completed my six weeks summer training at
Sreyanshi Consultancy (Microsoft Certification), LPU from 12/06/2015
to 12/07/2015 under the guidance of Mr. Ashok Verma I have declare that
I have worked with full dedication during these six weeks of training and my
learning outcomes fulfil the requirements of training for the award of degree
of B.Tech-CSE Lovely Professional University, Phagwara.
Abhisekh Kumar Singh
Reg No.: 11210646
Date:03/08/2015
ACKNOWLEDGEMENT
First of all I would like to express our heartful thanks to ” The Almighty
God” for this opportunity, which he rendered to us and gives the
Physical strength and pleasant mind to complete this project work.
I thank our Institute Training Co-ordinator Mr. Peeyush, for his inspiration.
And I thank our Teacher Mr.Ashok Verma, Industrial Training
Coordinator and also my project guide for the correct guidance and advice.
We extent our thanks and gratitude to our parents, Friends and those who
Helped us directly and indirectly for the successful completion of this
Project work.
INDEX
1. Organization Overview
2. Profile of the Problem
3. Existing System
4. Problem Analysis
o Product definition
o Feasibility Analysis
5. Software Requirement Analysis
6. Design
o Tables and their relationships
o Flowcharts/Pseudo code
7. Source Code
8. Screen Shots
9. Gantt chart (Describing a timeline of how did you act in six weeks of training?)
10. Project Legacy
o Technical and Managerial lessons learnt.
12. Bibliography
ORGANIZATION OVERVIEW
Shreyanshi Consultancy is a Leading Education Consultancy in India, established 2009 by
veteran Corporate Leaders, Shreyanshi Consultancy is now converted into company
incorporation which is Shreyanshi Consultancy Pvt. Ltd. company associate with Brand
Companies and provide Professional Training Services including Guidance to Engineering
Colleges Students. It was set up in response to the emerging need of education services in India
where a number of engineering colleges is being set up by the private body year by year.
Scenario is like a total confusion among the students community at the time of choosing the
right one among thousands. Understanding this problem we started offering Vocational
Training & Industrial Training Projects assistance and guidance to prospective students to get
update in a environment that can make their dream of being a Engineering / Manager /
Entrepreneur true. The Trainings act as guides who channelize your talents and interest to help
you choose the right path and help you build a bright future. We are associated with Certiport.
We provide multiple Brand Company’s Certifications.
Mission
Our mission is to provide our clients the best possible service and support to ensure that their study
environment is safe and conducive to achieve their career goals. We strive to provide a One Stop Service to
our students so that everything, which is relevant to studying.
Experience
ShreyanshiConsultancy areleading education consultancy last 3 year, we have good experience trainer
team, we have associated some high brand company’s. Our Tie-up with Quint Wellington Redwood for
College Initiative in All North India. Quint is redounded brand in Global Corporate Training. Quint deals with
1000 Client in all over world.
PROFILE OF PROBLEM
 To computerize all details regarding patient details & hospital details.
 To automate the process of ward entries.
 To maintain records effectively.
 To manage current status of staff and doctor availability.
 The project has information regarding the inpatient details, outpatient
Details, Billing details and Ambulance details.
This project includes modules such as
1) Admission


2) Staff Details
 Payroll
 Personnel Details
 Attendance
3) Billing
 Inpatient
 Outpatient
4) Consultation
5) Doctor page
 Appointments check
 My Message Tab
EXISTING SYSTEM
The existing systemuses manual transaction processing.
Drawbacks
1. Large amount of clerical time is required.
2. The record maintainability is difficult.
3. Accessibility of accurate information from the past record is difficult.
4. There is always delay in information search and retrieval. It requires many people to
carry out a single problem.
5. Lot of human resources is required.
6. Data reliability and maintainability is difficult.
7. Lot amount of records need much place to save.
8. The paper works have to be taken care.
9. The patient entry form may miss.
10. The doctor appointment cannot be maintained in properly.
PROBLEM ANALYSIS
This project will automate the daily operations of LIFE LINE hospital. The project keeps
track of the staff and patient (in-patient, out-patient) details. It also takes care of the
ward, medical, invoice and the doctor’s appointment details. The system generates the
daily ward availability, the status of the operation theatres and ICU.
HOSPITAL MANAGEMENT is an integrated Hospital Information
System, which addresses all the major functional areas of multi-specialty hospitals. The
HOSPITAL MANAGEMENT enables better patient care, patient safety, patient
confidentiality, efficiency, reduced costs and better management information system. It
provides easy access to critical information thus enabling the management to take
better decisions on time.
This project deals with processing of each and every department in the Hospital. This
project sincerely aims to reduce the manual processing of each department. The Scope
of the project takes care of the details of each and every Department. These details
gives the doctor, staffs, specialists and patient details including their salary, attendance
, doctor’s appointments and the billing system. The details of Doctor and staff help the
hospital to maintain the record of every person. Their attendance details help them to
know about their attentive presence while salary is calculated. The billing system
provides an efficient way for calculating bill details of the patients.
Software Requirement Analysis
Visual Studio 2013 is a complete set of development tools for building
 ASP Web applications
 XML Web services
 Desktop applications
 mobile applications
Visual Basic .NET, Visual C++ .NET, and Visual C# .NET all use the same integrated
development environment (IDE), which allows them to share tools and facilitates in the
creation of mixed-language solutions.
Visual C#, pronounced C sharp, is a new object-oriented programming language that is an
evolution of C and C++, providing a simple and type-safe language for developing
applications.
The .NET Framework
Overview
The .NET Framework is a new computing platform that simplifies application development in
the highly distributed environment of the Internet. The .NET Framework is designed to fulfil
the following objectives:
 To provide a consistent object-oriented programming environment whether object code
is stored and executed locally, executed locally but Internet-distributed, or executed
remotely.
 To provide a code-execution environment that minimizes software deployment and
versioning conflicts.
 To provide a code-execution environment that guarantees safe execution of code,
including code created by an unknown or semi-trusted third party.
 To provide a code-execution environment that eliminates the performance problems of
scripted or interpreted environments.
 To make the developer experience consistent across widely varying types of
applications, such as Windows-based applications and Web-based applications.
The .NET Framework is a multi-language environment for building, deploying, and running
XML Web services and applications.
 Common Language Runtime Despite its name, the runtime actually has a role in both
a component's runtime and development time experiences. While the component is
running, the runtime is responsible for managing memory allocation, starting up and
stopping threads and processes, and enforcing security policy, as well as satisfying any
dependencies that the component might have on other components. At development
time, the runtime's role changes slightly; because it automates so much (for example,
memory management), the runtime makes the developer's experience very simple,
especially when compared to COM as it is today. In particular, features such as
reflection dramatically reduce the amount of code a developer must write in order to
turn business logic into a reusable component.
 ASP.NET ASP.NET builds on the programming classes of the .NET Framework,
providing a Web application model with a set of controls and infrastructure that make
it simple to build ASP Web applications. ASP.NET includes a set of controls that
encapsulate common HTML user interface elements, such as text boxes and drop-down
menus. These controls run on the Web server, however, and push their user interface
as HTML to the browser. On the server, the controls expose an object- oriented
programming model that brings the richness of object-oriented programming to the
Web developer. ASP.NET also provides infrastructure services, such as session state
management and process recycling that further reduce the amount of code a developer
must write and increase application reliability.
ADO (ActiveX Data Objects).Net
Most Visual Basic and Visual C# applications revolve around reading and updating
information in databases. To allow data integration in distributed, scalable applications,
Visual Studio .NET provides support for a new generation of data access technology:
ADO.NET.
Data Access with ADO.NET
As you develop applications using ADO.NET, you will have different requirements for
working with data. In some cases, you might simply want to display data on a form. In
other cases, you might need to devise a way to share information with another
company. No matter what you do with data, there are certain fundamental concepts that
you should understand about the data approach in ADO.NET. You might never need
to know some of the details of data handling — for example, you might never need to
directly edit an XML file containing data.
New in ADO.Net
ADO.NET Does Not Depend On Continuously Live Connections
In traditional client/server applications, components establish a connection to a
database and keep it open while the application is running. For a variety of reasons, this
approach is impractical in many applications:
 Open database connections take up valuable system resources. In most cases, databases
can maintain only a small number of concurrent connections. The overhead of
maintaining these connections detracts from overall application performance.
 Similarly, applications that require an open database connection are extremely difficult
to scale up. An application that does not scale up well might perform acceptably with
four users but will likely not do so with hundreds. ASP.NET Web applications in
particular need to be easily scalable, because traffic to a Web site can go up by orders
of magnitude in a very short period.
 In ASP.NET Web applications, the components are inherently disconnected from each
other. The browser requests a page from the server; when the server has finished
processing and sending the page, it has no further connection with the browser until the
next request.
SQL SERVER
SQL server is a client/server relational database management system (RDBMS) that uses
transact-SQL to send request between a client and SQL server.
Client/server Architecture
SQL server is designed to be a client/server system. Client/server systems are constructed so
that the database can reside on a central computer, known as a server, and be shared among
several users. When users want to access the date in SQL server, they run an application on
their local computer, known as a client that connects over a network to the server running SQL
server. SQL server can work with thousands of client applications simultaneously. The server
has features to prevent the logical problems that occur if a user tries to read or modify data
currently being used by others.
DESIGN
TABLES
1:-Appointments
2:-INPatientsDetails
3:-INPatienBill
4:-Outpatient Bill
5:-OutPatient_Info
6:-Staff Info
7:-Doctor Info
Flowcharts/Pseudo code
HOME
Login
User
Login
Failed
A/staffpage
B/adminpage
A/staffpage
REGISTRATION
INpatient
OUTpatient
INpatient
OUTpatient
BILLING
IN Bill
Inpatient
Bill
INpatient
C/doctor
B/adminpage
Registration
Staff
Doctor
Staff data
Doctor data
View/Modify
Staff
Doctor
Staff data
Staff data
Doctor data
Doctor data
Doctorpage
Appointments OUTpatient
Appoinmentsd
ata
Appoinmentsd
My patient Inpatient
Inpatient
Inpatient
SOURCE CODE
A:-login page
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data.SqlClient;
public partial class Login : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
public int validate_login(string userid,string password,string login)
{
string cs = "server=.LPUDB;database=Project;user id=sa;pwd=11210646";
SqlConnection conn = new SqlConnection(cs);
SqlCommand cmd = new SqlCommand();
cmd.CommandType = System.Data.CommandType.StoredProcedure;
cmd.CommandText = login;
cmd.Parameters.AddWithValue("@userid", userid);
cmd.Parameters.AddWithValue("@password", password);
cmd.Parameters.Add("@result",System.Data.SqlDbType.Int,4);
cmd.Parameters["@result"].Direction = System.Data.ParameterDirection.Output;
cmd.Connection = conn;
int result = 0;
try
{
conn.Open();
cmd.ExecuteNonQuery();
result = (int)cmd.Parameters["@result"].Value;
}
catch (SqlException ex) { lblmessage.Text = ex.Message; }
finally
{
if (conn != null)
{
conn.Close();
}
}
return result;
}
protected void ImageButton1_Click(object sender, ImageClickEventArgs e)
{
int results=0 ;
if (TextBox1.Text.Trim().Length==3 || TextBox1.Text.Trim().Length==7)
{
string login = "doctorlogin";
results = validate_login(TextBox1.Text.Trim(), TextBox2.Text.Trim(),login);
if (results == 1)
{
Session["doctorid"] = TextBox1.Text.Trim();
Response.Redirect("dAppoinments.aspx");
Session.RemoveAll();
}
else
{
lblmessage.Text = "Invalid Login";
}
}
else
{
if (TextBox1.Text.Trim().Length == 2 || TextBox1.Text.Trim().Length == 9)
{
string login="stafflogin";
results = validate_login(TextBox1.Text.Trim(), TextBox2.Text.Trim(),login);
if (results == 1)
{
Session["staffid"] = TextBox1.Text.Trim();
Response.Redirect("staffProfile.aspx");
}
else
{
lblmessage.Text = "Invalid Login";
}
}
}
B:- Inpatient form
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data.SqlClient;
public partial class inpatientregistration : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
Random _random = new Random();
TextBox13.Text = "INPAT_"+_random.Next(100,999).ToString();
TextBox13.Enabled = false;
}
protected void Button1_Click(object sender, EventArgs e)
{
string gender = DropDownList1.SelectedValue;
string bg = DropDownList2.SelectedValue;
string dept = DropDownList4.SelectedValue;
string roomno = DropDownList5.SelectedValue;
string rt = DropDownList6.SelectedValue;
string ms = DropDownList3.SelectedValue;
String cs = "server=.LPUDB;database=Project;user id=sa;password=11210646";
SqlConnection conn = new SqlConnection(cs);
SqlCommand cmd = new SqlCommand("insert into
tblinpatient(patient_id,First_name,Last_name,gender,occupation,Date_of_Birth,age,Blood_Group,marital_status,ad
dress,city,mobile,emailid,date_of_admit,department,room_no,room_type,bed_no) values('" + TextBox13.Text + "','"
+ TextBox1.Text + "','" + TextBox2.Text + "','" + gender + "','" + TextBox3.Text + "','" +
Convert.ToDateTime(TextBox4.Text).ToString("MM-dd-yyyy") + "','" + TextBox5.Text.ToString() + "','" + bg + "','"
+ ms + "','" + TextBox6.Text + "','" + TextBox7.Text + "','" + TextBox8.Text + "','" + TextBox9.Text + "','" +
Convert.ToDateTime(TextBox10.Text).ToString("MM-dd-yyyy") + "','" + dept + "','" + roomno + "','" + rt + "','" +
TextBox12.Text + "')", conn);
try
{
conn.Open();
cmd.ExecuteNonQuery();
Response.Write("<script language=javascript>alert('Recored Submitted Successfully.');</script>");
// Response.Redirect("inpatientregistration.aspx");
}
catch (SqlException ex)
{
Label2.Text = ex.Message;
}
finally
{
if (conn != null)
{
conn.Close();
}
}
}
}
C:-OUTpatient Detail
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data.SqlClient;
public partial class outPatientRegistration : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
Random _random = new Random();
TextBox13.Text = "OUTPAT_" + _random.Next(100, 999).ToString();
Session["apid"]=TextBox13.Text.ToString();
TextBox13.Enabled = false;
}
protected void Button1_Click(object sender, EventArgs e)
{
string gender = DropDownList1.SelectedValue;
string bg = DropDownList2.SelectedValue;
string dept = DropDownList4.SelectedValue;
String cs = "server=.LPUDB;database=Project;user
id=sa;password=11210646";
SqlConnection conn = new SqlConnection(cs);
SqlCommand cmd = new SqlCommand("insert into
tbloutpatient(Appoinment_id,First_name,Last_name,gender,occupation,age,Blood_
Group,address,city,mobile,emailid,date_of_visit,department,consultant_doctor)
values('" + TextBox13.Text + "','" + TextBox1.Text + "','" + TextBox2.Text +
"','" + gender + "','" + TextBox3.Text + "','" + TextBox5.Text.ToString() +
"','" + bg + "','" + TextBox6.Text + "','" + TextBox7.Text + "','" +
TextBox8.Text + "','" + TextBox9.Text + "','" +
Convert.ToDateTime(TextBox10.Text).ToString("MM-dd-yyyy") + "','" + dept +
"','"+ TextBox14.Text + "')", conn);
try
{
conn.Open();
cmd.ExecuteNonQuery();
Session["name"] = TextBox1.Text.ToString() +" "+
TextBox2.Text.ToString();
Session["dname"] = TextBox14.Text.ToString();
Response.Write("<script language=javascript>alert('Recored
Submitted Successfully.');</script>");
Response.Redirect("billing.aspx");
}
catch (SqlException ex)
{
Label2.Text = ex.Message;
}
finally
{
if (conn != null)
{
conn.Close();
}
}
}
}
D:-Inpatient Billing
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data.SqlClient;
public partial class billing : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
Random _random = new Random();
TextBox1.Text = "Bill_" + _random.Next(100, 999).ToString();
TextBox1.Enabled = false;
TextBox2.Text = Session["apid"].ToString();
TextBox2.Enabled = false;
TextBox9.Text = Session["name"].ToString();
TextBox9.Enabled = false;
TextBox11.Text = Session["dname"].ToString();
TextBox11.Enabled = false;
}
protected void Button1_Click(object sender, EventArgs e)
{
int x = Convert.ToInt32(TextBox12.Text.Trim());
int y = Convert.ToInt32(TextBox13.Text.Trim());
int z = x + y;
TextBox14.Text = (z).ToString();
TextBox14.Enabled = false;
String cs = "server=.LPUDB;database=Project;user
id=sa;password=11210646";
SqlConnection conn = new SqlConnection(cs);
SqlCommand cmd = new SqlCommand("insert into
outpatientbill(Bill_no,Appoinment_id,Patient_name,Date,Consultant_doctor,Doct
or_Fees,Misc,Total)
values(@Bill_no,@Appoinment_id,@Patient_name,@Date,@Consultant_doctor,@Doctor
_Fees,@Misc,@Total)", conn);
cmd.Parameters.AddWithValue("@Bill_no",TextBox1.Text);
cmd.Parameters.AddWithValue("@Appoinment_id", TextBox2.Text);
cmd.Parameters.AddWithValue("@Patient_name", TextBox9.Text);
cmd.Parameters.AddWithValue("@Date", TextBox10.Text);
cmd.Parameters.AddWithValue("@Consultant_doctor", TextBox11.Text);
cmd.Parameters.AddWithValue("@Doctor_Fees", TextBox12.Text);
cmd.Parameters.AddWithValue("@Misc", TextBox13.Text);
cmd.Parameters.AddWithValue("@Total", TextBox14.Text);
try
{
conn.Open();
cmd.ExecuteNonQuery();
Response.Write("<script language=javascript>alert('Recored
Submitted Successfully.And Total Amount is :"+ TextBox14.Text +"');</script>");
}
catch (SqlException ex)
{
Label2.Text = ex.Message;
}
finally
{
if (conn != null)
{
conn.Close();
}}
}
E:-staff registration
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data.SqlClient;
public partial class astaffregistration : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
Random _random = new Random();
TextBox13.Text = "staff_" + _random.Next(100, 999).ToString();
TextBox13.Enabled = false;
}
protected void Button1_Click(object sender, EventArgs e)
{
string gender = DropDownList1.SelectedValue;
string bg = DropDownList2.SelectedValue;
String cs = "server=.LPUDB;database=Project;user
id=sa;password=11210646";
SqlConnection conn = new SqlConnection(cs);
SqlCommand cmd = new SqlCommand("insert into
staffinfo(Staff_id,First_name,Last_name,gender,Date_of_Birth,Salary,Age,Blood
_Group,Address,city,Mobile_No,Email_id,Date_of_joining,qualification,Password
) values('" + TextBox13.Text + "','" + TextBox1.Text + "','" + TextBox2.Text +
"','" + gender + "','" + TextBox4.Text.ToString() + "','" + TextBox3.Text +
"','" + TextBox5.Text.ToString() + "','" + bg + "','" + TextBox6.Text + "','"
+ TextBox7.Text + "','" + TextBox8.Text + "','" + TextBox9.Text + "','" +
TextBox10.Text.ToString() + "','" + TextBox14.Text +
"','"+TextBox13.Text+"')", conn);
try
{
conn.Open();
cmd.ExecuteNonQuery();
TextBox1.Text = "";
TextBox2.Text = "";
DropDownList1.SelectedValue = "";
TextBox4.Text = "";
TextBox3.Text = "";
TextBox5.Text = "";
DropDownList2.SelectedValue = "";
TextBox6.Text = "";
TextBox7.Text = "";
TextBox8.Text = "";
TextBox9.Text = "";
TextBox10.Text = "";
TextBox14.Text = "";
Response.Write("<script language=javascript>alert('Recored
Submitted Successfully.');</script>");
}
catch (SqlException ex)
{
Label2.Text = ex.Message;
}
finally
{
if (conn != null)
{
conn.Close();
}
}
}
}
F:-Doctor Appoinments
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data.SqlClient;
public partial class doctorsHomepage : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
if(Session["doctorid"]==null)
{
Response.Redirect("login.aspx");
}
else
{
}
}
protected void ImageButton1_Click(object sender, ImageClickEventArgs e)
{
//SqlDataSource sqld = new SqlDataSource();
//sqld.SelectCommand = "SELECT [Patient_id], [Patient_Name], [Date],
[Time], [Status], [Remark], [admited] FROM [Appoinments] WHERE [Doctor_id] ='"
+ Session["id"] + "' AND patient_id='"+TextBox1.Text+"'AND status='pending'";
//GridView1.DataSource = sqld;
//GridView1.DataBind();
}
}
SCREEN SHOTS
A:-Login Page
B:-Inpatient Registration(staff page)
C:-Inpatient Billing(staff page)
D:-view/modify inpatient/outpatien info(staff page)
E:-Appoinments List(doctor page)
F:-ADD DOCTOR (ADMIN PAGE)
Gantt chart
Project Legacy
I learnt about .NET framework Platform, asp.net and C# programming.
And learn how to deal with real life situation problems. Using These Technology:-
.NET framework Platform:
The .NET Framework is a new computing platform that simplifies application development in the
highly distributed environment of the Internet.
ASP.NET:
Asp.net is a web application development platform to create websites, desktop application etc.
ADO (ActiveX Data Objects).Net:
As you develop applications using ADO.NET, you will have different requirements for working
with data. In some cases, you might simply want to display data on a form. In other cases, you
might need to devise a way to share information with another company. No matter what you do
with data, there are certain fundamental concepts that you should understand about the data
approach in ADO.NET. You might never need to know some of the details of data handling — for
example, you might never need to directly edit an XML file containing data.
Bibliography
 Microsoft ADO.NET Step by Step – Microsoft Press.
 Software Engineering Concepts, By Richard E.Fairley – Tata McGraw – Hill Publishing
Company Limited.
 Professional ASP.NET in C# and VB.
 Beginning ASP.NET in C#.
 Microsoft C# Programming.
 Learn C# Programming.
 www.asp.net
 www.tutorialspoint.com/asp.net/

More Related Content

What's hot

SRS for Hospital Management System
SRS for Hospital Management SystemSRS for Hospital Management System
SRS for Hospital Management System
kataria Arvind
 
44478167 hospital-management-system
44478167 hospital-management-system44478167 hospital-management-system
44478167 hospital-management-system
Akshay Iliger
 
Online doctor appointment and emr system
Online doctor appointment and emr systemOnline doctor appointment and emr system
Online doctor appointment and emr system
Anjelika Parasar
 
Hospital management-system
Hospital management-systemHospital management-system
Hospital management-system
sam143143
 
Hospital Management System-out patient Detail
Hospital Management System-out patient DetailHospital Management System-out patient Detail
Hospital Management System-out patient Detail
Yogiji Creations
 
Student report
Student reportStudent report
Student report
anuragsharma12nov
 
Design and implementation of a hospital management system
Design and implementation of a hospital management systemDesign and implementation of a hospital management system
Design and implementation of a hospital management system
Overcomer Michael
 
Hospital Management System
Hospital Management SystemHospital Management System
Hospital Management System
Pranil Dukare
 
College Management System project
College Management System projectCollege Management System project
College Management System project
Manish Kushwaha
 
Hospital management system
Hospital management systemHospital management system
Hospital management system
Adil Riaz Siddiqi
 
Hospital Management System
Hospital Management SystemHospital Management System
Hospital Management System
Saurabh Tripathi
 
Hostel management system (5)
Hostel management system (5)Hostel management system (5)
Hostel management system (5)
PRIYANKMZN
 
Pharmacy management system fyp documentation
Pharmacy management system fyp documentationPharmacy management system fyp documentation
Pharmacy management system fyp documentation
Abubakr Cheema
 
Hospital management system in java
Hospital management system in javaHospital management system in java
Hospital management system in java
Varun Yadav
 
Hostel management system
Hostel management systemHostel management system
Hostel management system
Yashna Jawrani
 
"Hospital Management"
"Hospital Management""Hospital Management"
"Hospital Management"
vivek kct
 
Hospital presentation
Hospital presentationHospital presentation
Hospital presentation
RANJIT SINGH
 
Hostel management project_report
Hostel management project_reportHostel management project_report
Hostel management project_report
kawsher11
 
Hosptal management system
Hosptal management systemHosptal management system
Hosptal management system
Kartik Chaudhari
 
Medical Store Management System(MSMS)
Medical Store Management System(MSMS)Medical Store Management System(MSMS)
Medical Store Management System(MSMS)
Santhosh Mudiraj
 

What's hot (20)

SRS for Hospital Management System
SRS for Hospital Management SystemSRS for Hospital Management System
SRS for Hospital Management System
 
44478167 hospital-management-system
44478167 hospital-management-system44478167 hospital-management-system
44478167 hospital-management-system
 
Online doctor appointment and emr system
Online doctor appointment and emr systemOnline doctor appointment and emr system
Online doctor appointment and emr system
 
Hospital management-system
Hospital management-systemHospital management-system
Hospital management-system
 
Hospital Management System-out patient Detail
Hospital Management System-out patient DetailHospital Management System-out patient Detail
Hospital Management System-out patient Detail
 
Student report
Student reportStudent report
Student report
 
Design and implementation of a hospital management system
Design and implementation of a hospital management systemDesign and implementation of a hospital management system
Design and implementation of a hospital management system
 
Hospital Management System
Hospital Management SystemHospital Management System
Hospital Management System
 
College Management System project
College Management System projectCollege Management System project
College Management System project
 
Hospital management system
Hospital management systemHospital management system
Hospital management system
 
Hospital Management System
Hospital Management SystemHospital Management System
Hospital Management System
 
Hostel management system (5)
Hostel management system (5)Hostel management system (5)
Hostel management system (5)
 
Pharmacy management system fyp documentation
Pharmacy management system fyp documentationPharmacy management system fyp documentation
Pharmacy management system fyp documentation
 
Hospital management system in java
Hospital management system in javaHospital management system in java
Hospital management system in java
 
Hostel management system
Hostel management systemHostel management system
Hostel management system
 
"Hospital Management"
"Hospital Management""Hospital Management"
"Hospital Management"
 
Hospital presentation
Hospital presentationHospital presentation
Hospital presentation
 
Hostel management project_report
Hostel management project_reportHostel management project_report
Hostel management project_report
 
Hosptal management system
Hosptal management systemHosptal management system
Hosptal management system
 
Medical Store Management System(MSMS)
Medical Store Management System(MSMS)Medical Store Management System(MSMS)
Medical Store Management System(MSMS)
 

Viewers also liked

Hospital management system project
Hospital management system projectHospital management system project
Hospital management system project
Himani Chopra
 
[PPT] Hospital management system - Quanta-his
[PPT] Hospital management system - Quanta-his[PPT] Hospital management system - Quanta-his
[PPT] Hospital management system - Quanta-his
Birlamedisoft Pvt. Ltd
 
Hospital management system(database)
Hospital management system(database)Hospital management system(database)
Hospital management system(database)
Iftikhar Ahmad
 
PROJECT-HOSPITAL MANAGEMENT SYSTEM CHAP. 1 TO 4
PROJECT-HOSPITAL MANAGEMENT SYSTEM CHAP. 1 TO 4PROJECT-HOSPITAL MANAGEMENT SYSTEM CHAP. 1 TO 4
PROJECT-HOSPITAL MANAGEMENT SYSTEM CHAP. 1 TO 4
NICHOLAS RATEMO
 
Hospital Management System
Hospital Management SystemHospital Management System
Hospital Management System
ĞĔŃÚĨŃĔ ĞĔŃĨÚŚ
 
Hospital Management Record System Proposal
Hospital Management Record System ProposalHospital Management Record System Proposal
Hospital Management Record System Proposal
Bishal Bista
 
Inventory management project based on ASP.NET, introduction to C# and ASP.NET
Inventory management project based on ASP.NET, introduction to C# and ASP.NETInventory management project based on ASP.NET, introduction to C# and ASP.NET
Inventory management project based on ASP.NET, introduction to C# and ASP.NET
Himanshu Patel
 
Hospital management system
Hospital management systemHospital management system
Hospital management system
Mehul Ranavasiya
 
Hospital management system
Hospital management systemHospital management system
Hospital management system
subu
 
Complete project on hospital maangement system
Complete project on hospital maangement systemComplete project on hospital maangement system
Complete project on hospital maangement system
Rahul Kumar
 
Hospital management
Hospital managementHospital management
Hospital management
Smit Patel
 
Project on Inventory Management
Project on Inventory ManagementProject on Inventory Management
Project on Inventory Management
Harmandeep0053
 
Uml diagram for_hospital_management_system
Uml diagram for_hospital_management_systemUml diagram for_hospital_management_system
Uml diagram for_hospital_management_system
Pradeep Bhosale
 
Hospital Records Management System
Hospital Records Management SystemHospital Records Management System
Hospital Records Management System
Acheng Doris
 
Patient record management system(s.e. diagrams)
Patient record management system(s.e. diagrams)Patient record management system(s.e. diagrams)
Patient record management system(s.e. diagrams)
Syeda Javeria
 
Customer Relationship Management Module Project Report
Customer Relationship Management Module Project ReportCustomer Relationship Management Module Project Report
Customer Relationship Management Module Project Report
sachinkumar Bharadva
 
Capstone
CapstoneCapstone
Capstone
Swadeep Chhetri
 
Hotel Management_MiniProject
Hotel Management_MiniProjectHotel Management_MiniProject
Hotel Management_MiniProject
sudhakar mandal
 
Advertiser Funded Programming on MTV- An Analysis
Advertiser Funded Programming on MTV- An AnalysisAdvertiser Funded Programming on MTV- An Analysis
Advertiser Funded Programming on MTV- An Analysis
Viacom 18 Media Private Limited
 
Binder1
Binder1Binder1

Viewers also liked (20)

Hospital management system project
Hospital management system projectHospital management system project
Hospital management system project
 
[PPT] Hospital management system - Quanta-his
[PPT] Hospital management system - Quanta-his[PPT] Hospital management system - Quanta-his
[PPT] Hospital management system - Quanta-his
 
Hospital management system(database)
Hospital management system(database)Hospital management system(database)
Hospital management system(database)
 
PROJECT-HOSPITAL MANAGEMENT SYSTEM CHAP. 1 TO 4
PROJECT-HOSPITAL MANAGEMENT SYSTEM CHAP. 1 TO 4PROJECT-HOSPITAL MANAGEMENT SYSTEM CHAP. 1 TO 4
PROJECT-HOSPITAL MANAGEMENT SYSTEM CHAP. 1 TO 4
 
Hospital Management System
Hospital Management SystemHospital Management System
Hospital Management System
 
Hospital Management Record System Proposal
Hospital Management Record System ProposalHospital Management Record System Proposal
Hospital Management Record System Proposal
 
Inventory management project based on ASP.NET, introduction to C# and ASP.NET
Inventory management project based on ASP.NET, introduction to C# and ASP.NETInventory management project based on ASP.NET, introduction to C# and ASP.NET
Inventory management project based on ASP.NET, introduction to C# and ASP.NET
 
Hospital management system
Hospital management systemHospital management system
Hospital management system
 
Hospital management system
Hospital management systemHospital management system
Hospital management system
 
Complete project on hospital maangement system
Complete project on hospital maangement systemComplete project on hospital maangement system
Complete project on hospital maangement system
 
Hospital management
Hospital managementHospital management
Hospital management
 
Project on Inventory Management
Project on Inventory ManagementProject on Inventory Management
Project on Inventory Management
 
Uml diagram for_hospital_management_system
Uml diagram for_hospital_management_systemUml diagram for_hospital_management_system
Uml diagram for_hospital_management_system
 
Hospital Records Management System
Hospital Records Management SystemHospital Records Management System
Hospital Records Management System
 
Patient record management system(s.e. diagrams)
Patient record management system(s.e. diagrams)Patient record management system(s.e. diagrams)
Patient record management system(s.e. diagrams)
 
Customer Relationship Management Module Project Report
Customer Relationship Management Module Project ReportCustomer Relationship Management Module Project Report
Customer Relationship Management Module Project Report
 
Capstone
CapstoneCapstone
Capstone
 
Hotel Management_MiniProject
Hotel Management_MiniProjectHotel Management_MiniProject
Hotel Management_MiniProject
 
Advertiser Funded Programming on MTV- An Analysis
Advertiser Funded Programming on MTV- An AnalysisAdvertiser Funded Programming on MTV- An Analysis
Advertiser Funded Programming on MTV- An Analysis
 
Binder1
Binder1Binder1
Binder1
 

Similar to Hospital management System (asp.net with c#)Project report

Resume
ResumeResume
Training and placement reportmsword
Training and placement reportmswordTraining and placement reportmsword
Training and placement reportmsword
Bhavesh Parmar
 
Training and placement
Training and placementTraining and placement
Training and placement
Bhavesh Parmar
 
Openeducat Features product brochure | Education Software Development
Openeducat Features product brochure | Education Software DevelopmentOpeneducat Features product brochure | Education Software Development
Openeducat Features product brochure | Education Software Development
Tech Receptives
 
Orange technolab profile-english-n
Orange technolab profile-english-nOrange technolab profile-english-n
Orange technolab profile-english-n
ankurpatel29
 
suresh_cv
suresh_cvsuresh_cv
REport Fle.pdf
REport Fle.pdfREport Fle.pdf
REport Fle.pdf
TarunPreet4
 
Mandhania Chetan N Resume
Mandhania Chetan N ResumeMandhania Chetan N Resume
Mandhania Chetan N Resume
Chetan Mandhania
 
Metakortex Presentation
Metakortex PresentationMetakortex Presentation
Metakortex Presentation
guest0df6b0
 
Sawda6There are different providers for learning solutions.docx
Sawda6There are different providers for learning solutions.docxSawda6There are different providers for learning solutions.docx
Sawda6There are different providers for learning solutions.docx
kenjordan97598
 
Muneer Shaik Resume
Muneer Shaik ResumeMuneer Shaik Resume
Muneer Shaik Resume
Muneer Jani
 
Business solution for book shop
Business solution for book shopBusiness solution for book shop
Business solution for book shop
Mohammad Sayem
 
VaibhavTambde_cv
VaibhavTambde_cvVaibhavTambde_cv
VaibhavTambde_cv
Vaibhav Tambde
 
sri
srisri
Sneha raut
Sneha rautSneha raut
Sneha raut
Sneha Raut
 
Abul_Resume_QE&A
Abul_Resume_QE&AAbul_Resume_QE&A
Abul_Resume_QE&A
Abul Azad
 
‘The Valai’ – Our IT Solutions and Services
‘The Valai’ – Our IT Solutions and Services‘The Valai’ – Our IT Solutions and Services
‘The Valai’ – Our IT Solutions and Services
Maan21
 
Best IT Solution Company
Best IT Solution CompanyBest IT Solution Company
Best IT Solution Company
tobjectsol
 
Mohan_Resume
Mohan_ResumeMohan_Resume
Mohan_Resume
Mohan P
 
Gaurav resume
Gaurav resumeGaurav resume
Gaurav resume
Gaurav Gupta 🇮🇳
 

Similar to Hospital management System (asp.net with c#)Project report (20)

Resume
ResumeResume
Resume
 
Training and placement reportmsword
Training and placement reportmswordTraining and placement reportmsword
Training and placement reportmsword
 
Training and placement
Training and placementTraining and placement
Training and placement
 
Openeducat Features product brochure | Education Software Development
Openeducat Features product brochure | Education Software DevelopmentOpeneducat Features product brochure | Education Software Development
Openeducat Features product brochure | Education Software Development
 
Orange technolab profile-english-n
Orange technolab profile-english-nOrange technolab profile-english-n
Orange technolab profile-english-n
 
suresh_cv
suresh_cvsuresh_cv
suresh_cv
 
REport Fle.pdf
REport Fle.pdfREport Fle.pdf
REport Fle.pdf
 
Mandhania Chetan N Resume
Mandhania Chetan N ResumeMandhania Chetan N Resume
Mandhania Chetan N Resume
 
Metakortex Presentation
Metakortex PresentationMetakortex Presentation
Metakortex Presentation
 
Sawda6There are different providers for learning solutions.docx
Sawda6There are different providers for learning solutions.docxSawda6There are different providers for learning solutions.docx
Sawda6There are different providers for learning solutions.docx
 
Muneer Shaik Resume
Muneer Shaik ResumeMuneer Shaik Resume
Muneer Shaik Resume
 
Business solution for book shop
Business solution for book shopBusiness solution for book shop
Business solution for book shop
 
VaibhavTambde_cv
VaibhavTambde_cvVaibhavTambde_cv
VaibhavTambde_cv
 
sri
srisri
sri
 
Sneha raut
Sneha rautSneha raut
Sneha raut
 
Abul_Resume_QE&A
Abul_Resume_QE&AAbul_Resume_QE&A
Abul_Resume_QE&A
 
‘The Valai’ – Our IT Solutions and Services
‘The Valai’ – Our IT Solutions and Services‘The Valai’ – Our IT Solutions and Services
‘The Valai’ – Our IT Solutions and Services
 
Best IT Solution Company
Best IT Solution CompanyBest IT Solution Company
Best IT Solution Company
 
Mohan_Resume
Mohan_ResumeMohan_Resume
Mohan_Resume
 
Gaurav resume
Gaurav resumeGaurav resume
Gaurav resume
 

Recently uploaded

The musiconn services for musicologists and music librarians
The musiconn services for musicologists and music librariansThe musiconn services for musicologists and music librarians
The musiconn services for musicologists and music librarians
Jürgen Diet
 
Call Girls In Bangalore 7339748667 available hotel and home full enjoy
Call Girls In Bangalore 7339748667  available hotel and home full enjoyCall Girls In Bangalore 7339748667  available hotel and home full enjoy
Call Girls In Bangalore 7339748667 available hotel and home full enjoy
akbard9823
 
2023 Ukraine Crisis Media Center Financial Report
2023 Ukraine Crisis Media Center Financial Report2023 Ukraine Crisis Media Center Financial Report
2023 Ukraine Crisis Media Center Financial Report
UkraineCrisisMediaCenter
 
一比一原版(vancouver学位证书)加拿大温哥华岛大学毕业证如何办理
一比一原版(vancouver学位证书)加拿大温哥华岛大学毕业证如何办理一比一原版(vancouver学位证书)加拿大温哥华岛大学毕业证如何办理
一比一原版(vancouver学位证书)加拿大温哥华岛大学毕业证如何办理
eagxaf
 
AWS User Group Torino 2024 #3 - 18/06/2024
AWS User Group Torino 2024 #3 - 18/06/2024AWS User Group Torino 2024 #3 - 18/06/2024
AWS User Group Torino 2024 #3 - 18/06/2024
Guido Maria Nebiolo
 
➏➌➐➋➎➌➐➑➐➒ Kalyan chart satta matka guessing result
➏➌➐➋➎➌➐➑➐➒ Kalyan chart satta matka guessing result➏➌➐➋➎➌➐➑➐➒ Kalyan chart satta matka guessing result
➏➌➐➋➎➌➐➑➐➒ Kalyan chart satta matka guessing result
sanammadhu484
 
一比一原版多伦多都会大学毕业证(TMU毕业证书)学历如何办理
一比一原版多伦多都会大学毕业证(TMU毕业证书)学历如何办理一比一原版多伦多都会大学毕业证(TMU毕业证书)学历如何办理
一比一原版多伦多都会大学毕业证(TMU毕业证书)学历如何办理
vfuvxao
 
VVIP Call Girls Meerut ☎️ +91-987394 😍 Meerut 🔥 Independent Girls In Home And...
VVIP Call Girls Meerut ☎️ +91-987394 😍 Meerut 🔥 Independent Girls In Home And...VVIP Call Girls Meerut ☎️ +91-987394 😍 Meerut 🔥 Independent Girls In Home And...
VVIP Call Girls Meerut ☎️ +91-987394 😍 Meerut 🔥 Independent Girls In Home And...
shima sharma
 
Data Processing in PHP - PHPers 2024 Poznań
Data Processing in PHP - PHPers 2024 PoznańData Processing in PHP - PHPers 2024 Poznań
Data Processing in PHP - PHPers 2024 Poznań
Norbert Orzechowicz
 
Beyond the Veil: Unraveling the Secrets of Your Dreams
Beyond the Veil: Unraveling the Secrets of Your DreamsBeyond the Veil: Unraveling the Secrets of Your Dreams
Beyond the Veil: Unraveling the Secrets of Your Dreams
amerhanoor20
 
Client Management Skills.pptx for corporate world
Client Management Skills.pptx for corporate worldClient Management Skills.pptx for corporate world
Client Management Skills.pptx for corporate world
artemacademy2
 
MobilFlex - Extended Presentation - IBM
MobilFlex -   Extended Presentation - IBMMobilFlex -   Extended Presentation - IBM
MobilFlex - Extended Presentation - IBM
Mihai Buta
 
MASTERCARD FOR FINTECHS PROGRAM 2024 BROCHURE
MASTERCARD FOR FINTECHS PROGRAM 2024 BROCHUREMASTERCARD FOR FINTECHS PROGRAM 2024 BROCHURE
MASTERCARD FOR FINTECHS PROGRAM 2024 BROCHURE
events25
 
Gorgeous Call Girls Tirunelveli 💯Call Us 🔝 7426014248 🔝Independent Tirunelvel...
Gorgeous Call Girls Tirunelveli 💯Call Us 🔝 7426014248 🔝Independent Tirunelvel...Gorgeous Call Girls Tirunelveli 💯Call Us 🔝 7426014248 🔝Independent Tirunelvel...
Gorgeous Call Girls Tirunelveli 💯Call Us 🔝 7426014248 🔝Independent Tirunelvel...
ss728938
 
Bridging the visual gap between cultural heritage and digital scholarship
Bridging the visual gap between cultural heritage and digital scholarshipBridging the visual gap between cultural heritage and digital scholarship
Bridging the visual gap between cultural heritage and digital scholarship
Inesm9
 
一比一原版昆士兰大学毕业证(UQ毕业证书)学历如何办理
一比一原版昆士兰大学毕业证(UQ毕业证书)学历如何办理一比一原版昆士兰大学毕业证(UQ毕业证书)学历如何办理
一比一原版昆士兰大学毕业证(UQ毕业证书)学历如何办理
mamekyn
 
Call Girls Kalyani Nagar ♠️ 7339748667 ♠️ Pune Escorts Yeena Best Independent...
Call Girls Kalyani Nagar ♠️ 7339748667 ♠️ Pune Escorts Yeena Best Independent...Call Girls Kalyani Nagar ♠️ 7339748667 ♠️ Pune Escorts Yeena Best Independent...
Call Girls Kalyani Nagar ♠️ 7339748667 ♠️ Pune Escorts Yeena Best Independent...
anshulbalyan01
 
2023 Ukraine Crisis Media Center Finance Balance
2023 Ukraine Crisis Media Center Finance Balance2023 Ukraine Crisis Media Center Finance Balance
2023 Ukraine Crisis Media Center Finance Balance
UkraineCrisisMediaCenter
 
2023 Ukraine Crisis Media Center Annual Report
2023 Ukraine Crisis Media Center Annual Report2023 Ukraine Crisis Media Center Annual Report
2023 Ukraine Crisis Media Center Annual Report
UkraineCrisisMediaCenter
 
Fintech Belgium on the State of AI in FS
Fintech Belgium on the State of AI in FSFintech Belgium on the State of AI in FS
Fintech Belgium on the State of AI in FS
events25
 

Recently uploaded (20)

The musiconn services for musicologists and music librarians
The musiconn services for musicologists and music librariansThe musiconn services for musicologists and music librarians
The musiconn services for musicologists and music librarians
 
Call Girls In Bangalore 7339748667 available hotel and home full enjoy
Call Girls In Bangalore 7339748667  available hotel and home full enjoyCall Girls In Bangalore 7339748667  available hotel and home full enjoy
Call Girls In Bangalore 7339748667 available hotel and home full enjoy
 
2023 Ukraine Crisis Media Center Financial Report
2023 Ukraine Crisis Media Center Financial Report2023 Ukraine Crisis Media Center Financial Report
2023 Ukraine Crisis Media Center Financial Report
 
一比一原版(vancouver学位证书)加拿大温哥华岛大学毕业证如何办理
一比一原版(vancouver学位证书)加拿大温哥华岛大学毕业证如何办理一比一原版(vancouver学位证书)加拿大温哥华岛大学毕业证如何办理
一比一原版(vancouver学位证书)加拿大温哥华岛大学毕业证如何办理
 
AWS User Group Torino 2024 #3 - 18/06/2024
AWS User Group Torino 2024 #3 - 18/06/2024AWS User Group Torino 2024 #3 - 18/06/2024
AWS User Group Torino 2024 #3 - 18/06/2024
 
➏➌➐➋➎➌➐➑➐➒ Kalyan chart satta matka guessing result
➏➌➐➋➎➌➐➑➐➒ Kalyan chart satta matka guessing result➏➌➐➋➎➌➐➑➐➒ Kalyan chart satta matka guessing result
➏➌➐➋➎➌➐➑➐➒ Kalyan chart satta matka guessing result
 
一比一原版多伦多都会大学毕业证(TMU毕业证书)学历如何办理
一比一原版多伦多都会大学毕业证(TMU毕业证书)学历如何办理一比一原版多伦多都会大学毕业证(TMU毕业证书)学历如何办理
一比一原版多伦多都会大学毕业证(TMU毕业证书)学历如何办理
 
VVIP Call Girls Meerut ☎️ +91-987394 😍 Meerut 🔥 Independent Girls In Home And...
VVIP Call Girls Meerut ☎️ +91-987394 😍 Meerut 🔥 Independent Girls In Home And...VVIP Call Girls Meerut ☎️ +91-987394 😍 Meerut 🔥 Independent Girls In Home And...
VVIP Call Girls Meerut ☎️ +91-987394 😍 Meerut 🔥 Independent Girls In Home And...
 
Data Processing in PHP - PHPers 2024 Poznań
Data Processing in PHP - PHPers 2024 PoznańData Processing in PHP - PHPers 2024 Poznań
Data Processing in PHP - PHPers 2024 Poznań
 
Beyond the Veil: Unraveling the Secrets of Your Dreams
Beyond the Veil: Unraveling the Secrets of Your DreamsBeyond the Veil: Unraveling the Secrets of Your Dreams
Beyond the Veil: Unraveling the Secrets of Your Dreams
 
Client Management Skills.pptx for corporate world
Client Management Skills.pptx for corporate worldClient Management Skills.pptx for corporate world
Client Management Skills.pptx for corporate world
 
MobilFlex - Extended Presentation - IBM
MobilFlex -   Extended Presentation - IBMMobilFlex -   Extended Presentation - IBM
MobilFlex - Extended Presentation - IBM
 
MASTERCARD FOR FINTECHS PROGRAM 2024 BROCHURE
MASTERCARD FOR FINTECHS PROGRAM 2024 BROCHUREMASTERCARD FOR FINTECHS PROGRAM 2024 BROCHURE
MASTERCARD FOR FINTECHS PROGRAM 2024 BROCHURE
 
Gorgeous Call Girls Tirunelveli 💯Call Us 🔝 7426014248 🔝Independent Tirunelvel...
Gorgeous Call Girls Tirunelveli 💯Call Us 🔝 7426014248 🔝Independent Tirunelvel...Gorgeous Call Girls Tirunelveli 💯Call Us 🔝 7426014248 🔝Independent Tirunelvel...
Gorgeous Call Girls Tirunelveli 💯Call Us 🔝 7426014248 🔝Independent Tirunelvel...
 
Bridging the visual gap between cultural heritage and digital scholarship
Bridging the visual gap between cultural heritage and digital scholarshipBridging the visual gap between cultural heritage and digital scholarship
Bridging the visual gap between cultural heritage and digital scholarship
 
一比一原版昆士兰大学毕业证(UQ毕业证书)学历如何办理
一比一原版昆士兰大学毕业证(UQ毕业证书)学历如何办理一比一原版昆士兰大学毕业证(UQ毕业证书)学历如何办理
一比一原版昆士兰大学毕业证(UQ毕业证书)学历如何办理
 
Call Girls Kalyani Nagar ♠️ 7339748667 ♠️ Pune Escorts Yeena Best Independent...
Call Girls Kalyani Nagar ♠️ 7339748667 ♠️ Pune Escorts Yeena Best Independent...Call Girls Kalyani Nagar ♠️ 7339748667 ♠️ Pune Escorts Yeena Best Independent...
Call Girls Kalyani Nagar ♠️ 7339748667 ♠️ Pune Escorts Yeena Best Independent...
 
2023 Ukraine Crisis Media Center Finance Balance
2023 Ukraine Crisis Media Center Finance Balance2023 Ukraine Crisis Media Center Finance Balance
2023 Ukraine Crisis Media Center Finance Balance
 
2023 Ukraine Crisis Media Center Annual Report
2023 Ukraine Crisis Media Center Annual Report2023 Ukraine Crisis Media Center Annual Report
2023 Ukraine Crisis Media Center Annual Report
 
Fintech Belgium on the State of AI in FS
Fintech Belgium on the State of AI in FSFintech Belgium on the State of AI in FS
Fintech Belgium on the State of AI in FS
 

Hospital management System (asp.net with c#)Project report

  • 1. SIX WEEKSSUMMER TRAINING (CSE443) REPORT On Hospital ManagementSystem Submittedby AbhisekhKumar Singh RegistrationNo: 11210646 Programme & Section:1202-B.Tech-CSE Under the Guidance of Mr. Ashok Verma School ofComputer Science & Engineering LovelyProfessional University,Phagwara (June-July,2015)
  • 2. DECLARATION I hereby declare that I have completed my six weeks summer training at Sreyanshi Consultancy (Microsoft Certification), LPU from 12/06/2015 to 12/07/2015 under the guidance of Mr. Ashok Verma I have declare that I have worked with full dedication during these six weeks of training and my learning outcomes fulfil the requirements of training for the award of degree of B.Tech-CSE Lovely Professional University, Phagwara. Abhisekh Kumar Singh Reg No.: 11210646 Date:03/08/2015
  • 3. ACKNOWLEDGEMENT First of all I would like to express our heartful thanks to ” The Almighty God” for this opportunity, which he rendered to us and gives the Physical strength and pleasant mind to complete this project work. I thank our Institute Training Co-ordinator Mr. Peeyush, for his inspiration. And I thank our Teacher Mr.Ashok Verma, Industrial Training Coordinator and also my project guide for the correct guidance and advice. We extent our thanks and gratitude to our parents, Friends and those who Helped us directly and indirectly for the successful completion of this Project work.
  • 4.
  • 5.
  • 6. INDEX 1. Organization Overview 2. Profile of the Problem 3. Existing System 4. Problem Analysis o Product definition o Feasibility Analysis 5. Software Requirement Analysis 6. Design o Tables and their relationships o Flowcharts/Pseudo code 7. Source Code 8. Screen Shots 9. Gantt chart (Describing a timeline of how did you act in six weeks of training?) 10. Project Legacy o Technical and Managerial lessons learnt. 12. Bibliography
  • 7. ORGANIZATION OVERVIEW Shreyanshi Consultancy is a Leading Education Consultancy in India, established 2009 by veteran Corporate Leaders, Shreyanshi Consultancy is now converted into company incorporation which is Shreyanshi Consultancy Pvt. Ltd. company associate with Brand Companies and provide Professional Training Services including Guidance to Engineering Colleges Students. It was set up in response to the emerging need of education services in India where a number of engineering colleges is being set up by the private body year by year. Scenario is like a total confusion among the students community at the time of choosing the right one among thousands. Understanding this problem we started offering Vocational Training & Industrial Training Projects assistance and guidance to prospective students to get update in a environment that can make their dream of being a Engineering / Manager / Entrepreneur true. The Trainings act as guides who channelize your talents and interest to help you choose the right path and help you build a bright future. We are associated with Certiport. We provide multiple Brand Company’s Certifications. Mission Our mission is to provide our clients the best possible service and support to ensure that their study environment is safe and conducive to achieve their career goals. We strive to provide a One Stop Service to our students so that everything, which is relevant to studying. Experience ShreyanshiConsultancy areleading education consultancy last 3 year, we have good experience trainer team, we have associated some high brand company’s. Our Tie-up with Quint Wellington Redwood for College Initiative in All North India. Quint is redounded brand in Global Corporate Training. Quint deals with 1000 Client in all over world.
  • 8. PROFILE OF PROBLEM  To computerize all details regarding patient details & hospital details.  To automate the process of ward entries.  To maintain records effectively.  To manage current status of staff and doctor availability.  The project has information regarding the inpatient details, outpatient Details, Billing details and Ambulance details. This project includes modules such as 1) Admission   2) Staff Details  Payroll  Personnel Details  Attendance 3) Billing  Inpatient  Outpatient 4) Consultation 5) Doctor page  Appointments check  My Message Tab
  • 9. EXISTING SYSTEM The existing systemuses manual transaction processing. Drawbacks 1. Large amount of clerical time is required. 2. The record maintainability is difficult. 3. Accessibility of accurate information from the past record is difficult. 4. There is always delay in information search and retrieval. It requires many people to carry out a single problem. 5. Lot of human resources is required. 6. Data reliability and maintainability is difficult. 7. Lot amount of records need much place to save. 8. The paper works have to be taken care. 9. The patient entry form may miss. 10. The doctor appointment cannot be maintained in properly.
  • 10. PROBLEM ANALYSIS This project will automate the daily operations of LIFE LINE hospital. The project keeps track of the staff and patient (in-patient, out-patient) details. It also takes care of the ward, medical, invoice and the doctor’s appointment details. The system generates the daily ward availability, the status of the operation theatres and ICU. HOSPITAL MANAGEMENT is an integrated Hospital Information System, which addresses all the major functional areas of multi-specialty hospitals. The HOSPITAL MANAGEMENT enables better patient care, patient safety, patient confidentiality, efficiency, reduced costs and better management information system. It provides easy access to critical information thus enabling the management to take better decisions on time. This project deals with processing of each and every department in the Hospital. This project sincerely aims to reduce the manual processing of each department. The Scope of the project takes care of the details of each and every Department. These details gives the doctor, staffs, specialists and patient details including their salary, attendance , doctor’s appointments and the billing system. The details of Doctor and staff help the hospital to maintain the record of every person. Their attendance details help them to know about their attentive presence while salary is calculated. The billing system provides an efficient way for calculating bill details of the patients.
  • 11. Software Requirement Analysis Visual Studio 2013 is a complete set of development tools for building  ASP Web applications  XML Web services  Desktop applications  mobile applications Visual Basic .NET, Visual C++ .NET, and Visual C# .NET all use the same integrated development environment (IDE), which allows them to share tools and facilitates in the creation of mixed-language solutions. Visual C#, pronounced C sharp, is a new object-oriented programming language that is an evolution of C and C++, providing a simple and type-safe language for developing applications. The .NET Framework Overview The .NET Framework is a new computing platform that simplifies application development in the highly distributed environment of the Internet. The .NET Framework is designed to fulfil the following objectives:  To provide a consistent object-oriented programming environment whether object code is stored and executed locally, executed locally but Internet-distributed, or executed remotely.  To provide a code-execution environment that minimizes software deployment and versioning conflicts.  To provide a code-execution environment that guarantees safe execution of code, including code created by an unknown or semi-trusted third party.  To provide a code-execution environment that eliminates the performance problems of scripted or interpreted environments.
  • 12.  To make the developer experience consistent across widely varying types of applications, such as Windows-based applications and Web-based applications. The .NET Framework is a multi-language environment for building, deploying, and running XML Web services and applications.  Common Language Runtime Despite its name, the runtime actually has a role in both a component's runtime and development time experiences. While the component is running, the runtime is responsible for managing memory allocation, starting up and stopping threads and processes, and enforcing security policy, as well as satisfying any dependencies that the component might have on other components. At development time, the runtime's role changes slightly; because it automates so much (for example, memory management), the runtime makes the developer's experience very simple, especially when compared to COM as it is today. In particular, features such as reflection dramatically reduce the amount of code a developer must write in order to turn business logic into a reusable component.  ASP.NET ASP.NET builds on the programming classes of the .NET Framework, providing a Web application model with a set of controls and infrastructure that make it simple to build ASP Web applications. ASP.NET includes a set of controls that encapsulate common HTML user interface elements, such as text boxes and drop-down menus. These controls run on the Web server, however, and push their user interface as HTML to the browser. On the server, the controls expose an object- oriented programming model that brings the richness of object-oriented programming to the Web developer. ASP.NET also provides infrastructure services, such as session state management and process recycling that further reduce the amount of code a developer must write and increase application reliability. ADO (ActiveX Data Objects).Net Most Visual Basic and Visual C# applications revolve around reading and updating information in databases. To allow data integration in distributed, scalable applications, Visual Studio .NET provides support for a new generation of data access technology: ADO.NET. Data Access with ADO.NET
  • 13. As you develop applications using ADO.NET, you will have different requirements for working with data. In some cases, you might simply want to display data on a form. In other cases, you might need to devise a way to share information with another company. No matter what you do with data, there are certain fundamental concepts that you should understand about the data approach in ADO.NET. You might never need to know some of the details of data handling — for example, you might never need to directly edit an XML file containing data. New in ADO.Net ADO.NET Does Not Depend On Continuously Live Connections In traditional client/server applications, components establish a connection to a database and keep it open while the application is running. For a variety of reasons, this approach is impractical in many applications:  Open database connections take up valuable system resources. In most cases, databases can maintain only a small number of concurrent connections. The overhead of maintaining these connections detracts from overall application performance.  Similarly, applications that require an open database connection are extremely difficult to scale up. An application that does not scale up well might perform acceptably with four users but will likely not do so with hundreds. ASP.NET Web applications in particular need to be easily scalable, because traffic to a Web site can go up by orders of magnitude in a very short period.  In ASP.NET Web applications, the components are inherently disconnected from each other. The browser requests a page from the server; when the server has finished processing and sending the page, it has no further connection with the browser until the next request. SQL SERVER SQL server is a client/server relational database management system (RDBMS) that uses transact-SQL to send request between a client and SQL server. Client/server Architecture
  • 14. SQL server is designed to be a client/server system. Client/server systems are constructed so that the database can reside on a central computer, known as a server, and be shared among several users. When users want to access the date in SQL server, they run an application on their local computer, known as a client that connects over a network to the server running SQL server. SQL server can work with thousands of client applications simultaneously. The server has features to prevent the logical problems that occur if a user tries to read or modify data currently being used by others. DESIGN TABLES 1:-Appointments
  • 19. B/adminpage Registration Staff Doctor Staff data Doctor data View/Modify Staff Doctor Staff data Staff data Doctor data Doctor data Doctorpage Appointments OUTpatient Appoinmentsd ata Appoinmentsd My patient Inpatient Inpatient Inpatient
  • 20. SOURCE CODE A:-login page using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Data.SqlClient; public partial class Login : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } public int validate_login(string userid,string password,string login) { string cs = "server=.LPUDB;database=Project;user id=sa;pwd=11210646"; SqlConnection conn = new SqlConnection(cs); SqlCommand cmd = new SqlCommand(); cmd.CommandType = System.Data.CommandType.StoredProcedure; cmd.CommandText = login; cmd.Parameters.AddWithValue("@userid", userid); cmd.Parameters.AddWithValue("@password", password); cmd.Parameters.Add("@result",System.Data.SqlDbType.Int,4); cmd.Parameters["@result"].Direction = System.Data.ParameterDirection.Output; cmd.Connection = conn; int result = 0; try { conn.Open(); cmd.ExecuteNonQuery(); result = (int)cmd.Parameters["@result"].Value; } catch (SqlException ex) { lblmessage.Text = ex.Message; } finally { if (conn != null) { conn.Close(); } } return result; }
  • 21. protected void ImageButton1_Click(object sender, ImageClickEventArgs e) { int results=0 ; if (TextBox1.Text.Trim().Length==3 || TextBox1.Text.Trim().Length==7) { string login = "doctorlogin"; results = validate_login(TextBox1.Text.Trim(), TextBox2.Text.Trim(),login); if (results == 1) { Session["doctorid"] = TextBox1.Text.Trim(); Response.Redirect("dAppoinments.aspx"); Session.RemoveAll(); } else { lblmessage.Text = "Invalid Login"; } } else { if (TextBox1.Text.Trim().Length == 2 || TextBox1.Text.Trim().Length == 9) { string login="stafflogin"; results = validate_login(TextBox1.Text.Trim(), TextBox2.Text.Trim(),login); if (results == 1) { Session["staffid"] = TextBox1.Text.Trim(); Response.Redirect("staffProfile.aspx"); } else { lblmessage.Text = "Invalid Login"; } } } B:- Inpatient form using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Data.SqlClient; public partial class inpatientregistration : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { Random _random = new Random(); TextBox13.Text = "INPAT_"+_random.Next(100,999).ToString();
  • 22. TextBox13.Enabled = false; } protected void Button1_Click(object sender, EventArgs e) { string gender = DropDownList1.SelectedValue; string bg = DropDownList2.SelectedValue; string dept = DropDownList4.SelectedValue; string roomno = DropDownList5.SelectedValue; string rt = DropDownList6.SelectedValue; string ms = DropDownList3.SelectedValue; String cs = "server=.LPUDB;database=Project;user id=sa;password=11210646"; SqlConnection conn = new SqlConnection(cs); SqlCommand cmd = new SqlCommand("insert into tblinpatient(patient_id,First_name,Last_name,gender,occupation,Date_of_Birth,age,Blood_Group,marital_status,ad dress,city,mobile,emailid,date_of_admit,department,room_no,room_type,bed_no) values('" + TextBox13.Text + "','" + TextBox1.Text + "','" + TextBox2.Text + "','" + gender + "','" + TextBox3.Text + "','" + Convert.ToDateTime(TextBox4.Text).ToString("MM-dd-yyyy") + "','" + TextBox5.Text.ToString() + "','" + bg + "','" + ms + "','" + TextBox6.Text + "','" + TextBox7.Text + "','" + TextBox8.Text + "','" + TextBox9.Text + "','" + Convert.ToDateTime(TextBox10.Text).ToString("MM-dd-yyyy") + "','" + dept + "','" + roomno + "','" + rt + "','" + TextBox12.Text + "')", conn); try { conn.Open(); cmd.ExecuteNonQuery(); Response.Write("<script language=javascript>alert('Recored Submitted Successfully.');</script>"); // Response.Redirect("inpatientregistration.aspx"); } catch (SqlException ex) { Label2.Text = ex.Message; } finally { if (conn != null) { conn.Close(); } } } } C:-OUTpatient Detail using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Data.SqlClient;
  • 23. public partial class outPatientRegistration : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { Random _random = new Random(); TextBox13.Text = "OUTPAT_" + _random.Next(100, 999).ToString(); Session["apid"]=TextBox13.Text.ToString(); TextBox13.Enabled = false; } protected void Button1_Click(object sender, EventArgs e) { string gender = DropDownList1.SelectedValue; string bg = DropDownList2.SelectedValue; string dept = DropDownList4.SelectedValue; String cs = "server=.LPUDB;database=Project;user id=sa;password=11210646"; SqlConnection conn = new SqlConnection(cs); SqlCommand cmd = new SqlCommand("insert into tbloutpatient(Appoinment_id,First_name,Last_name,gender,occupation,age,Blood_ Group,address,city,mobile,emailid,date_of_visit,department,consultant_doctor) values('" + TextBox13.Text + "','" + TextBox1.Text + "','" + TextBox2.Text + "','" + gender + "','" + TextBox3.Text + "','" + TextBox5.Text.ToString() + "','" + bg + "','" + TextBox6.Text + "','" + TextBox7.Text + "','" + TextBox8.Text + "','" + TextBox9.Text + "','" + Convert.ToDateTime(TextBox10.Text).ToString("MM-dd-yyyy") + "','" + dept + "','"+ TextBox14.Text + "')", conn); try { conn.Open(); cmd.ExecuteNonQuery(); Session["name"] = TextBox1.Text.ToString() +" "+ TextBox2.Text.ToString(); Session["dname"] = TextBox14.Text.ToString(); Response.Write("<script language=javascript>alert('Recored Submitted Successfully.');</script>"); Response.Redirect("billing.aspx"); } catch (SqlException ex) { Label2.Text = ex.Message; } finally { if (conn != null) { conn.Close(); } } } }
  • 24. D:-Inpatient Billing using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Data.SqlClient; public partial class billing : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { Random _random = new Random(); TextBox1.Text = "Bill_" + _random.Next(100, 999).ToString(); TextBox1.Enabled = false; TextBox2.Text = Session["apid"].ToString(); TextBox2.Enabled = false; TextBox9.Text = Session["name"].ToString(); TextBox9.Enabled = false; TextBox11.Text = Session["dname"].ToString(); TextBox11.Enabled = false; } protected void Button1_Click(object sender, EventArgs e) { int x = Convert.ToInt32(TextBox12.Text.Trim()); int y = Convert.ToInt32(TextBox13.Text.Trim()); int z = x + y; TextBox14.Text = (z).ToString(); TextBox14.Enabled = false; String cs = "server=.LPUDB;database=Project;user id=sa;password=11210646"; SqlConnection conn = new SqlConnection(cs); SqlCommand cmd = new SqlCommand("insert into outpatientbill(Bill_no,Appoinment_id,Patient_name,Date,Consultant_doctor,Doct or_Fees,Misc,Total) values(@Bill_no,@Appoinment_id,@Patient_name,@Date,@Consultant_doctor,@Doctor _Fees,@Misc,@Total)", conn); cmd.Parameters.AddWithValue("@Bill_no",TextBox1.Text); cmd.Parameters.AddWithValue("@Appoinment_id", TextBox2.Text); cmd.Parameters.AddWithValue("@Patient_name", TextBox9.Text); cmd.Parameters.AddWithValue("@Date", TextBox10.Text); cmd.Parameters.AddWithValue("@Consultant_doctor", TextBox11.Text); cmd.Parameters.AddWithValue("@Doctor_Fees", TextBox12.Text); cmd.Parameters.AddWithValue("@Misc", TextBox13.Text); cmd.Parameters.AddWithValue("@Total", TextBox14.Text); try { conn.Open(); cmd.ExecuteNonQuery(); Response.Write("<script language=javascript>alert('Recored Submitted Successfully.And Total Amount is :"+ TextBox14.Text +"');</script>");
  • 25. } catch (SqlException ex) { Label2.Text = ex.Message; } finally { if (conn != null) { conn.Close(); }} } E:-staff registration using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Data.SqlClient; public partial class astaffregistration : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { Random _random = new Random(); TextBox13.Text = "staff_" + _random.Next(100, 999).ToString(); TextBox13.Enabled = false; } protected void Button1_Click(object sender, EventArgs e) { string gender = DropDownList1.SelectedValue; string bg = DropDownList2.SelectedValue; String cs = "server=.LPUDB;database=Project;user id=sa;password=11210646"; SqlConnection conn = new SqlConnection(cs); SqlCommand cmd = new SqlCommand("insert into staffinfo(Staff_id,First_name,Last_name,gender,Date_of_Birth,Salary,Age,Blood _Group,Address,city,Mobile_No,Email_id,Date_of_joining,qualification,Password ) values('" + TextBox13.Text + "','" + TextBox1.Text + "','" + TextBox2.Text + "','" + gender + "','" + TextBox4.Text.ToString() + "','" + TextBox3.Text + "','" + TextBox5.Text.ToString() + "','" + bg + "','" + TextBox6.Text + "','" + TextBox7.Text + "','" + TextBox8.Text + "','" + TextBox9.Text + "','" + TextBox10.Text.ToString() + "','" + TextBox14.Text + "','"+TextBox13.Text+"')", conn); try { conn.Open(); cmd.ExecuteNonQuery(); TextBox1.Text = ""; TextBox2.Text = ""; DropDownList1.SelectedValue = ""; TextBox4.Text = "";
  • 26. TextBox3.Text = ""; TextBox5.Text = ""; DropDownList2.SelectedValue = ""; TextBox6.Text = ""; TextBox7.Text = ""; TextBox8.Text = ""; TextBox9.Text = ""; TextBox10.Text = ""; TextBox14.Text = ""; Response.Write("<script language=javascript>alert('Recored Submitted Successfully.');</script>"); } catch (SqlException ex) { Label2.Text = ex.Message; } finally { if (conn != null) { conn.Close(); } } } } F:-Doctor Appoinments using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Data.SqlClient; public partial class doctorsHomepage : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { if(Session["doctorid"]==null) { Response.Redirect("login.aspx"); } else { } } protected void ImageButton1_Click(object sender, ImageClickEventArgs e) { //SqlDataSource sqld = new SqlDataSource();
  • 27. //sqld.SelectCommand = "SELECT [Patient_id], [Patient_Name], [Date], [Time], [Status], [Remark], [admited] FROM [Appoinments] WHERE [Doctor_id] ='" + Session["id"] + "' AND patient_id='"+TextBox1.Text+"'AND status='pending'"; //GridView1.DataSource = sqld; //GridView1.DataBind(); } } SCREEN SHOTS A:-Login Page
  • 29. D:-view/modify inpatient/outpatien info(staff page) E:-Appoinments List(doctor page)
  • 32. Project Legacy I learnt about .NET framework Platform, asp.net and C# programming. And learn how to deal with real life situation problems. Using These Technology:- .NET framework Platform: The .NET Framework is a new computing platform that simplifies application development in the highly distributed environment of the Internet. ASP.NET: Asp.net is a web application development platform to create websites, desktop application etc. ADO (ActiveX Data Objects).Net: As you develop applications using ADO.NET, you will have different requirements for working with data. In some cases, you might simply want to display data on a form. In other cases, you might need to devise a way to share information with another company. No matter what you do with data, there are certain fundamental concepts that you should understand about the data approach in ADO.NET. You might never need to know some of the details of data handling — for example, you might never need to directly edit an XML file containing data.
  • 33. Bibliography  Microsoft ADO.NET Step by Step – Microsoft Press.  Software Engineering Concepts, By Richard E.Fairley – Tata McGraw – Hill Publishing Company Limited.  Professional ASP.NET in C# and VB.  Beginning ASP.NET in C#.  Microsoft C# Programming.  Learn C# Programming.  www.asp.net  www.tutorialspoint.com/asp.net/
  翻译: