You are on page 1of 21

Introduction

System System

Analysis design in the project

Modules Work Work

done so far to be done

Conclusion

It

is a website which shows and helps you to collect most of the information about Hospitality and Medical Services Doctors can register in website and patients can take their appointments through this site. Hospitals also can register here and patients can take their appointments of doctors in that Hospital through this site. It can use by the public to view the list of doctors available in their Cities and take appointments of doctors with the help of this site.

This

site will help you to find the blood donators, heart donators, kidney donators and eye donators. This site also helps to post Ads. There will be online help for patients who want to clear doubts through e-mail facility. The site will help you to find home nurses. It also includes a 24hrs Accidental Care Transport Service (ACTS).

Existing

Systems

Manual management of patients appointments with doctors. No proper information about the doctors availability. Difficult to search the free time of doctors for taking suggestions Quality of services are not provided Need of efficient and effective web application for doctors, patients, donors and hospitals

Proposed

System

Online appointments with doctors are provided Easy access of information about the hospitals and doctors It Helps patients by providing information about the doctors It helps donors such as blood donors, eye donors to register online. It provides facilities for the hospitals by efficient data management. Doctors can manage time efficiently by scheduling their appointments. Simple user interface.

It

should provide a login facility for doctor, patient, and others Registration form should be given to add users. Ambulance details should be provided for easy access to patients Implement appointment facility for patients. Maintain Doctors personal profile. Admin should be given a privilege to add doctor, delete doctor, modify details Should provide a logout option to terminate the session

Scalability:
User

The present system is designed to process huge amount of hospital data.

friendly: An attempt is made to make

the GUI user interactive.


Security:

separation of users into organization user and administrator with the creation of a login id and password. Usability and testability is of the higher order.

Efficiency:

Consistency

and Extensibility: The codes are

be reused and can be extended to implement other functionalities

Doctors

Login Home

Login Home

View Posts

TPL
Admin Replay

Doctors
Logout

Facilities Logout

Admin
Add Doctor Home

TPL

Doctors

Facilities Doctor List

Hospitals

Admin

Application

Database

1: Request to Add Doctor

2: Request for Details

3: Enter Doctors Details

4: Verify Doctor's Details

5: Store Details in Data Base

6: Reply from Data Source

7: Send message to user

System; System.Data; System.Configuration;

System.Collections;
System.Web; System.Web.Security;

System.Web.UI;
System.Web.UI.WebControls; System.Web.UI.WebControls.WebParts;

System.Web.UI.HtmlControls;

Hospitals
Admin Doctors Patients Donors

Admin
Hospitals

Accept the user name and password from the patients Check for validation For validation use system.data namespace for data base connectivity Using connection string object specify the data source name to connect the SQL database Once the connection is established access the login information from login table. Compare it with user name and password entered by the user If it is valid then he is a valid user. Allow him to home page If it is invalid then he is not a valid user. Display error message

Check

for authentication of the admin using login details such as username and password If valid then allow him to visit home page In home using hyperlink tool provide a options to browse the options such as add hospitals, add doctors Admin will have a privilege to create, insert and view the hospitals list, doctors list, etc.

Logout

option is given to all the users such as admin, patients, doctors, donors.
using response.redirect() function redirect to the home page of hospice.

By

Patients
Doctors

This

project will support good functioning of the hospitals.


facilities for patients, doctors,

Provide

donors.
Enhancement

of the web application.

You might also like