as

Sunday 26 January 2014

Blood Bank Management Project in C#.Net

In this article I am going describe how you can develop the product for blood bank management system in C#.

Project Synopsis

Blood bank management will involve development of the software which will meet below requirements.
  1. We should be able to register the blood donor.
  2. We should be able to find how much amount of blood is available in blood bank for the given blood group
  3. We should be able to track which patient was provided the blood of the given donor.
  4. We should be able to record who has donated blood and when and how many times.

Project Technology

We will be designing the system in C# and we will use MS-Access as our database management system. But you can use any other DBMS like sql server or oracle etc.

Project design and Development

We can design our project using MDI form. We will have central MDI form. We will create one form for each table in the database.
Tables that we are going to create are mentioned below.
  1. Donor
  2. Blood Donations
  3. Blood Transfers

Source Code in C#.Net

If you need full source code of this project, you can mail me at reply2sagar@gmail.com. Many students in final year from computer engineering, diploma in IT, MCA, BCA, MCS, BCS, MCM, BCM branches have found this project very useful. 

What do you think on this topic? Please express your opinion through comment below

Sponsored Links

Popular Posts

Comments

ShareThis