نتایج جستجو برای: lidocaine and adrenaline solution

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

Journal: :dental research journal 0
nirmal vidhya balasubramanian saravana karthikeyan natanasabapathy velmurugan mohan abarajithan sivasankaran nithyanandan

background: interaction between local anesthetic solution, lidocaine hydrochloride (with and without adrenaline), and root canal irrigants such as sodium hypochlorite (naocl), ethylene diamine tetra-acetic acid (edta), and chlorhexidine (chx) has not been studied earlier. hence, the purpose of this in vitro study was to evaluate the chemical interaction between 2% lidocaine hydrochloride (with ...

Journal: :نشریه پرستاری ایران 0
گیتی وکیلیان vakilian, g

in this quasi-experimental study, we assess the effect of sodium bicarbonate solution on onset and duration of anesthesia with the use of lidocaine and adrenaline solution in surgical patients undergoing epidural anesthesia

گیتی وکیلیان, ,

In this quasi-experimental study, we assess the effect of sodium bicarbonate solution on onset and duration of anesthesia with the use of lidocaine and adrenaline solution in surgical patients undergoing epidural anesthesia

Journal: :novelty in biomedicine 0
mansoor zojajy shahid beheshti university of medical sciences, loghman hakim hospital, tehran, iran nadereh alani shahid beheshti university of medical sciences, loghman hakim hospital, tehran, iran samaneh abdi soofi shahid beheshti university of medical sciences, loghman hakim hospital, tehran, iran nader akbari dilmaghani shahid beheshti university of medical sciences, loghman hakim hospital, tehran, iran

background: postoperative periorbital edema and ecchymosis are common after rhinoplasty. we studied the effect of local injection of lidocaine/adrenaline immediately before osteotomy on prevention of post-operative periorbital edema and ecchymosis in rhinoplasty. m aterials and methods: thirty healthy candidates for rhinoplasty were enrolled in the self-controlled clinical trial study. lidocain...

2014
Nirmal Vidhya Balasubramanian Saravana Karthikeyan Natanasabapathy Velmurugan Mohan Abarajithan Sivasankaran Nithyanandan

BACKGROUND Interaction between local anesthetic solution, lidocaine hydrochloride (with and without adrenaline), and root canal irrigants such as sodium hypochlorite (NaOCl), ethylene diamine tetra-acetic acid (EDTA), and chlorhexidine (CHX) has not been studied earlier. Hence, the purpose of this in vitro study was to evaluate the chemical interaction between 2% lidocaine hydrochloride (with a...

2016
Shigeki Fujiwara Akiko Noguchi Masanori Tsukamoto Shinichi Ito Uno Imaizumi Yoshinari Morimoto Kazu-ichi Yoshida Takeshi Yokoyama

The analgesic effect of a local anesthetic is often insufficient in acutely inflamed tissues, due to the reduced pH and/or vasodilation. Thus, vasoconstrictors (adrenaline or noradrenaline) are often used to contain the anesthetic and prolong the analgesia, although there are minimal data regarding their effects in inflamed tissues. Therefore, we prepared a model of blood vessel inflammation (u...

2015
Kenichi Satoh Mami Chikuda Ayako Ohashi Miho Kumagai Masahito Sato Shigeharu Joh

Sudden severe hypotension also occurs in an otherwise stable surgery when adrenaline-containing in lidocaine is infiltrated and care must be taken when using adrenaline-containing in lidocaine because it occasionally induces several adverse reactions. We report the case of a 16-yearold man who scheduled for oral surgery in which abnormal arterial blood pressure changes occurred after adrenaline...

Journal: :Medicina oral, patologia oral y cirugia bucal 2008
Mahmut Sumer Ferhat Misir Nükhet Celebi Mehtap Muğlali

OBJECTIVE The objective of the present study was to investigate the pain on injection of articaine with adrenaline, prilocaine with phenylpressin , and lidocaine with adrenaline. STUDY DESIGN The study sample was comprised of 497 consecutively seen patients received 497 maxillary buccal infiltration injections or inferior alveolar block injections of 4% articaine with 1:200.000 adrenaline, 3%...

ژورنال: بینا 2019
, , Effatizadeh, A., Eghbalizarch, A., Mousavizadeh, A., Shahraki, K.,

Purpose: To compare the effects and complications of lidocaine/adrenaline with Ropivacaine in candidates for upper-lid blepharoplasty. Methods: This study was conducted as a clinical trial. Forty patients with superior upper-lid blepharoplasty following local anesthesia were randomly divided into two groups. In the first group (intervention), ropivacaine and in the second group (control) lidoca...

2017
Amélie Choquette Eric Troncy Martin Guillot France Varin Jérôme R E Del Castillo

Adrenaline is known to prolong the duration of local anesthesia but its effects on the pharmacokinetic processes of local anesthetic drugs are not fully understood. Our objective was to develop a compartmental model for quantification of adrenaline's impact on the pharmacokinetics of perineurally-injected lidocaine in the dog. Dogs were subjected to paravertebral brachial plexus block using lid...

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

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

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