C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






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: pratheepa tMember Level: BronzeRevenue Score: 2 out of 52 out of 5
    hi,
    As i don't have any practical knowledge about .net coding.Can you please help me out by giving a sample code and please tell how to go about it.


    Author: pratheepa tMember Level: BronzeRevenue Score: 2 out of 52 out of 5
    hi,
    As i don't have any practical knowledge about .net coding.Can you please help me out by giving a sample code and please tell how to go about it.


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


    Author: Anas AhamedMember 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: alaaMember Level: BronzeRevenue Score: 1 out of 5
    plz give me the source code of this projects
    alaahsd@yahoo.com


    Author: AmruthaMember Level: BronzeRevenue Score: 2 out of 52 out of 5
    hai ,
    this is amrutha from india.
    Iam try to do this project.
    Anybody start this project.Plz give advice for me abt this project.



    Author: AmritMember Level: BronzeRevenue Score: 2 out of 52 out of 5
    Hi!This is Amrit.
    nice to meet u......
    Really nice to see your project
    can you pls give me it is very helpful & necessary for me
    Mail id: amritpalsingh1_walia@yahoo.com




    Author: anand suresh kulkarniMember 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: ankitaMember 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: anoodMember Level: BronzeRevenue Score: 5 out of 55 out of 55 out of 55 out of 55 out of 5
    hi
    it is a great project and i need it. cause i am soo weak in this subject

    Steps :
    1. Give a factual description of the proposed database application showing users requirements specification. For each transaction produce the data requirements, in simple English.

    2. Identify and document the main entities types in the view of the enterprise which you have selected in your project and expressed in step 1.

    3. Identify the important relationship types that exist between the entity types that you have identified. Use Entity-Relationship (ER) modeling to visualize the entity and relationships. Determine the multiplicity constraints of relationship types. Check for fan and chasm traps. Check that each entity participants in at least one relationship. Document relationship types.

    4. Identify and associate attributes with the appropriate entity or relationship types. Identify simple/composite attributes, single-valued/multiple-valued attributes, and derived attributes. Document the attributes.

    5. Identify the candidate key(s) for each entity and if there is more than one candidate key, choose one to be the primary key. Document primary and alternate keys for each strong entity. Justify your answer.

    6. Consider the use of enhanced modeling concepts, such as specialization/generalization, aggregation, and composition.


    Part II:
    • Validate the logical model developed in Part I for any two different tables (other than your team members) to ensure it is structurally correct and it supports the required transactions. Construct/Implement normalized tables (to 3NF).
    • I must develop 5 queries that the database system can support.

    it would be greatful if u send me the project to zpearlmagic@yahoo.com





    ITBIS315_project_1st_2008-2009.doc
    Author: Anoop Sam CheriyanMember Level: BronzeRevenue Score: 1 out of 5
    Good attempt. i expect more from u


    Author: S.ArulMember Level: BronzeRevenue Score: 2 out of 52 out of 5
    hi this is Arul, i just started learning .net could you please tell me how to validate the login form for multiple users.....


    Author: arun prabhakarMember Level: BronzeRevenue Score: 1 out of 5
    Hi iam a MCA student Plese give the code for this one

    my email id is arunprabhakar86@gmail.com


    Author: ashimaMember Level: BronzeRevenue Score: 2 out of 52 out of 5
    hey this project seems good n worth working on it, can you please send the source code of the same project.


    regards
    ashima


    Author: MansiMember Level: BronzeRevenue Score: 1 out of 5
    Hi,

    This is really good project for basic information.

    Thanks



    Author: Chanpreet SinghMember Level: BronzeRevenue Score: 4 out of 54 out of 54 out of 54 out of 5
    hi,
    i am very much interested to learn dotnet as a programming language so plz help me with this as your project consist of whole database n pl learning which will be a great help to rookie like me so please mail me the source code and other attachments at- chanpreetvirdi@gmail.com
    Thanks in advance


    Author: sundar PMember Level: BronzeRevenue Score: 3 out of 53 out of 53 out of 5
    hai, this is sundar...
    i want to become a dotnet professional...
    please send clear explanation & source code about this project....
    my email ID:sundar.webdev@gmail.com

    please wish my future enhancements




    Author: deepak.sMember Level: BronzeRevenue Score: 3 out of 53 out of 53 out of 5
    as i am new to dot net programming please help by providing sample projects on any hospital related topics ,because my topic is hospital website and tell me what functionality can be covered under this project


    Author: siriMember Level: BronzeRevenue Score: 1 out of 5
    hi
    this is siri.your project is very nice.u give expalanation excellent.


    Author: rameshMember Level: BronzeRevenue Score: 1 out of 5
    hi i need the complete design...............



    Author: gilbertMember Level: BronzeRevenue Score: 1 out of 5
    hi! This project is very nice. I need the source code.....can u send me that..... my id is inimagilbert@gmail.com


    Author: muhammad adnanMember Level: BronzeRevenue Score: 1 out of 5
    plz give me the source code of this projects
    goodguyrulz@yahoo.com


    Author: gourishMember Level: BronzeRevenue Score: 2 out of 52 out of 5
    hi,
    m developing s/w for health care centre(gym)
    i need ur help...
    menz.. wt 2 do, how 2 do..???
    itz ma final yr project..
    rish_paps@yahoo.com



    Author: Habibur RahamanMember Level: BronzeRevenue Score: 2 out of 52 out of 5
    Hello Sir,
    Really its very good project to learn.I am planning to develop this project.1.Could you please help me to design this project in 3 tier architecture?
    2.Please send me the the DFD of this project to this id: habibur85@rediffmail.com plz..............plz

    Thanks&Regards,
    Habib



    Author: soniMember Level: BronzeRevenue Score: 1 out of 5
    hey..
    can u send me the coding for this project.asap
    mail id-repondez_moi123@hotmail.com


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


    Author: induamthiMember Level: BronzeRevenue Score: 2 out of 52 out of 5
    hi
    this is indumathi.
    nice to meet u......
    Really nice to see your project
    please send me the coding for this project to my mail id
    Mail id: indumathivasanth@gmail.com



    Author: mohammed jafferMember Level: BronzeRevenue Score: 2 out of 52 out of 5
    i need source code for patient information deatils......can u plz send me to my mail id.......jaffr_friendly@yahoo.co.in
    can u tell me how to capture image and video through cam in c# dotnet...


    Author: JagritiMember 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: jebasinghMember Level: BronzeRevenue Score: 1 out of 5
    Hi,

    This is really good project for basic information.

    Thanks








    Author: James TeohMember Level: BronzeRevenue Score: 1 out of 5
    Hi,
    Good design. Kindly send me the project at jms_teoh@yahoo.com
    regards


    Author: Vinod PCMember 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: Juhee NavithaMember Level: BronzeRevenue Score: 1 out of 5
    Hi I'm doing MCA...can u plz send me the source code for this project?

    My Email id: juheeheera@gmail.com


    Author: khyatiMember Level: BronzeRevenue Score: 1 out of 5
    hii
    thankz 4 help. this is d right way to develope a project. could u give me the source code,dfd


    Author: Kiran KumarMember Level: BronzeRevenue Score: 5 out of 55 out of 55 out of 55 out of 55 out of 5
    I could not get this sentence right.

    "Visit table is a detail table where we create a record for each visit of each patient."

    How do we associate a patient's visit with a 'visit' recorded into Visit table and how do we filter the visits by patient name when there is no 'patientName' column in the visit table.

    If any one has the project code and related details please post a message regarding the same.


    Author: LoganayakiMember Level: BronzeRevenue Score: 2 out of 52 out of 5
    Hi, 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: kl_mca@yahoo.co.in



    Author: LoganayakiMember Level: BronzeRevenue Score: 3 out of 53 out of 53 out of 5
    Hi,

    I don't have any practical knowledge in .net coding.
    But, I have to do a project in Hospital Management System-Inpatient(FEnd: VB.Net,BEnd: Access).
    I need this project!!
    It would be greatful if you send this project to my id.




    Author: MathivananMember 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: MadhuMember Level: BronzeRevenue Score: 3 out of 53 out of 53 out of 5
    Hi this is Madhu, this is really good project for basic information, but i don't have any practical knowledge about .net coding.Can you please help me out by giving a sample code and please tell how to go about it.


    Author: ManjuMember Level: BronzeRevenue Score: 1 out of 5
    Could you please send me the Code. manju2606@yahoo.com


    Author: ManjuMember Level: BronzeRevenue Score: 1 out of 5
    please share the code..

    manju_2606@yahoo.com
    manju2606@gmail.com


    Author: Manish GangrajMember Level: BronzeRevenue Score: 1 out of 5
    hi,
    this is really good project for basic information.


    Author: ACHAL GARGMember Level: BronzeRevenue Score: 1 out of 5
    hi itz awesome work bt can u plz let me have d code ........ i add. is mickey071@gmail.com


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


    Author: NagendraMember Level: BronzeRevenue Score: 1 out of 5
    kindly send me the project at na_gendra2006@hotmail.com


    Author: swatiMember Level: BronzeRevenue Score: 1 out of 5
    pls pls send me the source code of this project



    Author: nhoctuanhMember Level: BronzeRevenue Score: 2 out of 52 out of 5
    Hi!This is Amrit.
    nice to meet u......
    Really nice to see your project
    can you pls give me it is very helpful & necessary for me


    Author: Omar AkhtarMember Level: BronzeRevenue Score: 1 out of 5
    This is a very excellent project. Kindly send me the project at omaragainonthetrack@gmail.com


    Author: Om Prakash SharmaMember Level: BronzeRevenue Score: 1 out of 5
    Can u please send me the source code


    ma email is op_ode@ymail.com

    PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ...PLZ... i need i ! Its very Urgent


    Author: Mathew P.J.Member Level: BronzeRevenue Score: 2 out of 52 out of 5
    If you are ready to finish the project as per my requirement contact me will be paid.
    pjmathew@hotmail.com



    Author: prakash deepMember Level: BronzeRevenue Score: 1 out of 5
    i ned asp.net project for leanring that so plz send some project


    Author: Rajbhadrasinh RanaMember 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 : rajbhadrarana@gmail.com

    pls help me..............


    Author: rajeshwarMember Level: GoldRevenue Score: 1 out of 5
    good themes,i need, pls can u send me the source code of this project


    Author: Ram Jay MendozaMember Level: BronzeRevenue Score: 3 out of 53 out of 53 out of 5
    hi.. this is ram jay.. i have a project intitled recipe management system..will you give some points or tips to do that.. specially in database.. make it simple because i am bigginer in SQL, i know more in access so please indicate whate database tool that i will use..


    Author: Ram Jay MendozaMember Level: BronzeRevenue Score: 1 out of 5
    can you send me the coding of this project.. ramjay_mendoza@yahoo.com


    Author: sameerMember Level: BronzeRevenue Score: 1 out of 5
    can anyone send me d coding @ my id.-sam_3787@yahoo.co.uk....plz i need it urgently....


    Author: sameerMember Level: BronzeRevenue Score: Revenue Score: 0



    Minutes_of_Meeting-with_Rakesh_goyal.doc
    Author: shanmugaMember Level: BronzeRevenue Score: 2 out of 52 out of 5
    i need the homepage design part of patient information system and the source code used for this project. pls send to my mailid sangari_mca@yahoo.com


    Author: shanmugaMember Level: BronzeRevenue Score: 1 out of 5
    plz give information about design part of pis and source code used here and
    send the source code to my mail id sangari_mca@yahoo.com.


    Author: SanjayMember Level: BronzeRevenue 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: SHUBHMember Level: BronzeRevenue Score: 2 out of 52 out of 5
    I AM A STUDENT OF MCA.I WANT TO DEVELOP THIS PROJECT,PLZ HELP ME CAN U EMAIL ME THIS PROJECTS DFD PLZ SEND ME.........


    Author: siriMember Level: BronzeRevenue Score: 2 out of 52 out of 5
    As i don't have any practical knowledge about .net coding.Can u please gine me the source code fort the above project.My e-mail id is siri_gaddipati2yahoo.co.in.please send me.it's urgent.


    Author: siriMember Level: BronzeRevenue Score: 2 out of 52 out of 5
    As i don't have any practical knowledge about .net coding.Can u please send me the source code for the above project.My e-mail id is siri_gaddipati@yahoo.co.in.please send me.it's urgent.


    Author: sivarajMember 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: prachi Member Level: BronzeRevenue Score: 1 out of 5
    hi

    give me more information about this project


    Author: sowmyaMember Level: BronzeRevenue Score: 1 out of 5
    can u plz send the modules for patient information system


    Author: srikanthMember Level: BronzeRevenue Score: 2 out of 52 out of 5
    This project description is very nice and i need confirmation about screens in this application i.e.,how many screens this application required?

    Srikanth puri


    Author: sunitha sundaresanMember Level: BronzeRevenue Score: 2 out of 52 out of 5
    I AM A MCA STUDENT.I WANT EHIS PROJECTS CODEING.PLZ HELP ME CAN U SEND THIS PROJECTS CODING TO MY EMAIL.PLZZZZ.....


    Author: sureshMember Level: BronzeRevenue Score: 2 out of 52 out of 5
    hi
    i m suresh, i need code and document for patient information system....
    plz, send to my mail..

    my mail:suresh25488@gmail.com



    Patient Information System.doc
    Author: sureshMember Level: BronzeRevenue Score: 2 out of 52 out of 5
    dear sir
    can you send code for how to save data to database when click a button in asp.net(vb langugage).?
    mail id: suresh.daac@gmail.com



    Author: SuyogMember Level: BronzeRevenue Score: 1 out of 5
    Really Nice




    Author: tasneemMember Level: BronzeRevenue Score: 3 out of 53 out of 53 out of 5
    hi i m too new to .net i m learning .net n even searching for a .net job but i ihave to do a mini project on vb.net and c#.net i wan to submit this project plz will u help to work out with this
    mail me at tasneem.s@live.com


    Author: mahfuz babuMember 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: UsmanMember Level: BronzeRevenue Score: 2 out of 52 out of 5
    hii
    Project Design & Description is awesome. can you please provide me the source code of the project ? i'll b very thankful to you

    My email id is: usman_99@hotmail.com


    Author: vandanaMember Level: BronzeRevenue Score: 2 out of 52 out of 5
    hey!
    a great project. If anyone has worked on it with vb.net can you please send me the source code...thanks in advance...vansonali@yahoo.com


    Author: vinayMember Level: BronzeRevenue Score: 3 out of 53 out of 53 out of 5
    Hiiiii......... This is vinay....

    Your project is very nice..... I want to get source code of this project....

    please send source cod of this project to my E-mail Id...

    My Email Id : vinayak.niki@gmail.com


    Author: vidhya santhoshMember Level: BronzeRevenue Score: 1 out of 5
    Can you help me to draw the DFD of this project


    Author: Vigneshwari.SMember Level: BronzeRevenue Score: 4 out of 54 out of 54 out of 54 out of 5
    The kind of this project is little different from other and good one to get the knowledge in .net.I want to get practice with this project to get the job.Please send me the source code and all other details to my mail id(vigni.1983@gmail.com,vigni_83@yahoo.co.in)
    Thanks in advance.
    Regards,
    Vigneshwari.S


    Author: vijayMember Level: BronzeRevenue Score: 1 out of 5
    i m working 4 dhanvntri health plus ERP.
    it is really helped me to got idea..


    Author: HaMember Level: BronzeRevenue Score: 2 out of 52 out of 5
    Hi
    can u plz send the modules for patient information system
    my gmail is vuhongha21@gmail.com

    thank!


    Author: waqarMember Level: SilverRevenue Score: 1 out of 5
    plz plz plz plz plz send me the project

    at waqarnaeem2@hotmail.com


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


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


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


    Author: BuntyMember Level: DiamondRevenue 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: DeepaMember Level: DiamondRevenue Score: 1 out of 5
    Hi,
    Really good Information


    Author: DeepaMember Level: DiamondRevenue Score: 1 out of 5
    Hi,
    Really good Information


    Author: sureshMember Level: SilverRevenue 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: MahendraMember 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: Rajeev Kumar DubeyMember 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: MuthuganeshkumarMember 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: pappanMember Level: GoldRevenue Score: 1 out of 5
    po


    Author: UltimateRenganMember Level: DiamondRevenue Score: 1 out of 5
    Really nice


    Author: surbhiMember 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


    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



    dotNet Slackers

    About Us    Contact Us    Privacy Policy    Terms Of Use