{"id":2,"date":"2019-08-19T20:40:33","date_gmt":"2019-08-19T20:40:33","guid":{"rendered":"https:\/\/cfcc.edu\/veterinary-medical-technology\/?page_id=2"},"modified":"2026-06-18T08:51:56","modified_gmt":"2026-06-18T12:51:56","slug":"sample-page","status":"publish","type":"page","link":"https:\/\/cfcc.edu\/veterinary-medical-technology\/","title":{"rendered":"Veterinary Medical Technology"},"content":{"rendered":" <div class=\"mb-4 text-larger\"> Are you an animal lover? Get paid for doing what you love with a degree in Veterinary Medical Technology, which will prepare you for a career assisting veterinarians in examinations, collecting specimens, dispensing medications, surgery, and more. <\/div>  <div class=\"video-context-description mb-3\"> <strong>Video Description:<\/strong> A brief visual tour inside the Veterinary Medical Technology classrooms and lab spaces at Cape Fear Community College. The video shows the facilities and equipment used by students, set to instrumental background music with no spoken dialogue. <\/div>  <div class=\"embed-responsive embed-responsive-16by9 mb-5\"> <iframe class=\"embed-responsive-item border-0\" src=\"https:\/\/www.youtube.com\/embed\/_XStRDZ3A2s?si=unToRtQloGv_Cf0v\" title=\"Video tour of the CFCC Veterinary Medical Technology classrooms (No spoken dialogue)\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe> <\/div> <p><br class=\"pb-4\"><\/p>\n<h4>Quick information<\/h4> <div class=\"row bg-light mb-3\">  <div class=\"col-12 col-md-4 p-3\"> <strong>Application Period<\/strong> <\/div>  <div class=\"col-12 col-md-8 p-3\"> January 28, 2027 &#8211; May 20, 2027 <\/div>  <\/div> <h4>Information Session<\/h4> <div class=\"bg-light p-4\"> <h6>Information Session<\/h6> <div class=\"col-12 col-md-12 pb-3\"> No appointment is needed. In-person sessions held at North Campus Building NV \u2013 4816 Sidbury Rd., Castle Hayne, NC <\/div> <p>MORE DATES COMING SOON\n<\/p> <\/div>  <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\" style=\"display:none;\">  <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            \/\/ Custom Layout Registries for targeted exception tracks\n            const customProgramOrders = {\n                \"A45110 (Spring start)\": [\"Spring I\", \"Summer I\", \"Fall I\", \"Spring II\", \"Fall II\"]\n            };\n            const defaultOrderPriority = {\n                \"Fall I\": 1, \"Spring I\": 2, \"Summer I\": 3, \"Fall II\": 4, \"Spring II\": 5, \"Summer II\": 6\n            };\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                \/\/ Extract and filter available terms (ignoring the tracking title property string)\n                let termsToRender = Object.keys(seq).filter(key => key !== 'title');\n\n                \/\/ Apply custom sorting conditions based on the current program selection\n                if (customProgramOrders[progId]) {\n                    const desiredOrder = customProgramOrders[progId];\n                    termsToRender.sort((a, b) => {\n                        let idxA = desiredOrder.indexOf(a);\n                        let idxB = desiredOrder.indexOf(b);\n                        if (idxA === -1) idxA = 999;\n                        if (idxB === -1) idxB = 999;\n                        return idxA - idxB;\n                    });\n                } else {\n                    termsToRender.sort((a, b) => {\n                        return (defaultOrderPriority[a] || 99) - (defaultOrderPriority[b] || 99);\n                    });\n                }\n\n                \/\/ Render the output structure sequentially using our sorted term references\n                termsToRender.forEach(sem => {\n                    const entries = seq[sem];\n                    if (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            \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> <!-- hide for now <div class=\"embed-responsive embed-responsive-16by9 my-5\"> <iframe class=\"embed-responsive-item border-0\" title=\"Video: 2026 Veterinary Medical Technology Information Session\" src=\"https:\/\/www.youtube.com\/embed\/ZlB0o7SSCog?si=pzLLQ0Ta4q8obMFb\" allowfullscreen><\/iframe> <\/div>  <div class=\"text-center\"> <a class=\"button\" href=\"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLScwpN3iQ3QY71GhWixBzhrcIos_0GZbGIWEW8Xda50W44_UNA\/viewform?usp=header\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Complete the Survey (opens in a new window)\"> Complete the Survey <\/a> <\/div> <p style=\"padding: 10px;\">\n\n\n\n[cell bg-light p-4 mobi]\n\n\n<p><strong>Need observation hours? Contact the following facilities:<\/strong><\/p> <div class=\"table-responsive\"> <table class=\"table table-striped\">\n    \n\n<thead>\n      \n\n<tr>\n        \n\n<th scope=\"col\">Hospital<\/th>\n\n\n        \n\n<th scope=\"col\" style=\"white-space: nowrap;\">Email<\/th>\n\n\n        \n\n<th scope=\"col\" style=\"white-space: nowrap;\">Phone<\/th>\n\n\n      <\/tr>\n\n\n    <\/thead>\n\n\n    \n\n<tbody>\n      \n\n<tr>\n        \n\n<th scope=\"row\">VCA Wrightsville Beach Animal Hospital<\/th>\n\n\n        \n\n<td style=\"white-space: nowrap;\"><\/td>\n\n\n        \n\n<td style=\"white-space: nowrap;\">910-397-7770<\/td>\n\n\n      <\/tr>\n\n\n      \n\n<tr>\n        \n\n<th scope=\"row\">Eastern Carolina Veterinary Referral<\/th>\n\n\n        \n\n<td style=\"white-space: nowrap;\">ecvr.dawnmckelvey@gmail.com<\/td>\n\n\n        \n\n<td style=\"white-space: nowrap;\">910-790-1070<\/td>\n\n\n      <\/tr>\n\n\n      \n\n<tr>\n        \n\n<th scope=\"row\">Elizabethtown Veterinary Hospital<\/th>\n\n\n        \n\n<td style=\"white-space: nowrap;\">etownvet@icloud.com<\/td>\n\n\n        \n\n<td style=\"white-space: nowrap;\">910-862-3000<\/td>\n\n\n      <\/tr>\n\n\n      \n\n<tr>\n        \n\n<th scope=\"row\">Porters Neck Veterinary Hospital<\/th>\n\n\n        \n\n<td style=\"white-space: nowrap;\">brittanyfpnvh@gmail.com<\/td>\n\n\n        \n\n<td style=\"white-space: nowrap;\">910-686-6297<\/td>\n\n\n      <\/tr>\n\n\n      \n\n<tr>\n        \n\n<th scope=\"row\">Leland Veterinary Hospital<\/th>\n\n\n        \n\n<td style=\"white-space: nowrap;\">lelandvethosp@gmail.com<\/td>\n\n\n        \n\n<td style=\"white-space: nowrap;\">910-371-3440<\/td>\n\n\n      <\/tr>\n\n\n      \n\n<tr>\n        \n\n<th scope=\"row\">Needham Animal Hospital<\/th>\n\n\n        \n\n<td style=\"white-space: nowrap;\">info@needhamanimal.com<\/td>\n\n\n        \n\n<td style=\"white-space: nowrap;\">&nbsp;<\/td>\n\n\n      <\/tr>\n\n\n      \n\n<tr>\n        \n\n<th scope=\"row\">Atlantic Animal Hospital<\/th>\n\n\n        \n\n<td style=\"white-space: nowrap;\">aahpcr2@yahoo.com<\/td>\n\n\n        \n\n<td style=\"white-space: nowrap;\">&nbsp;<\/td>\n\n\n      <\/tr>\n\n\n      \n\n<tr>\n        \n\n<th scope=\"row\">Swansboro Animal Hospital Emergency and Trauma Center<\/th>\n\n\n        \n\n<td style=\"white-space: nowrap;\"><\/td>\n\n\n        \n\n<td style=\"white-space: nowrap;\">(910) 325-8227<\/td>\n\n\n      <\/tr>\n\n\n      \n\n<tr>\n        \n\n<th scope=\"row\">College Road Animal Hospital<\/th>\n\n\n        \n\n<td style=\"white-space: nowrap;\">elise.eisel@svp.vet or casey.damatta@svp.vet<\/td>\n\n\n        \n\n<td style=\"white-space: nowrap;\">&nbsp;<\/td>\n\n\n      <\/tr>\n\n\n      \n\n<tr>\n        \n\n<th scope=\"row\">Skyline Vet Specialist<\/th>\n\n\n        \n\n<td style=\"white-space: nowrap;\">alexiswade@skylinevetspecialists.com<\/td>\n\n\n        \n\n<td style=\"white-space: nowrap;\">&nbsp;<\/td>\n\n\n      <\/tr>\n\n\n      \n\n<tr>\n        \n\n<th scope=\"row\">Forest Hills Vet Hospital<\/th>\n\n\n        \n\n<td style=\"white-space: nowrap;\">foresthillsvethospital@gmail.com<\/td>\n\n\n        \n\n<td style=\"white-space: nowrap;\">910-362-9955<\/td>\n\n\n      <\/tr>\n\n\n      \n\n<tr>\n        \n\n<th scope=\"row\">Capeside Animal Hospital<\/th>\n\n\n        \n\n<td style=\"white-space: nowrap;\">info@capesideanimalhospital.com<\/td>\n\n\n        \n\n<td style=\"white-space: nowrap;\">910-383-2100<\/td>\n\n\n      <\/tr>\n\n\n      \n\n<tr>\n        \n\n<th scope=\"row\">Highsmith Animal Hospital<\/th>\n\n\n        \n\n<td style=\"white-space: nowrap;\">beccaboneyhah@gmail.com<\/td>\n\n\n        \n\n<td style=\"white-space: nowrap;\">910-799-5587<\/td>\n\n\n      <\/tr>\n\n\n      \n\n<tr>\n        \n\n<th scope=\"row\">LaCroix Veterinary Hospital<\/th>\n\n\n        \n\n<td style=\"white-space: nowrap;\">lacroix@thevetspets.com<\/td>\n\n\n        \n\n<td style=\"white-space: nowrap;\">910-799-3100<\/td>\n\n\n      <\/tr>\n\n\n      \n\n<tr>\n        \n\n<th scope=\"row\">Coastal Carolina Animal Hospital<\/th>\n\n\n        \n\n<td style=\"white-space: nowrap;\">coastalcarolinaanimalhospital@gmail.com<\/td>\n\n\n        \n\n<td style=\"white-space: nowrap;\">(910) 792-9600<\/td>\n\n\n      <\/tr>\n\n\n      \n\n<tr>\n        \n\n<th scope=\"row\">Four Paws Veterinary Hospital (in Southport, NC)<\/th>\n\n\n        \n\n<td style=\"white-space: nowrap;\">info.fourpaws@yahoo.com<\/td>\n\n\n        \n\n<td style=\"white-space: nowrap;\">(910) 457-7387<\/td>\n\n\n      <\/tr>\n\n\n    <\/tbody>\n\n\n  <\/table> <\/div> [\/cell]\n-->\n<hr \/>\n<p>This curriculum is designed to prepare individuals to assist veterinarians in preparing animals, equipment, and medications for examination and surgery; collecting specimens; performing laboratory, radiographic, anesthetic, dental procedures; assisting in surgery; and providing proper husbandry of animals and their environment.<\/p>\n<p>Graduates of accredited programs may be eligible to take state and national examinations administered by the North Carolina Veterinary Medical Board. Graduates may be employed in veterinary clinics; diagnostic, research, or pharmaceutical laboratories; zoos; academic institutions; or other areas associated with animal care.<\/p>\n<h4 class=\"mt-5\">Program Mission<\/h4>\n<p>The Veterinary Medical Technology Program at Cape Fear Community College provides a dynamic and supportive learning environment to prepare skilled, compassionate, and professional veterinary technicians who deliver high-quality veterinary nursing care to animals and the community.<\/p>\n<h4 class=\"mt-5\">Selective Admission Process<\/h4>\n<p>The TEAS test is a minimum requirement to apply for this program. Potential applicants are encouraged to <a href=\"https:\/\/cfcc.edu\/admissions\/health-sciences-enrollment\/request-information\/\" aria-label=\"Submit a Health Sciences Request Information form\"> submit a Request Information form <\/a> if they are not sure whether they are meeting eligibility requirements or have questions about the test. Applicants should also be sure to visit our <a href=\"https:\/\/cfcc.edu\/admissions\/health-sciences-enrollment\/frequently-asked-questions\/\" aria-label=\"Read Frequently Asked Questions about the TEAS test and Health Sciences enrollment\"> Frequently Asked Questions <\/a> for general questions about the test.<\/p>\n<p><em>*Minimum requirements are subject to change each academic year. Please refer to the information packet.<\/em><\/p>\n<h4 class=\"mt-5\">Accreditation<\/h4> <div class=\"flex-row d-flex\">  <div class=\"mr-3\"> <a href=\"https:\/\/www.caahep.org\/\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Visit the CAAHEP website (opens in a new window)\"> <img decoding=\"async\" class=\"alignnone size-medium wp-image-160 img-fluid\" src=\"https:\/\/cfcc.edu\/veterinary-medical-technology\/wp-content\/uploads\/sites\/121\/2025\/10\/avma-cvtea-seal-accredited-rgb-1-300x300.jpg\" alt=\"CVTEA Accreditation Seal\" width=\"150\" srcset=\"https:\/\/cfcc.edu\/veterinary-medical-technology\/wp-content\/uploads\/sites\/121\/2025\/10\/avma-cvtea-seal-accredited-rgb-1-300x300.jpg 300w, https:\/\/cfcc.edu\/veterinary-medical-technology\/wp-content\/uploads\/sites\/121\/2025\/10\/avma-cvtea-seal-accredited-rgb-1-150x150.jpg 150w, https:\/\/cfcc.edu\/veterinary-medical-technology\/wp-content\/uploads\/sites\/121\/2025\/10\/avma-cvtea-seal-accredited-rgb-1.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/> <\/a> <\/div>  <div class=\"\"> The program is accredited by the <a href=\"https:\/\/www.avma.org\/professionaldevelopment\/education\/accreditation\/programs\/pages\/cvtea-about.aspx\" target=\"_blank\" rel=\"noopener noreferrer\"> Committee on Veterinary Technician Education and Activities (CVTEA) <\/a> . <\/div>  <\/div> <p><\/p>\n<hr>\n<h4 class=\"mt-1\">Program Outcomes<\/h4> <div class=\"bg-light p-1\">  <div class=\"table-responsive\"> <table class=\"table\">\n<thead>\n<tr>\n<th scope=\"col\" >Program Notification and Reporting to the Community<\/th>\n<th scope=\"col\" style=\"white-space: nowrap;text-align: right;\"\">January 1, 2023 &#8211; December 31, 2025<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<th scope=\"row\" style=\"font-weight: bold;\">Number of first-time candidates that have taken the VTNE<\/th>\n<td style=\"text-align: right;\">40<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\" style=\"font-weight: bold;\">Three-year VTNE pass percentage<\/th>\n<td style=\"text-align: right;\">83.56%<\/td>\n<\/tr>\n<\/tbody>\n<\/table> <\/div>  <\/div> <p>\t <\/p> <div class=\"bg-light p-1\">  <div class=\"table-responsive\"> <table class=\"table\">\n<thead>\n<tr>\n<th scope=\"col\" >Annual Results<\/th>\n<th scope=\"col\" style=\"white-space: nowrap;text-align: right;\">August 1, 2025<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<th scope=\"row\" style=\"font-weight: bold;\">Annual Job Placement Rate Upon Graduation (%)<\/th>\n<td style=\"text-align: right;\">100.00%<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\" style=\"font-weight: bold;\">Annual Graduation Percentage<\/th>\n<td style=\"text-align: right;\">32.00%<\/td>\n<\/tr>\n<\/tbody>\n<\/table> <\/div>  <\/div> <p><\/p>\n<hr>\n<p>&nbsp;<\/p>\n<h4>Course Information<\/h4>\n <a class=\"button\" href=\"https:\/\/catalog.cfcc.edu\/programs\/A45780\" target=\"_blank\" rel=\"noopener noreferrer\"> Veterinary Medical Technology <\/a> <br \/>\n<\/p>\n<h3>Career and Job Information<\/h3> <div id=\"jobData-widget-container\">  <div id=\"iframe-wrapper\">  <div class=\"jobData-iframe\" data-code=\"A45780\"><!-- Veterinary Medical Technology, A.A.S. (A45780) -->\n<iframe id=\"program-widget-500afc\" style=\"min-height:400px;border: 0; min-width: 100%; width: 1px;\" title=\"Career and Job data widget\" src=\"https:\/\/widget.lightcastcc.com?hasCareerList=true&amp;hasEmployment=true&amp;hasAllLocations=false&amp;hasImages=true&amp;hasJobOpenings=true&amp;hasNationalData=true&amp;hasOutlook=true&amp;hasSkills=true&amp;hasVisitButton=true&amp;hasWages=true&amp;isHourlyWage=true&amp;labelSet=default&amp;clientId=cfcc&amp;locationName=Wilmington%20Area&amp;orderCareersBy=None&amp;primaryColor=%23005DAB&amp;programs=A45780&amp;visitButtonColor=%23005DAB&amp;headingText=CFCC%20students%20who%20study%20%23Veterinary%20Medical%20Technology%2C%20A.A.S.%20(A45780)%23%20can%20go%20into%20these%20careers%3A\"><\/iframe><script type=\"text\/javascript\" src=\"https:\/\/widget.lightcastcc.com\/scripts.js\"><\/script> <\/div>  <\/div>  <\/div> ","protected":false},"excerpt":{"rendered":"<p>Video Description: A brief visual tour inside the Veterinary Medical Technology classrooms and lab spaces at Cape Fear Community College. The video shows the facilities and equipment used by students, set to instrumental background music with no spoken dialogue. Quick information Application Period January 28, 2027 &#8211; May 20, 2027 Information Session This curriculum is [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":56,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","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>Veterinary Medical Technology | Cape Fear Community College<\/title>\n<meta name=\"description\" content=\"Transform your passion into a career with our Veterinary Medical Technology degree. Gain hands-on experience from expert faculty. Apply now!\" \/>\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\/veterinary-medical-technology\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Veterinary Medical Technology | Cape Fear Community College\" \/>\n<meta property=\"og:description\" content=\"Transform your passion into a career with our Veterinary Medical Technology degree. Gain hands-on experience from expert faculty. Apply now!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cfcc.edu\/veterinary-medical-technology\/\" \/>\n<meta property=\"og:site_name\" content=\"Veterinary Medical Technology\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/capefearcc\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-18T12:51:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cfcc.edu\/veterinary-medical-technology\/wp-content\/uploads\/sites\/121\/2021\/09\/VMT-students-with-cat-e1631122901612.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"984\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cfcc.edu\/veterinary-medical-technology\/\",\"url\":\"https:\/\/cfcc.edu\/veterinary-medical-technology\/\",\"name\":\"Veterinary Medical Technology | Cape Fear Community College\",\"isPartOf\":{\"@id\":\"https:\/\/cfcc.edu\/veterinary-medical-technology\/#website\"},\"datePublished\":\"2019-08-19T20:40:33+00:00\",\"dateModified\":\"2026-06-18T12:51:56+00:00\",\"description\":\"Transform your passion into a career with our Veterinary Medical Technology degree. Gain hands-on experience from expert faculty. Apply now!\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cfcc.edu\/veterinary-medical-technology\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cfcc.edu\/veterinary-medical-technology\/#website\",\"url\":\"https:\/\/cfcc.edu\/veterinary-medical-technology\/\",\"name\":\"Veterinary Medical Technology\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/cfcc.edu\/veterinary-medical-technology\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cfcc.edu\/veterinary-medical-technology\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/cfcc.edu\/veterinary-medical-technology\/#organization\",\"name\":\"Cape Fear Community College\",\"alternateName\":\"CFCC\",\"url\":\"https:\/\/cfcc.edu\/veterinary-medical-technology\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cfcc.edu\/veterinary-medical-technology\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cfcc.edu\/veterinary-medical-technology\/wp-content\/uploads\/sites\/121\/2019\/10\/veterinary-technology-students-with-dog-e1571598015852.jpeg\",\"contentUrl\":\"https:\/\/cfcc.edu\/veterinary-medical-technology\/wp-content\/uploads\/sites\/121\/2019\/10\/veterinary-technology-students-with-dog-e1571598015852.jpeg\",\"width\":2098,\"height\":1059,\"caption\":\"Cape Fear Community College\"},\"image\":{\"@id\":\"https:\/\/cfcc.edu\/veterinary-medical-technology\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/capefearcc\",\"https:\/\/twitter.com\/cfcc\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Veterinary Medical Technology | Cape Fear Community College","description":"Transform your passion into a career with our Veterinary Medical Technology degree. Gain hands-on experience from expert faculty. Apply now!","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\/veterinary-medical-technology\/","og_locale":"en_US","og_type":"article","og_title":"Veterinary Medical Technology | Cape Fear Community College","og_description":"Transform your passion into a career with our Veterinary Medical Technology degree. Gain hands-on experience from expert faculty. Apply now!","og_url":"https:\/\/cfcc.edu\/veterinary-medical-technology\/","og_site_name":"Veterinary Medical Technology","article_publisher":"https:\/\/www.facebook.com\/capefearcc","article_modified_time":"2026-06-18T12:51:56+00:00","og_image":[{"width":1920,"height":984,"url":"https:\/\/cfcc.edu\/veterinary-medical-technology\/wp-content\/uploads\/sites\/121\/2021\/09\/VMT-students-with-cat-e1631122901612.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@cfcc","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cfcc.edu\/veterinary-medical-technology\/","url":"https:\/\/cfcc.edu\/veterinary-medical-technology\/","name":"Veterinary Medical Technology | Cape Fear Community College","isPartOf":{"@id":"https:\/\/cfcc.edu\/veterinary-medical-technology\/#website"},"datePublished":"2019-08-19T20:40:33+00:00","dateModified":"2026-06-18T12:51:56+00:00","description":"Transform your passion into a career with our Veterinary Medical Technology degree. Gain hands-on experience from expert faculty. Apply now!","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cfcc.edu\/veterinary-medical-technology\/"]}]},{"@type":"WebSite","@id":"https:\/\/cfcc.edu\/veterinary-medical-technology\/#website","url":"https:\/\/cfcc.edu\/veterinary-medical-technology\/","name":"Veterinary Medical Technology","description":"","publisher":{"@id":"https:\/\/cfcc.edu\/veterinary-medical-technology\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cfcc.edu\/veterinary-medical-technology\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cfcc.edu\/veterinary-medical-technology\/#organization","name":"Cape Fear Community College","alternateName":"CFCC","url":"https:\/\/cfcc.edu\/veterinary-medical-technology\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cfcc.edu\/veterinary-medical-technology\/#\/schema\/logo\/image\/","url":"https:\/\/cfcc.edu\/veterinary-medical-technology\/wp-content\/uploads\/sites\/121\/2019\/10\/veterinary-technology-students-with-dog-e1571598015852.jpeg","contentUrl":"https:\/\/cfcc.edu\/veterinary-medical-technology\/wp-content\/uploads\/sites\/121\/2019\/10\/veterinary-technology-students-with-dog-e1571598015852.jpeg","width":2098,"height":1059,"caption":"Cape Fear Community College"},"image":{"@id":"https:\/\/cfcc.edu\/veterinary-medical-technology\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/capefearcc","https:\/\/twitter.com\/cfcc"]}]}},"_links":{"self":[{"href":"https:\/\/cfcc.edu\/veterinary-medical-technology\/wp-json\/wp\/v2\/pages\/2"}],"collection":[{"href":"https:\/\/cfcc.edu\/veterinary-medical-technology\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cfcc.edu\/veterinary-medical-technology\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cfcc.edu\/veterinary-medical-technology\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/cfcc.edu\/veterinary-medical-technology\/wp-json\/wp\/v2\/comments?post=2"}],"version-history":[{"count":156,"href":"https:\/\/cfcc.edu\/veterinary-medical-technology\/wp-json\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":215,"href":"https:\/\/cfcc.edu\/veterinary-medical-technology\/wp-json\/wp\/v2\/pages\/2\/revisions\/215"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cfcc.edu\/veterinary-medical-technology\/wp-json\/wp\/v2\/media\/56"}],"wp:attachment":[{"href":"https:\/\/cfcc.edu\/veterinary-medical-technology\/wp-json\/wp\/v2\/media?parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}