نتایج جستجو برای: naloxone

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

2017
Christa R Lewis Hoa T Vo Marc Fishman

Deaths due to prescription and illicit opioid overdose have been rising at an alarming rate, particularly in the USA. Although naloxone injection is a safe and effective treatment for opioid overdose, it is frequently unavailable in a timely manner due to legal and practical restrictions on its use by laypeople. As a result, an effort spanning decades has resulted in the development of strategi...

Journal: :Circulation research 1992
H P Schobel R M Oren A L Mark D W Ferguson

Naloxone, an opioid antagonist, augments baroreflex mechanisms in animals; this occurrence suggests that endogenous opioids blunt baroreflex responses. Limited human studies suggest an inhibitory action of endogenous opioids on baroreflex-mediated vagal responses during arterial baroreceptor deactivation. To evaluate the potential effect of endogenous opioids on cardiopulmonary baroreflex mecha...

2012
Zahra K. Hafeshjani Manizheh Karami Masoomeh Biglarnia

OBJECTIVE Role of nitric oxide (NO) in reversing morphine anti-nociception has been shown. However, the interaction between NO and naloxone-induced pain in the hippocampus is unknown. The present study aimed to investigate the involvement of molecule NO in naloxone-induced pain and its possible interaction with naloxone into cortical area 1 (CA1) of hippocampus. MATERIALS AND METHODS Male Wis...

Journal: :Pain practice : the official journal of World Institute of Pain 2016
Ralf Baron Jan-Peter Jansen Andreas Binder Manuel Pombo-Suarez Lieven Kennes Matthias Müller Dietmar Falke Ilona Steigerwald

OBJECTIVE To evaluate tolerability, safety, and quality-of-life outcomes in non-opioid-pretreated patients with severe chronic low back pain with a neuropathic component receiving tapentadol PR vs. oxycodone/naloxone PR. METHODS Eligible patients (average pain intensity [numerical rating scale] ≥ 6; painDETECT positive/unclear ratings) were randomized to twice-daily tapentadol PR 50 mg or oxy...

Journal: :Domestic animal endocrinology 1990
J D Armstrong K L Esbenshade M T Coffey E Heimer R Campbell T Mowles A Felix

Endogenous opioid peptides mediate the effect of suckling on LH and PRL in the domestic pig. However, the role of opioids in modulating GH during lactation in swine is not known. Primiparous sows that had been immunized against GRF(1-29) conjugated to human serum albumin (GRF-HSA, n = 5) or HSA (n = 4) were used to determine changes in GH after naloxone. Treatments were imposed in all sows on d...

2016
Michael A Ueberall Alice Eberhardt Gerhard HH Mueller-Schwefe

OBJECTIVE To compare the quality of life of patients with moderate-to-severe chronic low back pain under treatment with the WHO-step III opioids oxycodone/naloxone, oxycodone, or morphine in routine clinical practice. STUDY DESIGN Prospective, 12-week, randomized, open-label, blinded end-point study in 88 medical centers in Germany. PATIENTS AND METHODS A total of 901 patients requiring aro...

2018
Rebecca McDonald Ulrike Lorch Jo Woodward Björn Bosse Helen Dooner Gill Mundin Kevin Smith John Strang

BACKGROUND AND AIMS Take-home naloxone can prevent death from heroin/opioid overdose, but pre-provision is difficult because naloxone is usually given by injection. Non-injectable alternatives, including naloxone nasal sprays, are currently being developed. To be effective, the intranasal (i.n.) spray dose must be adequate but not excessive, and early absorption must be comparable to intramuscu...

Journal: :Behavioral neuroscience 1987
M Vigorito J J Ayres

Painful stimuli are known to engage an endorphin analgesic system that can be reversed by the opiate antagonist, naloxone. Naloxone, then, should increase the effectiveness of aversive unconditioned stimuli (USs) in Pavlovian fear conditioning. Consistent with this hypothesis, naloxone administered during the acquisition of conditioned suppression in rats enhanced posttrial suppression and prec...

Journal: :Japanese journal of pharmacology 1985
S Hanada Y Deguchi H Kaneto

Stressful stimuli, electric footshock (FS), immobilized-water immersion (IW), and cold-water swimming (CWS), produced analgesia and prolonged the pentobarbital hypnosis as well as morphine and clonidine. Naloxone completely antagonized the analgesic effects of morphine and FS and partially that of IW; however, that of clonidine and CWS were not reversed by naloxone. Naloxone eliminated the hypn...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 1973
C B Pert S H Snyder

[(3)H]Naloxone, a potent opiate antagonist, binds stereospecifically to opiate-receptor sites in rat-brain tissue. The binding is time, temperature, and pH dependent and saturable with respect to [(3)H]naloxone and tissue concentration. The [(3)H]naloxone-receptor complex formation is bimolecular with a dissociation constant of 20 nM. 15 Opiate agonists and antagonists compete for the same rece...

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

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

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