MediNet+
A multi-user hospital management system, patient registration, scheduling, prescriptions, billing, wards, backed by a dedicated TCP server and 85+ automated tests.

The Problem
Hospital workflows span roles with very different needs: admins register and bill, doctors prescribe, nurses manage wards. One system has to serve all three concurrently without stepping on shared data.
What I Built
A C#/Windows Forms system with a three-class SQL Server data access layer (parameterized queries throughout), a SimpleTCP client-server architecture powering real-time multi-role dashboards, and PDF report generation.
The Result
85+ MSTest methods across unit, integration, and system tiers, covering patient workflows, billing calculations, server connectivity, and database operations, kept every feature verifiable.