You are on page 1of 2

Patient Registration

Case Title : Patient Registration

1. Overview:
CARE HOSPITAL is a chain of hospitals operating in different cities with the
same name and mission i.e. to take care of heart patient. They had such
qualified doctors, modern instrument, and sophisticated labs that they were
able to provide quality treatment compared to other hospitals in the country.
Their popularity was increasing such that people from other countries were
also coming for treatment. And by the end of this year they were going to
open a branch in US also. But the problem was, as the popularity was
increasing so was the number of patients. And this has lead to problems in
managing the records of the patients coming to different branches of the
cities. There was lack of synchronization between the branches. The
management was not able to get the exact information regarding the number
of patients and other details, which was required for effectively managing all
the hospitals. Problem also arises when patients were referred from one
hospital to other. Looking at these problems the management decided to take
some concrete steps so that all the hospitals may be synchronized and the
delay caused during transfer of information and the loss may be reduced.
Following were the requirement identified by the management to make a
system which will manage all this:
2. Requirements:
You should create a main page with Login Id and Password. Check for the
different roles and restrict access to perform the specified operations. (I.e.
User cannot Modify/Delete values.). User types are Admin and User.
Read the requirements carefully; Use appropriate fields and normalize the
database where ever necessary.

Provide a feature to register a Patient.


Generate a Unique ID for each Registered Patient.
Patient name, age, Gender and address are mandatory fields.
If Patient selected as Foreigner, then system should capture his passport and
visa details.
Registration Date should be the Current Date.
Patient ID should start with PR.

Case ID: 001

Page 1 of 2

Patient Registration

Check whether the Patient is already Registered or not.


Provide a feature to cancel the Registration which is already registered.
Provide option to search the patient based on name, registration no.
Generate patient registration report with in time period using stored
procedure.
Generate patient medical records (medical history) for a selected patient

Case ID: 001

Page 2 of 2

You might also like