A clinical records management system for the University of Ibadan Veterinary Teaching Hospital. The system manages patient animals, their owners, veterinary cases, diagnoses, treatments, and documents. Each animal receives a unique ID tag (format: VTH_AN_SURNAME_####) ensuring full traceability from case to animal to owner. Supports bulk document uploads, PDF attachments, and a searchable case history. Deployed with Windows installer packaging.
8 features built into this project
Technical problems encountered during development and how each was resolved.
The core architectural problem was that animals were previously linked to cases only by species — meaning a dog named "Rex" owned by Mr. Eze and another dog owned by Mrs. Obi were indistinguishable in case history. Implementing the unique ID tag system and migrating historical records without breaking existing case links required a carefully scripted data migration with rollback support.
Other work in the PHP category
An institutional-grade academic integrity platform that detects plagiarism and AI-generated content in student…
A production-ready classified advertising platform built with Laravel 11, supporting a full three-sided market…
A fully-featured Learning Management System (LMS) built with CodeIgniter 4 and deployed at training.teamodigit…