نتایج جستجو برای: intravenous morphine

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

Journal: :Revista brasileira de anestesiologia 2009
Leonardo Teixeira Domingues Duarte Maria do Carmo Barretto de Carvalho Fernandes Verônica Vieira da Costa Renato Angelo Saraiva

BACKGROUND AND OBJECTIVES Intravenous or epidural patient-controlled analgesia (PCA) is a safe and effective technique in the treatment of postoperative pain. However, the use of opioids is not devoid of risks,and respiratory depression represents the most feared complication. The objective of the present study was to describe the incidence of respiratory depression associated with postoperativ...

Journal: :British journal of pharmacology 1979
S R Bowen F G Carpenter

1 The nerve-induced secretion produced by the rat parotid gland is proportional to the frequency of stimulation. Morphine decreased the flow rate during stimulation at 2.5 and 5 Hz, but not at 20 Hz. This frequency-dependent action of morphine and was partially reversed by naloxone. 2 The secretion produced by the rat parotid gland during an intravenous infusion of acetylcholine was not diminis...

Journal: :Clinics (Sao Paulo, Brazil) 2009
Luciana Moraes dos Santos Verônica Cavani Jorge Santos Silvia Regina Cavani Jorge Santos Luiz Marcelo Sá Malbouisson Maria José Carvalho Carmona

OBJECTIVES To evaluate the effects of intrathecal morphine on pulmonary function, analgesia, and morphine plasma concentrations after cardiac surgery. INTRODUCTION Lung dysfunction increases morbidity and mortality after cardiac surgery. Regional analgesia may improve pulmonary outcomes by reducing pain, but the occurrence of this benefit remains controversial. METHODS Forty-two patients we...

Journal: :Middle East journal of anaesthesiology 2015
Abdolhossein-Davoodabadi Mohammad Reza-Fazel Hamid Reza-Vafaei Shohreh Parviz

BACKGROUND Post-thoracotomy pain is the most severe types of postoperative pain. This study compares the effects of intrapleural bupivacaine and morphine on post-thoracotomy pain. METHODS In a double blind clinical trial study, 30 patients candidate for unilateral thoracotomy were randomly divided into bupivacaine and morphine groups. Patients in the morphine group received 0.2 mg/kg morphine...

Journal: :BMC Pharmacology 2004
Emma M Gordon Carolyn Myers Jeffrey Blumer

BACKGROUND Intravenous morphine use is associated with elevated histamine release leading to bronchoconstriction, edema and hemodynamic instability in some patients. This study evaluated the possibility that sulfite, which is present as a preservative in many morphine preparations, might contribute to histamine release in vitro. RESULTS The human mast cell line, HMC-1, was exposed to various ...

2012
Nils Bjerregaard Lone Nikolajsen Thomas Fichtner Bendtsen Bodil Steen Rasmussen

Purpose. Transversus abdominis plane (TAP) blocks have been shown to reduce pain and opioid requirements after abdominal surgery. The aim of the present case series was to demonstrate the use of TAP catheter injections of bupivacaine after major abdominal surgery. Methods. Fifteen patients scheduled for open colonic resection surgery were included. After induction of anesthesia, bilateral TAP c...

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

Background and purpose: Postoperative pain is the most common problem after elective laparoscopic cholecystectomy. This study assessed the effect of gabapentin on postoperative pain after laparoscopic cholecystectomy. Materials and methods: In this study 80 patients aged 20-60 (ASA class I, II) who were candidates for laparoscopic cholecystectomy were randomized into two groups to receive gaba...

Journal: :Anesthesiology 2008
Frédéric Martin Kamel Cherif Marc Emile Gentili Dominique Enel Emuri Abe Jean Claude Alvarez Jean Xavier Mazoit Marcel Chauvin Didier Bouhassira Dominique Fletcher

BACKGROUND The analgesic effect of perioperative low doses of intravenous lidocaine has been demonstrated after abdominal surgery. This study aimed to evaluate whether a continuous intravenous low-dose lidocaine infusion reduced postoperative pain and modified nociceptive pain threshold after total hip arthroplasty. METHODS Sixty patients participated in this randomized double-blinded study. ...

Ali Khosh Baten, Alireza Asgari, Hasan Firooz-Abadi, Hasan Ghoshooni, Hedayat Sahraei, Mohsen Foadodini,

  The involvement of nitric oxide (NO) in the reinforcing properties of opiate reward was studied by examining the effect of a NO precursor (L-arginine) and a NO synthase inhibitor (L-NAME) on the rate of intravenous self-administration of morphine. This experiment was investigated in male albino Sprague Dawley rats (300 ± 50 g). At doses of 5 and 10 mg/kg (i.p.), L-arginine decreased morphine ...

2008
Claire Rickard Peter O’Meara Matthew McGrail David Garner Peter Le Lievre

150 words) Study Objective To compare intranasal fentanyl (INF) with intravenous morphine (IVM) for prehospital analgesia. Methods Randomized, controlled, open-label trial. Consecutive adult patients (n=258) requiring analgesia (Verbal Rating Score (VRS) >2/10 non-cardiac or >5/10 cardiac) were recruited. Patients received INF 180mcg +/2 doses of 60 mcg at ≥ 5 minute intervals, or IVM 2.5-5mg +...

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

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

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