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

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

Journal: :The Journal of pharmacology and experimental therapeutics 1999
T K Henthorn Y Liu M Mahapatro K Y Ng

Previous studies have shown that uptake of the lipophilic opioid, fentanyl, by pulmonary endothelial cells occurs by both passive diffusion and carrier-mediated processes. To evaluate if the latter mechanism also exists in brain endothelium, transport of [3H]fentanyl was examined in primary cultured bovine brain microvessel endothelial cell (BBMEC) monolayers. Uptake of fentanyl appears to occu...

Background Self-extubation is a problem in pediatric intensive care unit (PICU) and can be harmful for children. Level of sedation is a determining factor for self-extubation. The aim of this study was to compare thr rate of self-extubation and duration of ventilation following different sedative modalities. Materials and Methods This prospective and randomized study was done in Mofid Children ...

Background & Aim: One of the common reasons for selecting C-section by mothers is the fear of labor pain. Hence, many attempts have been made to reduce C-section cases and increase painless delivery. Therefore, this study aimed to compare the efficacy of anesthesia with fentanyl injection and anesthesia with water injection on pain intensity, labor duration and satisfaction with labor in women ...

2013
Valiallah Hassani Gholamreza Movassaghi Vahid Goodarzi Saeid Safari

BACKGROUND Induction of anesthesia and endotracheal intubation often creates a period of hemodynamic instability in hypertensive patients. Endotracheal intubation of the trachea stimulates laryngeal and tracheal sensory receptors, resulting in a marked increase in the elaboration of sympathetic amines. OBJECTIVES This trial aimed to evaluate and compare the efficacy of fentanyl and fentanyl p...

Journal: :Journal of chromatography. B, Analytical technologies in the biomedical and life sciences 2014
Sudeep R Bista Michael Lobb Alison Haywood Janet Hardy Angela Tapuni Ross Norris

Monitoring fentanyl concentration in saliva and plasma may be useful in pharmacokinetic/pharmacodynamic studies. Salivettes(®) have been used widely for collecting saliva samples. However due to its lipophilicity, fentanyl adsorbs to the cotton dental bud (CDB) used in this device. Furthermore, due to dry mouth being a common adverse effect seen in patients treated with opioids, obtaining enoug...

Journal: :MMWR. Morbidity and mortality weekly report 2016
Alexis B Peterson R Matthew Gladden Chris Delcher Erica Spies Amanda Garcia-Williams Yanning Wang John Halpin Jon Zibbell Carolyn Lullo McCarty Jolene DeFiore-Hyrmer Mary DiOrio Bruce A Goldberger

In March and October 2015, the Drug Enforcement Administration (DEA) and CDC issued nationwide alerts identifying fentanyl, particularly illicitly manufactured fentanyl (IMF), as a threat to public health and safety (1,2). IMF is pharmacologically similar to pharmaceutical fentanyl (PF), but is unlawfully produced in clandestine laboratories, obtained via illicit drug markets, and includes fent...

Journal: :Anesthesia and analgesia 2003
Hiroko Iwakiri Osamu Nagata Takashi Matsukawa Makoto Ozaki Daniel I Sessler

UNLABELLED Fentanyl reduces the amount of propofol necessary to prevent responses to surgical stimuli. However, opioids have relatively little effect on consciousness. We, therefore, tested the hypothesis that fentanyl minimally alters the effect-site concentration of propofol associated with awakening. Fifty women having gynecologic laparotomy with propofol anesthesia were randomly allocated i...

Journal: :Pharmacological reports : PR 2012
ChengYong Gu MaiTao Zhou HongYe Wu Fei Li QiFeng Tang

BACKGROUND Fentanyl-induced cough is not an uncommon phenomenon during the induction of general anesthesia. A preliminary randomized controlled study was designed to observe the effects of different priming doses of fentanyl on fentanyl-induced cough during induction of anesthesia. METHODS Four hundred patients were randomized into four groups (n = 100 for each). Group I received 5 ml saline ...

Journal: :iranian journal of medical sciences 0
safoura rouholamin department of obstetrics and gynecology, alzahra general hospital, isfahan university of medical science, isfahan, iran mitra jabalameli department of anaesthesiology and critical care, alzahra general hospital, isfahan university of medical science, isfahan, iran fatemeh gourtanian department of obstetrics and gynecology, alzahra general hospital, isfahan university of medical science, isfahan, iran

background: the effects of different opioids on postoperative nausea and vomiting (ponv) and pain have not been conclusively determined. the aim of this study was to compare the effects of fentanyl, remifentanil or fentanyl plus morphine on the incidence of ponv and pain in women subjected to cesarean section under general anesthesia. methods: the study was a randomized clinical trial recruitin...

Journal: :Danish medical journal 2013
Morten Sejer Hansen Jørgen Berg Dahl

INTRODUCTION The intranasal (IN) mode of application may be a valuable asset in non-invasive pain management. Fentanyl demonstrates pharmacokinetic and pharmacodynamic properties that are desirable in the management of acute pain, and IN fentanyl may be of value in the prehospital setting. The aim of this systematic review was to evaluate the current evidence for the use of IN fentanyl in the e...

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

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

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