Skip to content

School of Human and Social Services

Public Health and Human Services Programs in White Plains, NY

Get your degree at CW’s School of Public Health and Human Services and launch your professional career in the medical field!

The School of Health Professions at The College of Westchester serves as a leader in the education of innovative and responsible allied health professionals. These include graduates of our Medical Assistant Management, Health Information Management, Healthcare Services Administration and Health Services Administration programs.

CW Excellence Factor – School of Health Professions is Recognized by American Medical Technologists and Approved by the National Healthcareer Association »

Bachelor’s

Associate

Online

Chairperson Message

Dr. Ann rodier

Chairperson and Assistant Professor, School of Human and Social Services
Ph.D. Fordham University
MS Fordham University
BA SUNY Albany
Certifications: Allied Health Instructor (AHI)

Are You College and Career Ready? Find Out! Take the CW "College and Career Readiness Quiz"

This fun, online quiz takes 3-minutes to complete and you’ll get a personalized report. Identify your strengths and social style plus the training and positions you’re best suited for. Get Your Career Training Readiness Score Now.

Is a Rewarding Career in Health Professions Right For You? Get More Info…

If you’re interested in learning more about careers in Health Professions and exploring if The College of Westchester is right for you, fill out the form on this page to receive more information.

For immediate questions, call 914-831-0200.

document.addEventListener("DOMContentLoaded", function() { // Get all accordion toggle elements var accordions = document.querySelectorAll('.accordion-toggle'); // Add click event listeners to each accordion toggle accordions.forEach(function(accordion) { accordion.addEventListener('click', function() { // Get the panel-collapse element directly following this accordion-toggle var panelCollapse = this.nextElementSibling; // Check if this panel-collapse is currently open var isOpen = panelCollapse.classList.contains('open'); // Remove 'open' class from all panel-collapses accordions.forEach(function(acc) { var collapse = acc.nextElementSibling; collapse.classList.remove('open'); }); // Toggle 'open' class only on the clicked panel-collapse if (!isOpen) { panelCollapse.classList.add('open'); } }); }); });