Skip to content

CW Excellence Factor

School of Health Professions

Our Connection with NHA, AMT, and NCCT  

CW School of Health Professions »

CW maintains affiliations with American Medical Technologists (AMT), the National Healthcareer Association (NHA), the National Center for Competency Testing (NCCT) and has a variety of clinical placement affiliations in the New York Metropolitan region.

CW’s School of Health Professions is also approved by the National Healthcareer Association (NHA) as a testing center to administer the National Certification Examinations for Certified Clinical Medical Assistant, Billing and Coding Specialist, Phlebotomy Technician, EKG Technician, and Electronic Health Record Specialist.

NHA and AMT LogosNCCT Logo

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'); } }); }); });