Patient Information System


Posted Date:     Total Responses: 0    Posted By: Noby Abraham   Member Level: Silver   Points/Cash: 0   


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 NameType
    IdAuto Number
    Namevarchar (50)
    Addressvarchar (255)
    DateOfBirthDateTime
    Phonevarchar (20)
    EmergencyContactvarchar (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 NameType
    IdAuto Number
    Namevarchar (50)
    Addressvarchar (255)
    Phonevarchar (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 NameType
    IdAuto Number
    BedNamevarchar (50)
    RatePerDay Number
    BedTypevarchar (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
    IdAuto Number
    PatientTypeNumber 0 - In patient, 1 - Out Patient
    DoctorIdNumberFor each visit, a doctor will be assigned to the patient.
    BedIdNumberIf the patient type is "In Patient", a bed will be assigned to the user.
    DateofVisitDateTime The date on which the patient visited the hospital
    DateofDischargeDateTimeDate on which patient is discharged from the hospital. If the patient type is "Out Patient", DateofDischarge will be same as DateofVisit
    Symptomsvarchar (1000)The symptoms of the patient
    Diseasevarchar (1000)Disease identified by the doctor.
    Treatmentvarchar (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 ListThis 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 RegistrationThis screen allows to add/edit patient registration
    Patient VisitsThis 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 VisitThis screen allows to add/edit patient visits
    Doctors ListThis screen displays the list of all available doctors, using a datagrid
    Edit Doctor Add/Edit doctors
    Bed ListThis 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...


    Project Feedbacks

    Author: Member Level: BronzeRevenue Score: 1 out of 5
    its how to create the code i need the clear references


    Author: Member Level: BronzeRevenue Score: 2 out of 52 out of 5
    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: Member Level: BronzeRevenue Score: 2 out of 52 out of 5
    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: Member Level: BronzeRevenue Score: 3 out of 53 out of 53 out of 5
    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: Member Level: BronzeRevenue Score: 2 out of 52 out of 5
    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: Member Level: BronzeRevenue Score: 1 out of 5
    Hi,

    This is really good project for basic information.

    Thanks



    Author: Member Level: SilverRevenue Score: 1 out of 5
    Hi,
    Its a good project.


    Author: Member Level: BronzeRevenue Score: 4 out of 54 out of 54 out of 54 out of 5
    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: Member Level: BronzeRevenue Score: 1 out of 5
    Hi,

    How table "Visit" related to a "patient" ?
    I mean how the visit table identifing the history of each patient?



    Author: Member Level: BronzeRevenue Score: 1 out of 5
    I don't have full idea about .net. So, please idea about how to develop this project in c#.net.


    Author: Member Level: BronzeRevenue Score: 2 out of 52 out of 5
    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: Member Level: BronzeRevenue Score: 1 out of 5
    hi,
    this is really good project for basic information.


    Author: Member Level: SilverRevenue Score: 1 out of 5
    can you give me basic ado features


    Author: Member Level: BronzeRevenue Score: 2 out of 52 out of 5
    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: Member Level: BronzeRevenue Score: 1 out of 5
    kindly send me the project at na_gendra2006@hotmail.com


    Author: Member Level: BronzeRevenue Score: 1 out of 5
    nice project


    123.txt
    Author: Member Level: BronzeRevenue Score: 1 out of 5
    nice project


    262340.zip
    Author: Member Level: SilverRevenue Score: 1 out of 5
    good themes,i need, pls can u send me the source code of this project


    Author: Member Level: SilverRevenue Score: 1 out of 5
    Hi i need this project code and database
    my mail id:sabimagi@yahoo.com


    Author: Member Level: SilverRevenue Score: 4 out of 54 out of 54 out of 54 out of 5
    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: Member Level: SilverRevenue Score: 2 out of 52 out of 5
    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: Member Level: BronzeRevenue Score: 1 out of 5
    can u please mail source code r either screenshots to shanmukh.gona@gmail.com
    thanku


    Author: Member Level: BronzeRevenue Score: 1 out of 5
    It is interesting for biggeners and helpfull please provide code us


    Author: Member Level: BronzeRevenue Score: 2 out of 52 out of 5
    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: Member Level: BronzeRevenue Score: 1 out of 5
    Really Nice




    Author: Member Level: BronzeRevenue Score: 1 out of 5
    please give or sent me the source code please plese....please.....please

    mahi_cse.du@yahoo.com


    Author: Member Level: GoldRevenue Score: 1 out of 5
    plz plz plz plz plz send me the project

    at waqarnaeem2@hotmail.com


    Author: Member Level: GoldRevenue Score: 1 out of 5
    kindly send me the project at waqarnaeem2@hotmail.com.


    Author: Member Level: GoldRevenue Score: 1 out of 5
    Kindly send me the source code at waqarnaeem2@hotmail.com
    please.


    Author: Member Level: BronzeRevenue Score: 2 out of 52 out of 5
    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: Member Level: GoldRevenue Score: 1 out of 5
    Can u please gine me the source code fort the above project.


    Author: Member Level: GoldRevenue Score: 4 out of 54 out of 54 out of 54 out of 5
    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: Member Level: GoldRevenue Score: 1 out of 5
    Hi,
    Really good Information


    Author: Member Level: GoldRevenue Score: 1 out of 5
    Hi,
    Really good Information


    Author: Member Level: GoldRevenue Score: 3 out of 53 out of 53 out of 5
    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: Member Level: SilverRevenue Score: 4 out of 54 out of 54 out of 54 out of 5
    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: Member Level: SilverRevenue Score: 4 out of 54 out of 54 out of 54 out of 5

    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: Member Level: SilverRevenue Score: 2 out of 52 out of 5
    hi..this is Muthuganesh...Nice project description...i want to do this project now..please co-operate me...tanq


    Author: Member Level: GoldRevenue Score: 1 out of 5
    po


    Author: Member Level: GoldRevenue Score: 1 out of 5
    Really nice


    Author: Member Level: GoldRevenue Score: 2 out of 52 out of 5
    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: Member Level: SilverRevenue Score: 2 out of 52 out of 5
    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: Member Level: GoldRevenue Score: 1 out of 5
    For any Academic Projects contact suthaharmca (at)gmail(dot) com


    Post Feedback
    You must Sign In to post a feedback.
    Next Project: SpiderAlerts & Web services
    Previous Project: Web based Address Book

    Return to Project Index

    Post New Project


    Related Projects


    Top Contributors
    Today
      Last 7 Days
        more...

        Awards & Gifts

        Online Members

        More...
         
        Copyright © SpiderWorks Technologies Pvt Ltd., Kochi, India