نتایج جستجو برای: neurovascular syndrome

تعداد نتایج: 626932  

Journal: :World Journal of Cardiovascular Surgery 2022

Purpose: Historically the classification of Thoracic Outlet Syndrome (TOS) has been based on symptoms rather than underlying pathology. Therefore, TOS classified into Neurogenic (NTOS), Venous (VTOS or Paget Schroetter Syndrome) and Arterial (ATOS) subgroups. This resulted in confusion among medical practitioners, difficulty making diagnosis, poor results with surgical intervention. Methods: Th...

Journal: :JPMA. The Journal of the Pakistan Medical Association 1966
S D Oates R A Daley

"Thoracic outlet syndrome" is a term ascribed to a complex clinical entity encompassing complicated neurovascular signs, symptoms and pathology of the upper extremity. Controversies exist concerning its causes, diagnosis, and treatment despite years of intense study of hundreds of patients. Although there is no universal agreement on the diagnostic and treatment modalities to be applied to each...

2017
Amos Z. Dai Michael Zacchilli Neha Jejurikar Hien Pham Laith Jazrawi

Chronic exertional compartment syndrome (CECS) is a significant source of lower extremity pain and morbidity in the athletic population. Although endoscopic techniques have been introduced, open fasciotomy remains the mainstay of surgical treatment because of the paucity of evidence in support of an endoscopic approach. The literature on surgical management of CECS is mixed, and overall success...

Journal: :Neurology India 2009
Serdar Kabatas S Baki Albayrak Tufan Cansever Kemal T Hepgul

Trigeminal neuralgia (TN) is a common pain syndrome and is characterized by recurrent episodes of intense lancinating pain in one or more divisions of the trigeminal nerve. Neurovascular compression (NVC) has been considered as the main cause of TN in the root entry zone (REZ) of the trigeminal nerve in the cerebellopontine angle cistern. Microvascular decompression (MVD) is the surgical proced...

2017
Sofoklis Mitsos Davide Patrini Sara Velo Achilleas Antonopoulos Martin Hayward Robert S George David Lawrence Nikolaos Panagiotopoulos

Thoracic outlet syndrome (TOS) is a constellation of signs and symptoms caused by compression of the neurovascular structures in the thoracic outlet. TOS may be classified as either neurogenic TOS (NTOS) or vascular TOS: venous TOS (VTOS) or arterial TOS (ATOS), depending on the specific structure being affected. The basis for the surgical treatment of TOS is resection of the first rib, and it ...

Journal: :British journal of anaesthesia 1995
C J O'Donnell D H Beck B L Taylor G B Smith

We report a case of compartment syndrome complicating malignant hyperthermia (MH) in a 12-yr-old girl with a history of myopathy and multiple skeletal deformities; she underwent bilateral Achilles tendon surgery. Marked oedema of both forearms became evident in the immediate postoperative period and resolved after conservative treatment. Compartment syndrome is a rare complication of MH. Early ...

2014
Nabil Eid Yuko Ito Yoshinori Otsuki

Anomalous muscles in carpal tunnel (CT) may cause carpal tunnel syndrome (CTS), and may be also associated with neurovascular abnormalities, altering the diagnosis and surgical interventions for CTS. The authors report a case of bilateral Gantzer’s muscles (GMs) inserted into the tendons of flexor digitorum profundus within the CTs in an old male cadaver. The left GM was associated with enlarge...

Journal: :Orthopedics 2015
Joseph W Galvin James R Romanowski Robert E Boykin Josef K Eichinger Laurent Lafosse

The Latarjet procedure is an established and effective option for the treatment of recurrent anterior shoulder instability. Symptomatic compression of the vasculature around the shoulder and adjacent brachial plexus is uncommon and may be difficult to diagnose and treat. The purpose of this report is to describe a patient with neurovascular compression of the axillary artery and brachial plexus...

2011
Anusha Mishra Eric A. Newman

.................................................................................................... iii List of tables ........................................................................................... viii List of figures............................................................................................ ix Chapter 1: Introduction.................................................

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->