The Basic Sciences departments and their labs are located in the old block. These departments teach basic medical sciences to the fresh undergraduate students, and applied basic sciences to the postgraduate students.

Department of General Anatomy

Department of Physiology

Department of Biochemistry

Department of Pharmacology

Department of Microbiology

Department of General Pathology

Department of General Medicine

Department of General Surgery

Chat with KSR Institutions on WhatsApp window.addEventListener("load", function() { var links = document.querySelectorAll('.committee-list a'); links.forEach(function(link) { link.addEventListener('click', function(e) { e.preventDefault(); // Remove active from all links links.forEach(function(l) { l.classList.remove('active'); }); this.classList.add('active'); var target = this.getAttribute('data-target'); // Hide all tables var contents = document.querySelectorAll('.committee-content'); contents.forEach(function(div) { div.classList.remove('active'); }); // Show selected table var activeDiv = document.getElementById(target); if (activeDiv) { activeDiv.classList.add('active'); } }); }); });