Patients Information System

This application allows a Doctor to keep track of his/her patients. It allows Front-office /Doctor to enter the details of patients, visit details, drugs prescribed and test conducted.

This application allows Front-office to enter details of drugs and test into database.

Doctor can query patients by name and they get details regarding the patients.

Doctor can get visits history of patients. Doctor can also retrieve drugs used and tests conducted for each visit.

Technologies and Products Used

Steps to download, deploy and run this project

The following are the steps to related to be taken to run the existing part of the application:
  1. Download pis.zip and unzip it into any directory in your system. For example, if you extract to d:\ then it will create a directory d:\pis. This download contains all that is required for project including database.
  2. Open Visual Web Developer 2005 Express Edition or Visual Studio.NET 2005.
  3. Open the project from the directory into which you extracted project.For example, d:\pis
  4. Goto Solution Explorer and make default.aspx the startup page.
  5. Run project from VWD 2005 Express Edition or Visual Studio.NET 2005.
  6. You should see default.aspx page.