نتایج جستجو برای: inferior vena cava rupture

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

Background: The clinical presentation of non-Hodgkin lymphoma (NHL) varies tremendously depending upon the type of lymphoma and the areas of involvement. NHL can rarely present as an abdominal mass compressing the inferior vena cava. The clinical presentation due to obstruction of inferior vena cava has often been called the inferior vena cava syndrome (IVCS). It can present acutely or chronica...

Abdel Aziz Hamdi Faouzi Noomen Ghedira Abdesslem Omar Toumi, Randa Salem Sadok Ben Jabra

Hydatid cyst is a helminth infection. The rupture of a hepatic hydatid cyst in inferior vena cava is a rare and lethal complication. Pulmonary embolism is the commonest manifestation. The diagnosis of hydatid cyst is made by histopathological or serological examination, and imaging may suggest the probability of hydatid cyst. Surgical treatment should be performed with caution and always under ...

Journal: :archives of trauma research 0
sandeep singh primus super specialty hospital, chankayapuri, new delhi, india; primus super specialty hospital, chankayapuri, new delhi, india. tel: +91-9818504323, fax: +91-1166206650 arun bhanot primus super specialty hospital, chankayapuri, new delhi, india nipun bajaj primus super specialty hospital, chankayapuri, new delhi, india pooja rustagi primus super specialty hospital, chankayapuri, new delhi, india

background major vascular injury during a spinal surgery is a rare but most dreaded complication. case presentation a 39 years old female undergoing microscopic lumbar discectomy suddenly developed severe hypotension on table. the procedure was abandoned and the patient turned supine. it was diagnosed to be a major vessel tear and the patient was taken up for immediate successful vascular repai...

2017
Jeffrey Forris Beecham Chick Minhaj S. Khaja Steven Han Kyle J. Cooper J. Matthew Meadows David M. Williams

Iliac venous aneurysms are rare vascular abnormalities that may be manifested by abdominal masses, pelvic tenderness, or hypovolemia and may lead to rupture, thrombosis, pulmonary embolism, paradoxical embolism, or death. Inferior vena cava agenesis, like venous aneurysm, is an uncommon condition that may present with deep venous thrombosis. This report describes a patient with inferior vena ca...

Journal: :iranian journal of radiology 0
volkan kahveci department of radiology, etlik training and research hospital, turkey +90-3125672000, torelogur@yahoo.com torel ogur department of radiology, etlik training and research hospital, turkey +90-3125672000, torelogur@yahoo.com; department of radiology, etlik training and research hospital, turkey +90-3125672000, torelogur@yahoo.com gokhan cipe department of surgery, medical faculty, university of ankara, turkey sevim ozdemir department of radiology, etlik training and research hospital, turkey +90-3125672000, torelogur@yahoo.com selcuk hazinedaroglu department of surgery, medical faculty, university of ankara, turkey

leiomyomas are benign tumors of the soft tissue and may develop in any location where smooth muscle is present. leiomyoma in the inferior vena cava is a rarely seen pathology, and symplastic leiomyoma is also a rare histological variant of leiomyoma. in this case, we present a rare histological variant of symplastic leiomyoma in the inferior vena cava (ivc). this is the first radiologically rep...

2016
Xiao-Hua Fan Zhi-Gang He Hong-Bing Xiang

Acute rupture of the inferior vena cava during nephroureterectomy is a rare but serious complication. We reported an elderly patient who had an iatrogenic injury to the inferior vena cava while undergoing laparoscopic right nephroureterectomy. He suffered from acute severe bleeding and hypovolaemic shock. The patient received blood transfusion and rapid volume therapy, and the inferior vena cav...

Journal: :caspian journal of internal medicine 0
khalid hamid changal room no. s4 , unmarried doctors hostel , sher-i-kashmir institute of medical sciences, soura, srinagar, india. shoaib altaf sheikh 54 drexel hill, philadelphia, usa, 19026 adnan raina skims, srinagar, india

background: the clinical presentation of non-hodgkin lymphoma (nhl) varies tremendously depending upon the type of lymphoma and the areas of involvement. nhl can rarely present as an abdominal mass compressing the inferior vena cava. the clinical presentation due to obstruction of inferior vena cava has often been called the inferior vena cava syndrome (ivcs). it can present acutely or chronica...

ایزدی, شهرزاد, بقائی, محمد, نیک سیرت, علی,

Abstract: In penetrating abdominal trauma, injury to the inferior vena cava is rare but continues to pose a taxing problem for the trauma surgeon. Despite the improved preoperative care and surgical skills, mortality rates for IVC injuries are still high. The most important factors, which play a significant role in mortality, are presence of shock on admission, the anatomical level of vena cava...

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

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

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