patient registration in hospital

20
Patient Registration project

Upload: sanjitkumar

Post on 13-Feb-2017

875 views

Category:

Education


0 download

TRANSCRIPT

Patient Registration

project

ContentIntroductionAbout projectTechnology to be usedData flow diagramReceptionist login(DFD)Admin login(DFD)ER-DiagramData tablephpMyadmin databaseScreen shotTest – casesConclusion

Introduction

The project “Patient Registration” is fully design on PHP , HTML & CSS.The website is for the automation of out patient detail.

ScopeIt can be used in any hospital or dispensary for maintaining patient details.

About projecto This project Patient Registration of patient, storing Their details into the database.

o This website has the facility to give a unique id for everyPatient and store the details of every patient.

o It is accessible either by an doctor or receptionist.

Tools to be used Dreamweaver

Xampp server v3.2.1

Receptionist login(DFD)Receptionist login

Patient database

Logout Add new

Admin login(DFD)Admin login

Logout

Add new

User Patient

Data tableName Address Email Usernam

epassword

Kamlesh kumar

roorkee [email protected]

kamlesh 123

Mohan singh Patna [email protected]

Mohan 123Hello Patanjali [email protected]

mHellosir 123

Patient detail table Name Disease Date of join Mobile Address Gita kumari Fever 30-nov 34565456

56haridware

Sohan Cough 30-nov 8987678767

Roorkee

Viksh Eye 30-nov 7876787678

Roorkee

User information

Screen shotsMain patient registration form

Patient database

New patient registration

Main admin form

User database

New user registration form

User update form

Patient update form

Validation

Test no. description Test data Expected result

Actual result

1. Clicking the login in PR form invalid username and password by receptionist.

Username =“abc”Password =“abc”

A message box should display which contains invalid username and password.

Pass

2. Clicking the login in PR form invalid username and password by doctor.

Username =“doctor”Password =“abc”

A message box should display which contains invalid username and password.

Pass

Test case for login

Test no. Description Expected result Actual result1. Clicking the

delete button.Data not deleted from tables.

Pass

2. Clicking on submit button without filling the form.

The form will be not submitted or give some error message.

Pass

3. Clicking on submit button for updating form after update.

The form will be not submitted or give some error message.

Pass

Validation for new user and update form

ConclusionThe project Patient Registration is for computerizing the working in a hospital.

The website take care for the requirement of registration andIs capable to provide easy and effective storage of informationrelated patients that come up to the hospital.

It generate the registration of patient detail.

Thank you