We will design - you develop it This project is different from the other projects we have listed in this site. We want you to do the project yourself this time. We will provide you the architecture and design of the project. You have to follow the guidelines and do the development yourself. We believe this is the best training we can provide you.
Patient Information System (PIS) - Introduction 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.
Patient Information System - Requirements PIS will support registering patients. Users of this software can search for patients by name, admission date, discharge date etc Users can view the previous visit histories of any patient System can maintain the list of doctors in the hospital PIS can maintain the list of beds/rooms available in the hospital Patients are categorised into "In Patients" and "Out Patients" Designing the Patient Information System 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 Doctor - a doctor will be assigned to each patient. Bed - if patient type is "In Patient", a bed will be assigned to the user. Visit - a patient can visit the hospital any number of times. 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.
Table Name : Patient
When a new patient arrives in a hospital and register, we will add a record to this table. A patient will have only one record in this table.
Fields : | Field Name | Type | | Id | Auto Number | | Name | varchar (50) | | Address | varchar (255) | | DateOfBirth | DateTime | | Phone | varchar (20) | | EmergencyContact | varchar (255) | | DateOfRegistration | DateTime |
Table Name : Doctor
This is a master table, where we maintain the list of all available doctors in the hospital.
Fields : | Field Name | Type | | Id | Auto Number | | Name | varchar (50) | | Address | varchar (255) | | Phone | varchar (20) |
Table Name : Bed
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 : | Field Name | Type | | Id | Auto Number | | BedName | varchar (50) | | RatePerDay | Number | | BedType | varchar (50) |
Table Name : Visit
This is a detail table where we create a record for each visit of each patient.
Fields : | Field Name | Type | Remarks | | Id | Auto Number | | | PatientType | Number | 0 - In patient, 1 - Out Patient | | DoctorId | Number | For each visit, a doctor will be assigned to the patient. | | BedId | Number | If the patient type is "In Patient", a bed will be assigned to the user. | | DateofVisit | DateTime | The date on which the patient visited the hospital | | DateofDischarge | DateTime | Date on which patient is discharged from the hospital. If the patient type is "Out Patient", DateofDischarge will be same as DateofVisit | | Symptoms | varchar (1000) | The symptoms of the patient | | Disease | varchar (1000) | Disease identified by the doctor. | | Treatment | varchar (1000) | Treatment suggested by the doctor. |
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 part of the system.
User Interface design
We need the following screens:
| Screen | Details | | Patient List | This screen uses a data grid to display the list of registered patients. User can enter the partial name of a patient to filter the list of patients by name. Also, it should be possible to filter patients by DateofRegistration. | | Patient Registration | This screen allows to add/edit patient registration | | Patient Visits | This screen uses a data grid to display the list of patient visits. This screen can be filtered by patient name, date of visit, date of discharge etc. | | Patient Visit | This screen allows to add/edit patient visits | | Doctors List | This screen displays the list of all available doctors, using a datagrid | | Edit Doctor | Add/Edit doctors | | Bed List | This screen uses a datagrid to display the list of all available beds in the hospital. | | Edit Bed | Add/Edit bed information |
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.
We will add more information here later...
|
| Author: ABARNA | Member Level: Bronze | Revenue Score:  |
its how to create the code i need the clear references
|
| Author: Anas Ahamed | Member Level: Bronze | Revenue Score:   |
I think its very good to learn the .net so could please send me the source of your project and my mail id is anas.irm@gmail.com
|
| Author: sonu | Member Level: Bronze | Revenue Score:   |
I am working on this project.I will send the whole project code..if any else has developed this project..send me idea how to assign doctor to patient..manually or automically
|
| Author: anand suresh kulkarni | Member Level: Bronze | Revenue Score:    |
hi i am new to this site . i work in vfp9 i have no idea how code with .net even though i just don't have .net on my computer but as i saw the method of project i just liked it will u help me how to install .net and how to start with . thanks anand
|
| Author: ankita | Member Level: Bronze | Revenue Score:   |
HI can u plz give a little more info like which screen will be attached with which database .thanks my email id is ankita2101@gmail.com
|
| Author: Mansi | Member Level: Bronze | Revenue Score:  |
Hi,
This is really good project for basic information.
Thanks
|
| Author: mahesh | Member Level: Silver | Revenue Score:  |
Hi, Its a good project.
|
| Author: Jagriti | Member Level: Bronze | Revenue Score:     |
Hi, this is jagriti nice table design!! I have to do this project.. Can u help me by sending the following info of this project: Source Code,DFD,Screens. Can u send these to my id: jagriti06@gmail.com regards jagriti
|
| Author: Vinod PC | Member Level: Bronze | Revenue Score:  |
Hi,
How table "Visit" related to a "patient" ? I mean how the visit table identifing the history of each patient?
|
| Author: Mathivanan | Member Level: Bronze | Revenue Score:  |
I don't have full idea about .net. So, please idea about how to develop this project in c#.net.
|
| Author: manav jha | Member Level: Bronze | Revenue Score:   |
hi....... i want the code of this project. can you pls give me it is very helpful & necessary for me Pls
my mail id is : manu.jha.1@gmail.com
pls help me..............
|
| Author: Manish Gangraj | Member Level: Bronze | Revenue Score:  |
hi, this is really good project for basic information.
|
| Author: Rajeev Kumar Dubey | Member Level: Silver | Revenue Score:  |
can you give me basic ado features
|
| Author: Nachiappan | Member Level: Bronze | Revenue Score:   |
HI All, Any one got the source for this project, I am a learner, If i got this source means which is very useful.
|
| Author: Nagendra | Member Level: Bronze | Revenue Score:  |
kindly send me the project at na_gendra2006@hotmail.com
|
| Author: prudhvi raj | Member Level: Bronze | Revenue Score:  |
nice project
123.txt |
| Author: prudhvi raj | Member Level: Bronze | Revenue Score:  |
nice project
262340.zip |
| Author: rajeshwar | Member Level: Silver | Revenue Score:  |
good themes,i need, pls can u send me the source code of this project
|
| Author: mehala | Member Level: Silver | Revenue Score:  |
Hi i need this project code and database my mail id:sabimagi@yahoo.com
|
| Author: Sanjay | Member Level: Silver | Revenue Score:     |
Hello, Thanks for sharing your knowledge . As per my knowledge now i am going to implement this system. i want to design clinic management .I want to know which and how many possible reports will system generate if you don't want to share your code then please share at least .Exe or DEMO of this project. Thanks ---Sanjay.
|
| Author: Satya Gurucharan | Member Level: Silver | Revenue Score:   |
Hi ,
Can you send me the project to my email address # satya.gurucharan@gmail.com
Request to send the me the complete project and database. It would be a great help..
Thanks Satya
|
| Author: shanmukhgona | Member Level: Bronze | Revenue Score:  |
can u please mail source code r either screenshots to shanmukh.gona@gmail.com thanku
|
| Author: Shashi Kant Sharma | Member Level: Bronze | Revenue Score:  |
It is interesting for biggeners and helpfull please provide code us
|
| Author: sivaraj | Member Level: Bronze | Revenue Score:   |
hi....... i want the code of this project. can you please give me it is very helpful & necessary for me
my mail id is : sivaraj333@yahoo.com
please help me..............
|
| Author: Suyog | Member Level: Bronze | Revenue Score:  |
Really Nice
|
| Author: mahi | Member Level: Bronze | Revenue Score:  |
please give or sent me the source code please plese....please.....please
mahi_cse.du@yahoo.com
|
| Author: Ali | Member Level: Gold | Revenue Score:  |
plz plz plz plz plz send me the project
at waqarnaeem2@hotmail.com
|
| Author: Ali | Member Level: Gold | Revenue Score:  |
kindly send me the project at waqarnaeem2@hotmail.com.
|
| Author: Ali | Member Level: Gold | Revenue Score:  |
Kindly send me the source code at waqarnaeem2@hotmail.com please.
|
| Author: sameer | Member Level: Bronze | Revenue Score:   |
hi....... i want the code of this project. can you pls give me it is very helpful & necessary for me Pls
my mail id is : sameer.shinde87@gmail.com
pls help me..............
|
| Author: Arun Gandhi | Member Level: Gold | Revenue Score:  |
Can u please gine me the source code fort the above project.
|
| Author: Bunty | Member Level: Gold | Revenue Score:     |
Hi, Really ausum piece of information regarding project on patient information. Good to start on. Clearly explain each and every table required to create. All requirement are clearly mention. Really very good project. Keep posting. Thanks for sharing your knowledge. And upgrading my knowledge my knowledge.
|
| Author: Deepa | Member Level: Gold | Revenue Score:  |
Hi, Really good Information
|
| Author: Deepa | Member Level: Gold | Revenue Score:  |
Hi, Really good Information
|
| Author: suresh | Member Level: Gold | Revenue Score:    |
Hey i have done project like this almoast same user interfence i can do it whole and give to you.I have doin shudule calender for docters to share there appointments with other doctors.Please Email me:suriram2000@gmail.com
new_resume.doc |
| Author: Mahendra | Member Level: Silver | Revenue Score:     |
Its good but here is only structre of the project not a view and coding of back end and frunt end coding, i want the full project of this project and connectivity of database. and also i want the project is web based and distributed both type and any such type of full projent u have then please give me full detail
thanks in advance Mahendra Bisht
|
| Author: Rajeev Kumar Dubey | Member Level: Silver | Revenue Score:     |
it is realy helpfull to bigginers Hi, Really ausum piece of information regarding project on patient information. Good to start on. Clearly explain each and every table required to create. All requirement are clearly mention. Really very good project. Keep posting. Thanks for sharing your knowledge. And upgrading my knowledge my knowledge.
|
| Author: Muthuganeshkumar | Member Level: Silver | Revenue Score:   |
hi..this is Muthuganesh...Nice project description...i want to do this project now..please co-operate me...tanq
|
| Author: pappan | Member Level: Gold | Revenue Score:  |
po
|
| Author: Ultimaterengan | Member Level: Gold | Revenue Score:  |
Really nice
|
| Author: siva | Member Level: Gold | Revenue Score:   |
Hi, Its really nice. I would like learn such type of things.
It will be greatful for me to send the files.
Thanks Rakesh, Siva Sreenath
|
| Author: surbhi | Member Level: Silver | Revenue Score:   |
hi,,,
can u plz send me the coding files of your project.... please will be waiting for your response mail me at surbhi.july86@gmail.com
thanks regards
|
| Author: suthaharan | Member Level: Gold | Revenue Score:  |
For any Academic Projects contact suthaharmca (at)gmail(dot) com
|