{"id":206,"date":"2025-04-15T11:17:08","date_gmt":"2025-04-15T15:17:08","guid":{"rendered":"https:\/\/cfcc.edu\/radiography\/?page_id=206"},"modified":"2026-06-09T16:01:01","modified_gmt":"2026-06-09T20:01:01","slug":"ctmri","status":"publish","type":"page","link":"https:\/\/cfcc.edu\/radiography\/ctmri\/","title":{"rendered":"CT and MRI (Coming Soon)"},"content":{"rendered":"<p class=\"text-larger\">Visualize What Others Can\u2019t See<\/p>\n<p>Computed Tomography (CT) and Magnetic Resonance Imaging (MRI) technologists are healthcare professionals trained to use advanced imaging equipment to assist physicians in diagnosing and monitoring disease. These non-invasive scans provide highly detailed images of the human body and are essential tools in modern medical care.<\/p>\n<p>The CT and MRI certificate programs are individual certificates, each designed to be completed in 16 weeks. The CT and MRI certificate program is designed for credentialed imaging professionals seeking to specialize in these high-demand modalities. If you\u2019re a registered radiologic technologist, nuclear medicine technologist, or ultrasound technologist looking to advance your career and make a deeper impact on patient care, CFCC\u2019s CT\/MRI programs can help you get there.<\/p>\n<h4>What You&#8217;ll Learn<\/h4>\n<p>Through academic and clinical studies, students in CFCC\u2019s CT and MRI programs will gain in-depth knowledge and hands-on experience with state-of-the-art imaging technologies. Coursework includes:<\/p>\n<ul class=\"px-3\">\n<li>Cross-sectional anatomy<\/li>\n<li>Imaging protocols and positioning<\/li>\n<li>Patient care and safety procedures<\/li>\n<li>Contrast media administration<\/li>\n<li>Quality assurance and equipment operation<\/li>\n<li>Emergency and trauma imaging techniques<\/li>\n<li>Professional communication and ethical practices<\/li>\n<li>Graduates fulfilling requirements for Computed Tomography may be eligible to sit for the ARRT exam for Computed Tomography <\/li>\n<li>Graduates fulfilling the requirements for Magnetic Resonance Imaging may be eligible to sit for the ARRT exam for Magnetic Resonance Imaging<\/li>\n<\/ul>\n<p>Students will also complete clinical rotations in real-world healthcare settings, where they will perform imaging studies under the guidance of experienced technologists and radiologists.<\/p> <div class=\"p-2 py-4 mb-3\">  <div class=\"iwi-accordion\">  <div id=\"reco-sequences\" class=\"\"> <h4 class=\"iwi-target-container-sequences accordion-alt-heading\"> <a href=\"#\" id=\"container-sequences_control\" aria-controls=\"container-sequences\" class=\"iwi-control iwi-accordion-control\" aria-expanded=\"false\"> Recommended Course Sequence <\/a> <\/h4> <div id=\"container-sequences\" class=\"rounded-lg shadow-sm iwi-target iwi-accordion-container\" aria-labelledby=\"container-sequences_control\" style=\"display: none;\" aria-hidden=\"true\">  <div id=\"cfcc-navigator\" class=\"bg-light p-4 rounded mb-5 border shadow-sm\"> <h4 class=\"mb-3 text-navy font-weight-bold\" id=\"cfcc-nav-title\"><\/h4> <div id=\"cfcc-selector-row\" class=\"row my-3\" >  <div class=\"col-md-6 mb-3\" id=\"dept-select-container\" style=\"display:none;\"> <label class=\"h6\">1. Select Department<\/label>\n                    <select id=\"dept-select\" class=\"form-control\">\n                        <option value=\"\">-- Choose Category --<\/option>\n                    <\/select> <\/div>  <div class=\"col-12 mb-3\" id=\"prog-select-container\"> <label class=\"h6\">Select Program Track<\/label>\n                    <select id=\"prog-select\" class=\"form-control\" disabled>\n                        <option value=\"\">-- Select Code\/Track --<\/option>\n                    <\/select> <\/div>  <\/div>  <div class=\"w-100 mb-3\" id=\"cfcc-global-disclaimer\">  <div class=\"p-2 bg-white border rounded text-muted font-italic\" style=\"border-left: 4px solid #ffc107 !important;\"> For information only. You must be a registered student to select and build your schedule. <\/div>  <\/div>  <div id=\"cfcc-table-container\" class=\"mt-2\">  <\/div>  <div id=\"cfcc-generator-box\" class=\"mt-4 p-3 bg-white border rounded\" style=\"display:none; border-left: 5px solid #ffc107 !important;\"> <p class=\"mb-1 small text-muted\"><strong>Admin Tool:<\/strong> Copy this shortcode to embed this specific sequence on another page:<\/p>\n                <code id=\"generated-shortcode\" class=\"d-block p-2 bg-light border\"><\/code> <\/div>  <\/div> <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            if (typeof cfccNavConfig === 'undefined') return;\n            const cfccData = cfccNavConfig.data;\n            const preSelect = cfccNavConfig.preSelect;\n            const isDefault = cfccNavConfig.isDefault;\n            const displayTotals = cfccNavConfig.displayTotals;\n            const showSelectors = cfccNavConfig.showSelectors;\n            const isAdmin = cfccNavConfig.isAdmin;\n            \n            const deptSelect = document.getElementById('dept-select');\n            const progSelect = document.getElementById('prog-select');\n            const titleElement = document.getElementById('cfcc-nav-title');\n            const tableContainer = document.getElementById('cfcc-table-container');\n            const genBox = document.getElementById('cfcc-generator-box');\n            const genCode = document.getElementById('generated-shortcode');\n\n            function normalizeKeyString(str) {\n                if (!str) return '';\n                return str.toString().toUpperCase().replace(\/[\\u2013\\u2014]\/g, '-').replace(\/\\s+\/g, '').trim();\n            }\n\n            function renderSequence(dept, progId) {\n                if (!cfccData[dept] || !cfccData[dept][progId]) {\n                    tableContainer.innerHTML = ' <div class=\"alert alert-warning\"> Sequence for ' + progId + ' not found. <\/div> ';\n                    titleElement.textContent = ''; return;\n                }\n                if (isAdmin && isDefault) {\n                    genBox.style.display = 'block';\n                    genCode.textContent = '[program_navigator dept=\"' + dept + '\" program=\"' + progId + '\" display_totals=\"' + displayTotals + '\" show_selectors=\"' + showSelectors + '\"]';\n                } else { genBox.style.display = 'none'; }\n                \n                const seq = cfccData[dept][progId];\n                let updatedTitle = isDefault ? 'Recommended Course Sequence:' : '';\n                if (seq.title) { updatedTitle += ' ' + seq.title + ' (' + progId + ')'; } \n                else { updatedTitle += ' (' + progId + ')'; }\n                titleElement.textContent = updatedTitle.trim();\n                \n                let html = '<table class=\"table table-bordered table-striped bg-white\"><thead><tr class=\"bg-primary text-white\"><th>Semester<\/th><th>Recommended Coursework<\/th><\/tr><\/thead><tbody>';\n                let hasData = false;\n\n                for (const [sem, entries] of Object.entries(seq)) {\n                    if (sem !== 'title' && Array.isArray(entries) && entries.length > 0) {\n                        hasData = true;\n                        html += '<tr><th scope=\"row\" style=\"width:25%\"><strong>' + sem + '<\/strong><\/th><td><ul class=\"mb-0\">';\n                        let semesterCredits = 0;\n                        entries.forEach(item => {\n                            let courseText = (item && typeof item === 'object') ? (item.course || '') : (item ? item.toString() : '');\n                            let creditText = (item && typeof item === 'object') ? (item.credits || '') : '';\n                            let displayString = courseText + (creditText !== '' ? ' (' + creditText + ' Credits)' : '');\n                            semesterCredits += parseInt(creditText, 10) || 0;\n\n                            const courseRegex = \/\\b([A-Z]{3})[\\s-]?(\\d{3}[A-Z]*)\\b\/gi;\n                            if (courseRegex.test(courseText)) {\n                                courseRegex.lastIndex = 0;\n                                let linkedContent = displayString.replace(courseRegex, function(fullMatch, deptCode, numCode) {\n                                    return ' <a href=\"https:\/\/selfservice.cfcc.edu\/Student\/Student\/Courses\/Search?keyword=' + deptCode.toUpperCase() + '-' + numCode.toUpperCase() + '&academicLevels=CU\" target=\"_blank\"> <strong>' + fullMatch + '<\/strong> <\/a> ';\n                                });\n                                html += '<li>' + linkedContent + '<\/li>';\n                            } else {\n                                html += '<li class=\"text-dark\" style=\"list-style-type: disc; margin-left: 15px;\"><span>' + displayString + '<\/span><\/li>';\n                            }\n                        });\n                        if (displayTotals && semesterCredits > 0) {\n                            html += '<li class=\"mt-2 list-unstyled font-weight-bold text-primary border-top pt-1\" style=\"font-size:14px;\">Total Credits: ' + semesterCredits + '<\/li>';\n                        }\n                        html += '<\/ul><\/td><\/tr>';\n                    }\n                }\n                tableContainer.innerHTML = hasData ? html + '<\/tbody><\/table>' : ' <div class=\"alert alert-warning\"> No sequence data available. <\/div> ';\n            }\n\n            function updateProgramDropdown(deptValue) {\n                progSelect.innerHTML = '<option value=\"\">-- Select Code\/Track --<\/option>';\n                if (!deptValue || !cfccData[deptValue]) { progSelect.disabled = true; genBox.style.display = 'none'; return; }\n                Object.keys(cfccData[deptValue]).forEach(id => {\n                    let opt = document.createElement('option');\n                    opt.value = id; opt.textContent = id + (cfccData[deptValue][id].title ? ' - ' + cfccData[deptValue][id].title : '');\n                    progSelect.appendChild(opt);\n                });\n                progSelect.disabled = false;\n            }\n\n            Object.keys(cfccData).forEach(tab => {\n                let opt = document.createElement('option'); opt.value = tab; opt.textContent = tab; deptSelect.appendChild(opt);\n            });\n            deptSelect.addEventListener('change', function() { updateProgramDropdown(this.value); });\n            \/*progSelect.addEventListener('change', function() { if (this.value) renderSequence(deptSelect.value, this.value); });*\/\n            progSelect.addEventListener('change', function() {\n    \/\/ 1. Fire your standard course sequence table renderer\n    if (this.value) {\n        renderSequence(deptSelect.value, this.value);\n        \n        \/\/ 2. THE BRIDGE: Sync the Lightcast Career Widget automatically\n        const jobDataSelect = document.getElementById('jobData-select');\n        \n        if (jobDataSelect) {\n            \/\/ Match the incoming code (e.g., \"C25800A\") to the Lightcast option pile\n            const incomingCode = this.value.trim();\n            \n            \/\/ Confirm the Lightcast dropdown actually contains an option for this specific code\n            const optionExists = Array.from(jobDataSelect.options).some(opt => opt.value === incomingCode);\n            \n            if (optionExists) {\n                jobDataSelect.value = incomingCode;\n                \n                \/\/ Force Lightcast's internal display listener to run\n                jobDataSelect.dispatchEvent(new Event('change'));\n            }\n        }\n    }\n});\n\n            if (preSelect.program) {\n                let targetDept = preSelect.dept, targetProg = preSelect.program, matchFound = false;\n                const normalizedInput = normalizeKeyString(targetProg);\n                for (const [deptName, trackObject] of Object.entries(cfccData)) {\n                    for (const uniqueTrackKey of Object.keys(trackObject)) {\n                        if (normalizeKeyString(uniqueTrackKey) === normalizedInput) {\n                            targetDept = deptName; targetProg = uniqueTrackKey; matchFound = true; break;\n                        }\n                    }\n                    if (matchFound) break;\n                }\n                if (matchFound && targetDept) {\n                    deptSelect.value = targetDept; updateProgramDropdown(targetDept); progSelect.value = targetProg; renderSequence(targetDept, targetProg);\n                } else {\n                    tableContainer.innerHTML = ' <div class=\"alert alert-warning\"> Sequence configuration for \"' + preSelect.program + '\" not found. <\/div> ';\n                }\n            } else if (preSelect.dept) {\n                deptSelect.value = preSelect.dept; updateProgramDropdown(preSelect.dept);\n            }\n        });\n        <\/script> <\/div>  <\/div>  <\/div>  <\/div> <h4>Career Opportunities<\/h4>\n<p>The demand for CT and MRI technologists continues to grow as diagnostic imaging becomes increasingly essential in patient care. Graduates of the CT and MRI certificate programs are prepared to work in a variety of healthcare environments, including:<\/p>\n<ul class=\"px-3\">\n<li>Hospitals<\/li>\n<li>Outpatient imaging centers<\/li>\n<li>Emergency care facilities<\/li>\n<li>Specialty clinics<\/li>\n<li>Research institutions<\/li>\n<\/ul>\n<h4>More Information Coming Soon!<\/h4>\n","protected":false},"excerpt":{"rendered":"<p>Visualize What Others Can\u2019t See Computed Tomography (CT) and Magnetic Resonance Imaging (MRI) technologists are healthcare professionals trained to use advanced imaging equipment to assist physicians in diagnosing and monitoring disease. These non-invasive scans provide highly detailed images of the human body and are essential tools in modern medical care. The CT and MRI certificate [&hellip;]<\/p>\n","protected":false},"author":41,"featured_media":218,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_expiration-date-status":"","_expiration-date":0,"_expiration-date-type":"","_expiration-date-categories":[],"_expiration-date-options":[]},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>CT and MRI (Coming Soon) | Cape Fear Community College<\/title>\n<meta name=\"description\" content=\"Enhance your radiography career with a CT and MRI certificate. Hands-on labs and clinical experience from a top rated college.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cfcc.edu\/radiography\/ctmri\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CT and MRI (Coming Soon) | Cape Fear Community College\" \/>\n<meta property=\"og:description\" content=\"Enhance your radiography career with a CT and MRI certificate. Hands-on labs and clinical experience from a top rated college.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cfcc.edu\/radiography\/ctmri\/\" \/>\n<meta property=\"og:site_name\" content=\"Radiography\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/capefearcc\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-09T20:01:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cfcc.edu\/radiography\/wp-content\/uploads\/sites\/116\/2025\/05\/ctmri.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"905\" \/>\n\t<meta property=\"og:image:height\" content=\"522\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@cfcc\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cfcc.edu\/radiography\/ctmri\/\",\"url\":\"https:\/\/cfcc.edu\/radiography\/ctmri\/\",\"name\":\"CT and MRI (Coming Soon) | Cape Fear Community College\",\"isPartOf\":{\"@id\":\"https:\/\/cfcc.edu\/radiography\/#website\"},\"datePublished\":\"2025-04-15T15:17:08+00:00\",\"dateModified\":\"2026-06-09T20:01:01+00:00\",\"description\":\"Enhance your radiography career with a CT and MRI certificate. Hands-on labs and clinical experience from a top rated college.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cfcc.edu\/radiography\/ctmri\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cfcc.edu\/radiography\/#website\",\"url\":\"https:\/\/cfcc.edu\/radiography\/\",\"name\":\"Radiography\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/cfcc.edu\/radiography\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cfcc.edu\/radiography\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/cfcc.edu\/radiography\/#organization\",\"name\":\"Cape Fear Community College\",\"alternateName\":\"CFCC\",\"url\":\"https:\/\/cfcc.edu\/radiography\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cfcc.edu\/radiography\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cfcc.edu\/radiography\/wp-content\/uploads\/sites\/116\/2023\/10\/2023207-214-scaled-e1697832621951.jpg\",\"contentUrl\":\"https:\/\/cfcc.edu\/radiography\/wp-content\/uploads\/sites\/116\/2023\/10\/2023207-214-scaled-e1697832621951.jpg\",\"width\":2560,\"height\":1216,\"caption\":\"Cape Fear Community College\"},\"image\":{\"@id\":\"https:\/\/cfcc.edu\/radiography\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/capefearcc\",\"https:\/\/twitter.com\/cfcc\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"CT and MRI (Coming Soon) | Cape Fear Community College","description":"Enhance your radiography career with a CT and MRI certificate. Hands-on labs and clinical experience from a top rated college.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cfcc.edu\/radiography\/ctmri\/","og_locale":"en_US","og_type":"article","og_title":"CT and MRI (Coming Soon) | Cape Fear Community College","og_description":"Enhance your radiography career with a CT and MRI certificate. Hands-on labs and clinical experience from a top rated college.","og_url":"https:\/\/cfcc.edu\/radiography\/ctmri\/","og_site_name":"Radiography","article_publisher":"https:\/\/www.facebook.com\/capefearcc","article_modified_time":"2026-06-09T20:01:01+00:00","og_image":[{"width":905,"height":522,"url":"https:\/\/cfcc.edu\/radiography\/wp-content\/uploads\/sites\/116\/2025\/05\/ctmri.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@cfcc","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cfcc.edu\/radiography\/ctmri\/","url":"https:\/\/cfcc.edu\/radiography\/ctmri\/","name":"CT and MRI (Coming Soon) | Cape Fear Community College","isPartOf":{"@id":"https:\/\/cfcc.edu\/radiography\/#website"},"datePublished":"2025-04-15T15:17:08+00:00","dateModified":"2026-06-09T20:01:01+00:00","description":"Enhance your radiography career with a CT and MRI certificate. Hands-on labs and clinical experience from a top rated college.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cfcc.edu\/radiography\/ctmri\/"]}]},{"@type":"WebSite","@id":"https:\/\/cfcc.edu\/radiography\/#website","url":"https:\/\/cfcc.edu\/radiography\/","name":"Radiography","description":"","publisher":{"@id":"https:\/\/cfcc.edu\/radiography\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cfcc.edu\/radiography\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cfcc.edu\/radiography\/#organization","name":"Cape Fear Community College","alternateName":"CFCC","url":"https:\/\/cfcc.edu\/radiography\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cfcc.edu\/radiography\/#\/schema\/logo\/image\/","url":"https:\/\/cfcc.edu\/radiography\/wp-content\/uploads\/sites\/116\/2023\/10\/2023207-214-scaled-e1697832621951.jpg","contentUrl":"https:\/\/cfcc.edu\/radiography\/wp-content\/uploads\/sites\/116\/2023\/10\/2023207-214-scaled-e1697832621951.jpg","width":2560,"height":1216,"caption":"Cape Fear Community College"},"image":{"@id":"https:\/\/cfcc.edu\/radiography\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/capefearcc","https:\/\/twitter.com\/cfcc"]}]}},"_links":{"self":[{"href":"https:\/\/cfcc.edu\/radiography\/wp-json\/wp\/v2\/pages\/206"}],"collection":[{"href":"https:\/\/cfcc.edu\/radiography\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cfcc.edu\/radiography\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cfcc.edu\/radiography\/wp-json\/wp\/v2\/users\/41"}],"replies":[{"embeddable":true,"href":"https:\/\/cfcc.edu\/radiography\/wp-json\/wp\/v2\/comments?post=206"}],"version-history":[{"count":12,"href":"https:\/\/cfcc.edu\/radiography\/wp-json\/wp\/v2\/pages\/206\/revisions"}],"predecessor-version":[{"id":267,"href":"https:\/\/cfcc.edu\/radiography\/wp-json\/wp\/v2\/pages\/206\/revisions\/267"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cfcc.edu\/radiography\/wp-json\/wp\/v2\/media\/218"}],"wp:attachment":[{"href":"https:\/\/cfcc.edu\/radiography\/wp-json\/wp\/v2\/media?parent=206"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}