نتایج جستجو برای: perinea laceration

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

Journal: :Journal of pediatric surgery 2002
Neal G Church Gary May David L Sigalet

A 12-year-old boy presented with a large liver laceration after blunt abdominal trauma. He was treated nonoperatively and subsequently had bile peritonitis from a bile leak. Endoscopic retrograde cholangiopancreatography (ERCP) visualized the bile duct injury and allowed decompression of the biliary tree with an endoscopically placed biliary stent. A drain also was placed over the laceration th...

Journal: :بینا 0
غلامرضا خاتمی نیا ag khataminia ahvaz jondi shapoor university of medical sciences, ahvaz, iranاهواز- بیمارستان امام خمینی امیرقاسم کرامتی g keramati ahvaz jondi shapoor university of medical sciences, ahvaz, iranاهواز- بیمارستان امام خمینی

khataminia g, md*; keramati ag, md ahvaz jondi shapoor university of medical sciences, ahvaz, iran *corresponding author: khataminia@hotmail.com purpose: to report the demographics and clinical profile, and outcomes of canalicular laceration repaired with mini monoka monocanalicular stent. method: all patients who had undergone canalicular laceration repair over 4 years (2004-2008) at imam khom...

2007
John E. Morrison Volker R. Jacobs

A 69-year-old female patient underwent a standard laparoscopic Nissen fundoplication for repair of a hiatal hernia and correction of reflux. A Harmonic scalpel was used as the only energy source intraoperatively. The operation was uneventful until the middle of the procedure when a significant amount of blood was noted in the left upper quadrant. After aspiration and careful inspection, a 5-cm ...

Journal: :Ulusal travma ve acil cerrahi dergisi = Turkish journal of trauma & emergency surgery : TJTES 2013
Sinan Öksüz Hüseyin Karagöz Yalçın Külahçı Ersin Ülkür Asım Uslu

A rare case of pediatric brachial plexus laceration is presented. A five-year-old boy who sustained a sharp laceration on his right axillary region was immediately operated. The axillary artery, radial, ulnar and musculocutaneous nerve branches of the brachial plexus, and the lateral root of the median nerve were totally lacerated. The medial root of the median nerve was partially transected. A...

2016
Koji Furukawa

We report a relatively rare case of acute aortic regurgitation due to spontaneous laceration of aorta without dissecting aneurysm. A 73-year-old male who had complained of sudden onset of chest discomfort was admitted to our hospital, and severe aortic regurgitation with aortic valve prolapse was detected by echocardiography. There were not any echographic and radiographic evidences of dissecti...

Journal: :European journal of ophthalmology 2007
T Yagi M Sasoh T Kawano K Ito Y Uji K Ando

PURPOSE To report the finding of Thelazia callipaeda within the human subconjunctival space. METHODS An 81-year-old man with a history of traumatic conjunctival laceration that occurred 2 years previously had white worms in the subconjunctival space of his right eye. RESULTS Five worms were removed from the subconjunctival space via a local peritomy, since there was no conjunctival lacerati...

2012
Muhammad Waseem Viraj Lakdawala Rohit Patel Ramnath Kapoor Mark Leber Xuming Sun

BACKGROUND Lacerations account for a large number of ED visits. Is there a "golden period" beyond which lacerations should not be repaired primarily? What type of relationship exists between time of repair and wound infection rates? Is it linear or exponential? Currently, the influence of laceration age on the risk of infection in simple lacerations repaired is not clearly defined. We conducted...

Journal: :iranian journal of veterinary medicine 2013
mohammad mahdi molaei samaneh ebrahimi

background: teat lacerations are serious injuries thatendanger the survival of a cow within the herd. in excessivelacerations, the wound should be left to heal by second intentionhealing process. however, tissue contraction during healing canchange the alignment of the teat, creating problems for machinemilking. objectives: the purpose of the present study was toevaluate the transplantation of ...

Journal: :The Journal of the American Board of Family Practice 2003
Timothy G Carroll Michael Engelken Michael C Mosier Niaman Nazir

BACKGROUND This study assessed whether epidural analgesia was an independent risk factor for severe perineal laceration. METHODS A retrospective cohort study analyzed 2,759 patients at St. Francis Regional Medical Center who had vertex, spontaneous or induced, singleton, live, vaginal deliveries of neonates of at least 36 weeks' gestation. Patients with diabetes or severe cardiac disease were...

Journal: :Eplasty 2009
Sanjay Saraf

BACKGROUND The fetal laceration is one of the most commonly identified injuries at the caesarean delivery. The incidence in the literature has been reported to be as high as 3%. The management of such injuries has remained a perplexing problem for both the physician and the parents. MATERIALS AND METHODS We present a case of a newborn who accidentally sustained laceration over the face during...

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

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

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