Blood Bank Management System
This system helps hospitals request blood, donors register their availability, and the blood bank manage its inventory.
Choose your role to continue:
This table shows sample availability data. In the final system, it will be updated from the blood bank inventory.
| Blood Group | Available Units | Status |
|---|---|---|
| A+ | 12 | OK |
| A- | 4 | Low |
| B+ | 8 | OK |
| B- | 2 | Low |
| O+ | 15 | OK |
| O- | 1 | Critical |
| AB+ | 6 | OK |
| AB- | 0 | Critical |
This data is fetched in real time from a public API
(api.rootnet.in) that provides hospital and bed statistics
for Indian states.
Waiting for data...