fbpx

NEEDS SUPPORT?

Call me back

Leave your phone number and our Medical Coordinator will contact you

Call me back

Leave your phone number and our Medical Coordinator will contact you

Q

Page №10: Spine Fixation Clinics & Hospitals Worldwide

Filter

Diseases  (76)

Leave your phone number and our Medical Coordinator will contact you

3 review
Spine Fixation 295 (treatments )

Price on request

Düsseldorf, Germany

The University Hospital of Düsseldorf is a model of German university medicine with more than 100 years of experience. The academic status of the clinic gives patients several advantages at once. First, access to a wide range of specialists, the use ...

doctors :

Prof. Hubert Schelzig

Orthopedics and traumatology

Experience :

Prof. Wolfram T. Knoefel

Oncology

Experience :
30 years

Prof. Hans-Peter Hartung

Oncology

Experience :
37 years

Prof. Hans-Jakob Steiger

Surgery

Experience :
39 years

Prof. Arndt Borkhardt

Oncology

Experience :
25 years

Prof. Rainer Haas

Oncology

Experience :

2 review
Spine Fixation 90 (treatments )

Price on request

Lithuania, Sanatorijos
4 review
Spine Fixation 338 (treatments )

Price on request

Istanbul, Turkey

The institution operates exclusively according to American standards. American Hospital is equipped with the latest technology for radiological research: digital neuroangiography and magnetic resonance imaging are used ...

doctors :

Doctor Süreyya Seneldir

Plastic Surgery

Experience :
more than 30 years

Dr. Wolfgang Frank

Pulmonology

Experience :
more than 25 years

Dr. Engin Osmanoglu

Cardiology

Experience :
more than 20 years

Prof. ANDREAS E. STEIERT

Plastic Surgery

Experience :
more than 25 years

Dr. YASAR SEZGIN

Surgery

Experience :
more than 25 years

-->

2 review
Spine Fixation 731 (treatments )

Price on request

Istanbul, Turkey

Bahçelievler Memorial is a multidisciplinary hospital that has been operating since 2018. It is part of the largest medical network in Turkey, Memorial Group. Over 3 million patients from 92 countries have been treated there since its establishment. ...

2 review
Spine Fixation 321 (treatments )

Price on request

Antalya, Turkey

Oncology, cancer surgery, heart surgery, and orthopedics are the leading areas of the clinic. Get an individual treatment program and find out the cost of treatment. ...

doctors :

Prof. Hasan Özgür Özdemir

Neurosurgery

Experience :
over 28 years

Prof. Ali OTO

Cardiology

div class="slide" style="width: 230px;" data-proff="volcano-tugju">

Prof. Volkan Tuğcu

Urology

Experience :
over 17 years

Prof. Kamil Yalçın Polat

Transplantology

Experience :
over 29 years

Prof. Ömer Göktekin

Cardiology

Experience :
over 28 years

university-hospital.png" alt="Akdeniz University Hospital" width="561" height="267" srcset="https://medicglobus.com/wp-content/uploads/2017/08/akdeniz-university-hospital.png 561w, https://medicglobus.com/wp-content/uploads/2017/08/akdeniz-university-hospital-300x143.png 300w" sizes="(max-width: 561px) 100vw, 561px" />
1 review
Spine Fixation 478 (treatments )

Price on request

Antalya, Turkey

Clinic took the 3d place in Turkey in terms of the number of medical services provided including those to foreign patients. Akdeniz is a state clinic and is funded by the Ministry of Turkey. That is why the prices are the lowest in the country ...

doctors :

Prof. Ömer Özkan

Plastic Surgery

Experience :
22 years

Prof. Lee Hyo Hyuk

Obstetrics and gynecology

Experience :
more than 15 years

Prof. Ah Ram Jang

Oncology

Experience :
more than 15 years

Prof. Jong-Ho Won

Oncohematology

Experience :
more than 20 years

*A quote includes a treatment plan and price estimate

dispatch

Follow the latest news in the field of medical tourism on our website

    Leave your request

    Благодарим за обращение.

    Наши координаторы обрабатывают addFB(); $('.social-contact-popup').slideUp(); }); $('.social-contact_exit').click(function (e) { $('.social-contact-popup').slideUp(); $('#fb-custom-holder').show(); }); var fbHolder = document.getElementById('fb-custom-holder'); fbHolder.addEventListener('click', function () { // if ($(window).width() > 768) { // addFB(); // } else { $('#fb-custom-holder').hide(); $('.social-contact-popup').slideDown(); // //} }); var recaptchaInputs = document.querySelectorAll('input[name="subscribe-email"]'); if (recaptchaInputs.length) { recaptchaInputs.forEach(function (elm) { (function () { elm.addEventListener('focus', function () { var recaptchaScript = document.getElementById('recaptcha-script'); if (recaptchaScript.src) return; elm.disabled = true; elm.classList.add('input-loading'); var placeholder = elm.placeholder; elm.placeholder = ''; recaptchaScript.onload = function () { elm.disabled = false; elm.classList.remove('input-loading'); elm.placeholder = placeholder; elm.focus(); } recaptchaScript.src = recaptchaScript.getAttribute('data-src'); }); }()); }); } }); sendToServer(); }); } function sendToServer() { var $email = $('#request_popup input[name = email ]') , $phone = $('#request_popup input[name = phone ]'); if (!validationField($phone, 'phone')) { showErr($phone); return; } else { hideErr($phone); } if (!validationField($email, 'email')) { showErr($email); return; } else { hideErr($email); } var uploadFiles = $('input[name="stepOneFIles"]', $('#request_popup .attached-files'))[0].files; var form = document.querySelector('#req_popup'); var stepOneData = new FormData(form); if (uploadFiles.length) { for (var i = 0; i < uploadFiles.length; i++) { stepOneData.append('files[]', uploadFiles[i]); } } stepOneData.append('procedure', $('input[name=procedure]').val()); stepOneData.append('action', 'client_form'); $.ajax({ url: '/wp-admin/admin-ajax.php' , data: stepOneData , processData: false , contentType: false , type: 'POST' , success: function (res) { console.log(res); switch (res) { case 'successful': $('.inp-area').show(); $('.thank-area').show(); setTimeout(function () { $.magnificPopup.close(); clearForm(); }, 2500); break; case 'database error': setTimeout(function () { $.magnificPopup.close() }, 1000); break; case 'wrong_email': setTimeout(function () { $.magnificPopup.close() }, 1000); break; default: $('.inp-area').show(); $('.thank-area').show(); setTimeout(function () { $.magnificPopup.close(); clearForm(); }, 2500); break; } } }); } function initTelInput() { var phoneField = $('#request_popup input[name="phone"]'); phoneField.intlTelInput(); $('.container-popup .country-list .country').on('click', function () { var countryCode = $(this).attr('data-country-code'); setPhoneInput(phoneField, countryCode, true); }); if (user_county_code) { setPhoneInput(phoneField, user_county_code); return; } getCountryCode().then(function (result) { if (!parseInt(phoneField.val())) { setPhoneInput(phoneField, result.country); } }, function (err) { if (!parseInt(phoneField.val())) { phoneField.intlTelInput("setCountry", 'en'); } }) } function getCountryCode() { return new Promise(function (resolve, reject) { $.get("https://ipinfo.io", function () {}, "jsonp").done(function (data) { resolve(data); }).fail(function (err) { reject(err); }); }) } function setPhoneInput($input, countyCode, isAction) { countyCode = countyCode.toLowerCase(); var dialCode = $input.intlTelInput("getSelectedCountryData").dialCode; if (dialCode) $input.val('+' + dialCode); if (!isAction) $input.intlTelInput("setCountry", countyCode); } function showErr($el) { $el.addClass('err'); } function hideErr($el) { $el.removeClass('err'); } function clearForm() { $('.thank-area').hide(); $('.inp-area').show(); $('#request_popup input').each(function () { $(this).val(''); $(this).removeClass('err') }); $('.attached-filles-list').html(''); } function validationField(field, type) { var typeField = type || field.getAttribute('type') , valueField = field.val(); var regExps = { 'email': /^[-a-zA-Z0-9!#$%&'*+/=?^_`{|}~]+(?:\.[-a-z0-9!#$%&'*+/=?^_`{|}~]+)*@(?:[a-zA-Z0-9]([-a-z0-9]{0,61}[a-z0-9])?\.)*(?:aero|arpa|asia|biz|cat|com|coop|edu|gov|info|int|jobs|mil|mobi|museum|name|net|org|pro|tel|travel|[a-z][a-z])$/g , 'number': /^([0-9]+)$/g , 'phone': /^\+?([0-9]+[\-?|\(?|\s]?)+$/g , 'empty': /\s+/g }; function valid() { switch (typeField) { case 'text': { if (!valueField.replace(regExps.empty, '').length || !valueField) return false; return true; } case 'email': { if (!valueField.match(regExps.email)) return false; return true; } case 'phone': { if (!valueField.match(regExps.phone) || valueField.length <= 6) return false; } default: { return true; } } } return valid(); } $(domReady); })();