Patient Information System
Patient Information System
Posted Date: Total Responses: 0 Posted By: Noby Abraham Member Level:
Silver Points/Cash: 0
We will design -
you develop it
project.
This software can be used to keep track of the patients registering in a hospital or clinic. Also, this
system
supports accessing the previous visit histories of any patient, search for patients by name and other
properties etc.
Users of this software can search for patients by name, admission date, discharge date etc
The first step is to identify the different entities in the system. The following entities are identified
in our PIS :
Patient - a patient is the person who visit the hospital for treatment/consultation
Bed - if patient type is "In Patient", a bed will be assigned to the user.
Database design
You can choose SQL Server or MS Access as the database for this project.
Let us design a table corresponding to each entity so that we can save those entities.
When a new patient arrives in a hospital and register, we will add a record to this table. A patient
Fields :
Field Name Type
Id Auto Number
DateOfBirth DateTime
DateOfRegistration DateTime
Fields :
Id Auto Number
This is a master table where maintain the list of all beds (rooms) in the hospital. Before we start
assigning a bed to a patient, we must have created all available beds in the hospital.
Fields :
Id Auto Number
This is a detail table where we create a record for each visit of each patient.
Fields :
Id Auto Number
Symptoms, Disease and Treatment are sensitive information. In most of the cases, this information
will not be saved into Patient Information System. You can remove those fields if you don't them to
be
Screen Details
DateofRegistration.
Feel free to write your questions and comments as feedback below this page. You can ask any
technical
questions and other general comments and we will try to answer all of them.