نتایج جستجو برای: type of opioid

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

Journal: :Proceedings of the National Academy of Sciences of the United States of America 1992
R Spanagel A Herz T S Shippenberg

The mesolimbic dopaminergic system has been implicated in mediating the motivational effects of opioids and other drugs of abuse. The site of action of opioids within this system and the role of endogenous opioid peptides in modulating dopamine activity therein remain unknown. Employing the technique of in vivo microdialysis and the administration of highly selective opioid ligands, the present...

Journal: :European Heart Journal 2022

Abstract Background Acute identification and treatment of myocardial infarction (MI) is crucial for survival. MI symptom presentation typically characterized by chest pain. Regular use opioids to relief pain chronic diseases common. However, it has not been investigated whether opioid administered prior onset associated more with atypical ischemia compared non-opioid users. Purpose To investiga...

Journal: :The Journal of neuroscience : the official journal of the Society for Neuroscience 2002
Blandine Pommier Françoise Beslot Axelle Simon Matthieu Pophillat Toshimitsu Matsui Valérie Dauge Bernard P Roques Florence Noble

Stimulation of the brain CCK2 receptor by the C-terminal octapeptide CCK8 of cholecystokinin (CCK) negatively modulates opioid responses. This suggests the existence of physiologically relevant interactions between endogenous CCK and opioid peptides, opening new perspectives particularly in the treatment of pain or drug addiction. CCK2 receptor-deficient mice were used to analyze the incidence ...

Journal: :Molecular pharmacology 1998
S Chakrabarti L Wang W J Tang A R Gintzler

Despite the demonstration that chronic morphine increases phosphorylation of multiple substrate proteins, their identity has, for the most part, remained elusive. Thus far, chronic morphine has not been shown to increase the phosphorylation of any identified effector protein. This is the first demonstration that persistent activation of opioid receptors has profound effects on phosphorylation o...

Journal: :American journal of physiology. Renal physiology 2004
Niels Hadrup Jørgen S Petersen Jeppe Praetorius Eddi Meier Martin Graebe Lone Brønd Dennis Staahltoft Søren Nielsen Sten Christensen Daniel R Kapusta Thomas E N Jonassen

Nociceptin, the endogenous ligand of the inhibitory G protein-coupled opioid receptor-like 1 receptor, produces aquaresis (i.e., increases the excretion of solute-free urine) in rats. However, the mechanism underlying this effect has not yet been explained. Using immunohistochemistry, we found the opioid receptor-like 1 receptor in the rat kidney colocalized with the vasopressin-regulated water...

Journal: :The Journal of biological chemistry 2007
Tarja T Leskelä Piia M H Markkanen E Maritta Pietilä Jussi T Tuusa Ulla E Petäjä-Repo

Accumulating evidence has indicated that membrane-permeable G protein-coupled receptor ligands can enhance cell surface targeting of their cognate wild-type and mutant receptors. This pharmacological chaperoning was thought to result from ligand-mediated stabilization of immature receptors in the endoplasmic reticulum (ER). In the present study, we directly tested this hypothesis using wild-typ...

2002
Alexis Bailey Catherine Ledent Mary Kelly Susanna M. O. Hourani Ian Kitchen

A large body of evidence indicates important interactions between the adenosine and opioid systems in regulating pain at both the spinal and supraspinal level. Mice lacking the A2A receptor gene have been developed successfully, and these animals were shown to be hypoalgesic. To investigate whether there are any compensatory alterations in opioid systems in mutant animals, we have performed qua...

M. Amanatkar M. Salehi, Majid Barekatain

Background: A number of drugs are used to control opioid withdrawal symptoms during detoxification. Tramadol, as a partial opioid agonist, has been widely used to manage acute and chronic pains. The present study was designed to assess the effectiveness of tramadol in methadone-assisted detoxification. Methods: In a double-blind randomized clinical trial 72 opioid-dependent patients as defined ...

Journal: :The Journal of neuroscience : the official journal of the Society for Neuroscience 1995
K I Rusin H C Moises

Whole-cell patch-clamp recordings were used to characterize calcium channel types that are modulated by mu-opioid receptor activation in rat dorsal root ganglion (DRG) neurons. Five distinct components of high-threshold calcium current were isolated on the basis of their sensitivity to the selective channel blockers omega-conotoxin GVIA, nifedipine, omega-conotoxin MVIIC, or omega-agatoxin IVA....

2009
Gary McCleane

The number of available opioid preparations, each with differing chemical properties, structure and opioid receptor affinity, increases with time. The efficacy of these opioids in the treatment of pain arising from a diverse range of disorders is beyond question. With the passage of time, the list of those conditions where an opioid is recommended as a treatment option increases, and that list ...

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

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

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