نتایج جستجو برای: gluteal injection

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

Journal: :Clinics in Plastic Surgery 2018

2017
Shane Smith Melissa Devine Joseph Taddeo Vivian Charles McAlister

OBJECTIVE To describe pattern 1 injuries caused by the antipersonnel improvised explosive device (AP-IED) in comparison to those previously described for antipersonnel mines (APM). DESIGN Prospective cohort study of 100 consecutive pedestrian victims of an AP-IED, with traumatic amputation without regard for gender, nationality or military status. SETTING Multinational Medical Unit at Kanda...

2009
Zeeshan Arshad Gulfam Khan Saad Akhtar Khan Wahid Anwer Khalid Hameed Mustafa Shoaib

To report the successful coil embolization of a rare gluteal artery aneurysm and review therapeutic options for this rare condition. We report a case of pseudo-aneurysm of superior gluteal artery initially diagnosed as gluteal abscess. They can be diagnosed by Doppler ultrasound, computed tomography or magnetic resonance imaging. Mainstay of the diagnosis is by angiography and the preferred man...

سهرابی, سپیده, علیزاده, زهره, کوشا, محسن,

  Received: 31 Dec, 2008 Accepted: 22 July, 2009   Abstract  The sciatic nerve, posterior cutaneus nerve of thigh, and inferior gluteal nerve are branches of sacral plexus. They leave the pelvis via greater sciatic foramen and arises in gluteal region in infra piriformis fossa. The sciatic nerve usually divides at the upper angle of the popliteal fossa to common peroneal and tibial nerves. The...

2014
Harris Zavrides

is gluteal autoaugmentation. Most articles focusing on the buttock region in a massive weight loss patient propose some form of auto-augmentation by using the surplus tissue. However, in a certain type of patient, this form of augmentation may not be possible due to the pronounced weight loss with lacking tissue volume. Additionally, creating flaps and burying them subcutaneously can also lead ...

2015
Neal George Mahmoud Abdelghany Owen Stark Medha Joshi

Gluteal artery aneurysms are uncommon among all aneurysms and are usually a result of trauma. Streptococcus viridans bacteremia has been described in rare cases of extracranial mycotic aneurysms. Despite a variable clinical presentation, mycotic aneurysms of the superior gluteal artery could be the cause in patients with unexplained sciatica pain. Here we report a very rare case of spontaneous ...

2016
Liza Maniquis Smigel Kenneth Dean Reeves Howard Jeffrey Rosen David Patrick Rabago

BACKGROUND Anecdotal evidence suggests that a vertical small-needle injection method enters the caudal epidural space with comparable efficacy to cephalad-directed methods, with less intravascular injection. OBJECTIVES Assess the success rate of vertical caudal epidural injection using epidurography and the frequency of intravascular injection using a vertical small-needle approach. PATIENT...

Journal: :world journal of plastic surgery 0
ahmed el-sabbagh plastic surgery center-faculty of medicine

background lesions in perineal area are common. the usual treatment is coverage by skin graft and flaps which may be local, pedicled or free types. in this paper v-y flaps were used to cover the defects. methods v-y flaps were used in the gluteal area in 15 patients. lesions were due to different causes. results of 15 patients, 11 were males and 4 were females. their ages ranged from 3 weeks to...

2018
Yong Zhao Libo You Wei Lian Dexin Zou Shengjie Dong Tao Sun Shudong Zhang Dan Wang Jingning Li Wenliang Li Yuchi Zhao

BACKGROUND To conduct radiologic anatomical study on the relation between S1 sacroiliac screws' entry points and the route of the pelvic outer superior gluteal artery branches with the aim to provide the anatomical basis and technical reference for the avoidance of damage to the superior gluteal artery during the horizontal sacroiliac screw placement. METHODS Superior gluteal artery CTA (CT a...

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

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

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"; } -->