SlideShare une entreprise Scribd logo
1  sur  33
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/

Contenu connexe

Tendances

Hospital Management System proposal
Hospital Management System proposalHospital Management System proposal
Hospital Management System proposalChandresh Prasad
 
hospital management System
hospital management Systemhospital management System
hospital management Systemsabin kafle
 
SRS for Hospital Management System
SRS for Hospital Management SystemSRS for Hospital Management System
SRS for Hospital Management Systemkataria Arvind
 
44478167 hospital-management-system
44478167 hospital-management-system44478167 hospital-management-system
44478167 hospital-management-systemAkshay Iliger
 
Hospital management-system
Hospital management-systemHospital management-system
Hospital management-systemsam143143
 
Hospital Management System
Hospital Management SystemHospital Management System
Hospital Management SystemRANJIT SINGH
 
Software Requirement Specification Of Hotel Management System
Software Requirement Specification Of Hotel Management SystemSoftware Requirement Specification Of Hotel Management System
Software Requirement Specification Of Hotel Management SystemUttam Singh Chaudhary
 
HOSPITAL MANAGEMENT SYSTEM ppt
HOSPITAL MANAGEMENT SYSTEM pptHOSPITAL MANAGEMENT SYSTEM ppt
HOSPITAL MANAGEMENT SYSTEM pptPurbita Sen
 
Hospital mangement system report file
Hospital mangement system report fileHospital mangement system report file
Hospital mangement system report fileNausheen Hasan
 
Hospital management system
Hospital management systemHospital management system
Hospital management systemsubu
 
Hospital Management System
Hospital Management SystemHospital Management System
Hospital Management SystemPranil Dukare
 
Pharmacy Management System
Pharmacy Management SystemPharmacy Management System
Pharmacy Management SystemAI Publications
 
Complete project on hospital maangement system
Complete project on hospital maangement systemComplete project on hospital maangement system
Complete project on hospital maangement systemRahul Kumar
 
Feasibility Study of Hospital Management System
Feasibility Study of Hospital Management SystemFeasibility Study of Hospital Management System
Feasibility Study of Hospital Management SystemNeelam Priya
 
Hostpital management system(srs)
Hostpital management system(srs)Hostpital management system(srs)
Hostpital management system(srs)maamir farooq
 
Project Proposal(Hospital Management System)
Project Proposal(Hospital Management System)Project Proposal(Hospital Management System)
Project Proposal(Hospital Management System)SN Chakraborty
 
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 systemOvercomer Michael
 
Medical Store Management System Software Engineering 1
Medical Store Management System Software Engineering 1Medical Store Management System Software Engineering 1
Medical Store Management System Software Engineering 1hani2253
 

Tendances (20)

Hospital Management System proposal
Hospital Management System proposalHospital Management System proposal
Hospital Management System proposal
 
hospital management System
hospital management Systemhospital management System
hospital management System
 
SRS for Hospital Management System
SRS for Hospital Management SystemSRS for Hospital Management System
SRS for Hospital Management System
 
Hospital management system
Hospital management systemHospital management system
Hospital management system
 
Hospital management system
Hospital management systemHospital management system
Hospital management system
 
44478167 hospital-management-system
44478167 hospital-management-system44478167 hospital-management-system
44478167 hospital-management-system
 
Hospital management-system
Hospital management-systemHospital management-system
Hospital management-system
 
Hospital Management System
Hospital Management SystemHospital Management System
Hospital Management System
 
Software Requirement Specification Of Hotel Management System
Software Requirement Specification Of Hotel Management SystemSoftware Requirement Specification Of Hotel Management System
Software Requirement Specification Of Hotel Management System
 
HOSPITAL MANAGEMENT SYSTEM ppt
HOSPITAL MANAGEMENT SYSTEM pptHOSPITAL MANAGEMENT SYSTEM ppt
HOSPITAL MANAGEMENT SYSTEM ppt
 
Hospital mangement system report file
Hospital mangement system report fileHospital mangement system report file
Hospital mangement system report file
 
Hospital management system
Hospital management systemHospital management system
Hospital management system
 
Hospital Management System
Hospital Management SystemHospital Management System
Hospital Management System
 
Pharmacy Management System
Pharmacy Management SystemPharmacy Management System
Pharmacy 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
 
Feasibility Study of Hospital Management System
Feasibility Study of Hospital Management SystemFeasibility Study of Hospital Management System
Feasibility Study of Hospital Management System
 
Hostpital management system(srs)
Hostpital management system(srs)Hostpital management system(srs)
Hostpital management system(srs)
 
Project Proposal(Hospital Management System)
Project Proposal(Hospital Management System)Project Proposal(Hospital Management System)
Project Proposal(Hospital Management System)
 
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
 
Medical Store Management System Software Engineering 1
Medical Store Management System Software Engineering 1Medical Store Management System Software Engineering 1
Medical Store Management System Software Engineering 1
 

En vedette

[PPT] Hospital management system - Quanta-his
[PPT] Hospital management system - Quanta-his[PPT] Hospital management system - Quanta-his
[PPT] Hospital management system - Quanta-hisBirlamedisoft 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 4NICHOLAS RATEMO
 
Hospital Management Record System Proposal
Hospital Management Record System ProposalHospital Management Record System Proposal
Hospital Management Record System ProposalBishal 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.NETHimanshu Patel
 
Hospital management system
Hospital management systemHospital management system
Hospital management systemMehul Ranavasiya
 
Hospital management
Hospital managementHospital management
Hospital managementSmit Patel
 
Project on Inventory Management
Project on Inventory ManagementProject on Inventory Management
Project on Inventory ManagementHarmandeep0053
 
Hospital Records Management System
Hospital Records Management SystemHospital Records Management System
Hospital Records Management SystemAcheng 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 Reportsachinkumar Bharadva
 
Hotel Management_MiniProject
Hotel Management_MiniProjectHotel Management_MiniProject
Hotel Management_MiniProjectsudhakar mandal
 
OJT-REPORT-FORMAT-updated
OJT-REPORT-FORMAT-updatedOJT-REPORT-FORMAT-updated
OJT-REPORT-FORMAT-updatedBilal Burhan
 
Healthcare Management System for paperless management
Healthcare Management System for paperless managementHealthcare Management System for paperless management
Healthcare Management System for paperless managementMike Taylor
 

En vedette (18)

[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
Hospital managementHospital management
Hospital management
 
Project on Inventory Management
Project on Inventory ManagementProject on Inventory Management
Project on Inventory Management
 
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
 
OJT-REPORT-FORMAT-updated
OJT-REPORT-FORMAT-updatedOJT-REPORT-FORMAT-updated
OJT-REPORT-FORMAT-updated
 
Healthcare Management System for paperless management
Healthcare Management System for paperless managementHealthcare Management System for paperless management
Healthcare Management System for paperless management
 

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

Training and placement
Training and placementTraining and placement
Training and placementBhavesh Parmar
 
Training and placement reportmsword
Training and placement reportmswordTraining and placement reportmsword
Training and placement reportmswordBhavesh 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 DevelopmentTech Receptives
 
Orange technolab profile-english-n
Orange technolab profile-english-nOrange technolab profile-english-n
Orange technolab profile-english-nankurpatel29
 
Metakortex Presentation
Metakortex PresentationMetakortex Presentation
Metakortex Presentationguest0df6b0
 
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.docxkenjordan97598
 
Muneer Shaik Resume
Muneer Shaik ResumeMuneer Shaik Resume
Muneer Shaik ResumeMuneer Jani
 
Business solution for book shop
Business solution for book shopBusiness solution for book shop
Business solution for book shopMohammad Sayem
 
Abul_Resume_QE&A
Abul_Resume_QE&AAbul_Resume_QE&A
Abul_Resume_QE&AAbul 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 ServicesMaan21
 
Best IT Solution Company
Best IT Solution CompanyBest IT Solution Company
Best IT Solution Companytobjectsol
 
Mohan_Resume
Mohan_ResumeMohan_Resume
Mohan_ResumeMohan P
 

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

Resume
ResumeResume
Resume
 
Training and placement
Training and placementTraining and placement
Training and placement
 
Training and placement reportmsword
Training and placement reportmswordTraining and placement reportmsword
Training and placement reportmsword
 
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
 

Dernier

Chizaram's Women Tech Makers Deck. .pptx
Chizaram's Women Tech Makers Deck.  .pptxChizaram's Women Tech Makers Deck.  .pptx
Chizaram's Women Tech Makers Deck. .pptxogubuikealex
 
Event 4 Introduction to Open Source.pptx
Event 4 Introduction to Open Source.pptxEvent 4 Introduction to Open Source.pptx
Event 4 Introduction to Open Source.pptxaryanv1753
 
DGT @ CTAC 2024 Valencia: Most crucial invest to digitalisation_Sven Zoelle_v...
DGT @ CTAC 2024 Valencia: Most crucial invest to digitalisation_Sven Zoelle_v...DGT @ CTAC 2024 Valencia: Most crucial invest to digitalisation_Sven Zoelle_v...
DGT @ CTAC 2024 Valencia: Most crucial invest to digitalisation_Sven Zoelle_v...Henrik Hanke
 
Internship Presentation | PPT | CSE | SE
Internship Presentation | PPT | CSE | SEInternship Presentation | PPT | CSE | SE
Internship Presentation | PPT | CSE | SESaleh Ibne Omar
 
Dutch Power - 26 maart 2024 - Henk Kras - Circular Plastics
Dutch Power - 26 maart 2024 - Henk Kras - Circular PlasticsDutch Power - 26 maart 2024 - Henk Kras - Circular Plastics
Dutch Power - 26 maart 2024 - Henk Kras - Circular PlasticsDutch Power
 
Early Modern Spain. All about this period
Early Modern Spain. All about this periodEarly Modern Spain. All about this period
Early Modern Spain. All about this periodSaraIsabelJimenez
 
THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...
THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...
THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...漢銘 謝
 
RACHEL-ANN M. TENIBRO PRODUCT RESEARCH PRESENTATION
RACHEL-ANN M. TENIBRO PRODUCT RESEARCH PRESENTATIONRACHEL-ANN M. TENIBRO PRODUCT RESEARCH PRESENTATION
RACHEL-ANN M. TENIBRO PRODUCT RESEARCH PRESENTATIONRachelAnnTenibroAmaz
 
Quality by design.. ppt for RA (1ST SEM
Quality by design.. ppt for  RA (1ST SEMQuality by design.. ppt for  RA (1ST SEM
Quality by design.. ppt for RA (1ST SEMCharmi13
 
Mathan flower ppt.pptx slide orchids ✨🌸
Mathan flower ppt.pptx slide orchids ✨🌸Mathan flower ppt.pptx slide orchids ✨🌸
Mathan flower ppt.pptx slide orchids ✨🌸mathanramanathan2005
 
Application of GIS in Landslide Disaster Response.pptx
Application of GIS in Landslide Disaster Response.pptxApplication of GIS in Landslide Disaster Response.pptx
Application of GIS in Landslide Disaster Response.pptxRoquia Salam
 
INDIAN GCP GUIDELINE. for Regulatory affair 1st sem CRR
INDIAN GCP GUIDELINE. for Regulatory  affair 1st sem CRRINDIAN GCP GUIDELINE. for Regulatory  affair 1st sem CRR
INDIAN GCP GUIDELINE. for Regulatory affair 1st sem CRRsarwankumar4524
 
Engaging Eid Ul Fitr Presentation for Kindergartners.pptx
Engaging Eid Ul Fitr Presentation for Kindergartners.pptxEngaging Eid Ul Fitr Presentation for Kindergartners.pptx
Engaging Eid Ul Fitr Presentation for Kindergartners.pptxAsifArshad8
 
Call Girls In Aerocity 🤳 Call Us +919599264170
Call Girls In Aerocity 🤳 Call Us +919599264170Call Girls In Aerocity 🤳 Call Us +919599264170
Call Girls In Aerocity 🤳 Call Us +919599264170Escort Service
 
CHROMATOGRAPHY and its types with procedure,diagrams,flow charts,advantages a...
CHROMATOGRAPHY and its types with procedure,diagrams,flow charts,advantages a...CHROMATOGRAPHY and its types with procedure,diagrams,flow charts,advantages a...
CHROMATOGRAPHY and its types with procedure,diagrams,flow charts,advantages a...university
 
SaaStr Workshop Wednesday w/ Kyle Norton, Owner.com
SaaStr Workshop Wednesday w/ Kyle Norton, Owner.comSaaStr Workshop Wednesday w/ Kyle Norton, Owner.com
SaaStr Workshop Wednesday w/ Kyle Norton, Owner.comsaastr
 
PAG-UNLAD NG EKONOMIYA na dapat isaalang alang sa pag-aaral.
PAG-UNLAD NG EKONOMIYA na dapat isaalang alang sa pag-aaral.PAG-UNLAD NG EKONOMIYA na dapat isaalang alang sa pag-aaral.
PAG-UNLAD NG EKONOMIYA na dapat isaalang alang sa pag-aaral.KathleenAnnCordero2
 
proposal kumeneger edited.docx A kumeeger
proposal kumeneger edited.docx A kumeegerproposal kumeneger edited.docx A kumeeger
proposal kumeneger edited.docx A kumeegerkumenegertelayegrama
 
The Ten Facts About People With Autism Presentation
The Ten Facts About People With Autism PresentationThe Ten Facts About People With Autism Presentation
The Ten Facts About People With Autism PresentationNathan Young
 

Dernier (19)

Chizaram's Women Tech Makers Deck. .pptx
Chizaram's Women Tech Makers Deck.  .pptxChizaram's Women Tech Makers Deck.  .pptx
Chizaram's Women Tech Makers Deck. .pptx
 
Event 4 Introduction to Open Source.pptx
Event 4 Introduction to Open Source.pptxEvent 4 Introduction to Open Source.pptx
Event 4 Introduction to Open Source.pptx
 
DGT @ CTAC 2024 Valencia: Most crucial invest to digitalisation_Sven Zoelle_v...
DGT @ CTAC 2024 Valencia: Most crucial invest to digitalisation_Sven Zoelle_v...DGT @ CTAC 2024 Valencia: Most crucial invest to digitalisation_Sven Zoelle_v...
DGT @ CTAC 2024 Valencia: Most crucial invest to digitalisation_Sven Zoelle_v...
 
Internship Presentation | PPT | CSE | SE
Internship Presentation | PPT | CSE | SEInternship Presentation | PPT | CSE | SE
Internship Presentation | PPT | CSE | SE
 
Dutch Power - 26 maart 2024 - Henk Kras - Circular Plastics
Dutch Power - 26 maart 2024 - Henk Kras - Circular PlasticsDutch Power - 26 maart 2024 - Henk Kras - Circular Plastics
Dutch Power - 26 maart 2024 - Henk Kras - Circular Plastics
 
Early Modern Spain. All about this period
Early Modern Spain. All about this periodEarly Modern Spain. All about this period
Early Modern Spain. All about this period
 
THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...
THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...
THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...
 
RACHEL-ANN M. TENIBRO PRODUCT RESEARCH PRESENTATION
RACHEL-ANN M. TENIBRO PRODUCT RESEARCH PRESENTATIONRACHEL-ANN M. TENIBRO PRODUCT RESEARCH PRESENTATION
RACHEL-ANN M. TENIBRO PRODUCT RESEARCH PRESENTATION
 
Quality by design.. ppt for RA (1ST SEM
Quality by design.. ppt for  RA (1ST SEMQuality by design.. ppt for  RA (1ST SEM
Quality by design.. ppt for RA (1ST SEM
 
Mathan flower ppt.pptx slide orchids ✨🌸
Mathan flower ppt.pptx slide orchids ✨🌸Mathan flower ppt.pptx slide orchids ✨🌸
Mathan flower ppt.pptx slide orchids ✨🌸
 
Application of GIS in Landslide Disaster Response.pptx
Application of GIS in Landslide Disaster Response.pptxApplication of GIS in Landslide Disaster Response.pptx
Application of GIS in Landslide Disaster Response.pptx
 
INDIAN GCP GUIDELINE. for Regulatory affair 1st sem CRR
INDIAN GCP GUIDELINE. for Regulatory  affair 1st sem CRRINDIAN GCP GUIDELINE. for Regulatory  affair 1st sem CRR
INDIAN GCP GUIDELINE. for Regulatory affair 1st sem CRR
 
Engaging Eid Ul Fitr Presentation for Kindergartners.pptx
Engaging Eid Ul Fitr Presentation for Kindergartners.pptxEngaging Eid Ul Fitr Presentation for Kindergartners.pptx
Engaging Eid Ul Fitr Presentation for Kindergartners.pptx
 
Call Girls In Aerocity 🤳 Call Us +919599264170
Call Girls In Aerocity 🤳 Call Us +919599264170Call Girls In Aerocity 🤳 Call Us +919599264170
Call Girls In Aerocity 🤳 Call Us +919599264170
 
CHROMATOGRAPHY and its types with procedure,diagrams,flow charts,advantages a...
CHROMATOGRAPHY and its types with procedure,diagrams,flow charts,advantages a...CHROMATOGRAPHY and its types with procedure,diagrams,flow charts,advantages a...
CHROMATOGRAPHY and its types with procedure,diagrams,flow charts,advantages a...
 
SaaStr Workshop Wednesday w/ Kyle Norton, Owner.com
SaaStr Workshop Wednesday w/ Kyle Norton, Owner.comSaaStr Workshop Wednesday w/ Kyle Norton, Owner.com
SaaStr Workshop Wednesday w/ Kyle Norton, Owner.com
 
PAG-UNLAD NG EKONOMIYA na dapat isaalang alang sa pag-aaral.
PAG-UNLAD NG EKONOMIYA na dapat isaalang alang sa pag-aaral.PAG-UNLAD NG EKONOMIYA na dapat isaalang alang sa pag-aaral.
PAG-UNLAD NG EKONOMIYA na dapat isaalang alang sa pag-aaral.
 
proposal kumeneger edited.docx A kumeeger
proposal kumeneger edited.docx A kumeegerproposal kumeneger edited.docx A kumeeger
proposal kumeneger edited.docx A kumeeger
 
The Ten Facts About People With Autism Presentation
The Ten Facts About People With Autism PresentationThe Ten Facts About People With Autism Presentation
The Ten Facts About People With Autism Presentation
 

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/