نتایج جستجو برای: scheduled analgesia

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

Journal: :PANACEA JOURNAL OF MEDICAL SCIENCES 2023

The study was conducted to assess & compare the effect of pretreatment with intravenous Dexmedetomidine and Magnesium sulphate on characteristics SAB hyperbaric bupivacaine. 80 ASA grade I II patients (age: 18-60 years) scheduled for infraumblical surgery under spinal anesthesia were included randomly divided into group-D (dexmedetomidine 1μ gm/kg) group-M (magnesium sulfate 50 mg/kg). give...

Journal: :Canadian journal of anaesthesia = Journal canadien d'anesthesie 1994
D H McLeod D H Wong R J Claridge P M Merrick

A new lateral approach to blocking the sciatic nerve in the popliteal fossa is described. In a prospective study, 40 patients scheduled for foot surgery involving osteotomies were allocated randomly into one of two groups following induction of general anaesthesia: group PS (n = 21) received a lateral popliteal sciatic nerve block and group SC (n = 19) received subcutaneous infiltration of the ...

Journal: :Anaesthesia 2007
T Ishiyama T Iijima T Sugawara K Shibuya H Sato Y Terada M Ichikawa D I Sessler T Matsukawa

We studied whether delivering postoperative analgesia, using a patient-controlled epidural analgesia (PCEA) device was effective and safe in elderly patients. We enrolled 40 patients aged > 65 years (elderly group) and 40 patients aged 20-64 years (young group) scheduled for elective major abdominal surgery. PCEA infusion was started following completion of surgery. Mean (SD) fentanyl consumpti...

Journal: :The British journal of ophthalmology 2001
N Kristin C L Schönfeld M Bechmann M Bengisu K Ludwig A Scheider A Kampik

AIM Vitrectomies are performed either under general anesthesia (GA), local anesthesia (LA), or a combination of both. Postoperative pain is expected to be less in patients with LA because of prolonged action of the local anaesthetic. Pre-emptive analgesia is based on the idea that analgesia initiated before a nociceptive event will be more effective than analgesia commenced afterwards. The auth...

2017
Savita Gupta Rashmi Sharma

BACKGROUND AND AIMS Caudal epidural analgesia is commonly practised regional block technique in children undergoing infraumbilical surgeries but has a short duration of action after single shot local anaesthetic injection. The aim of this study was to compare ropivacaine 0.25% with dexmedetomidine and tramadol in caudal anaesthesia in paediatric infraumbilical surgeries. METHODS In a randomis...

2015
Ananda Bangera

Pain is one of the most distressing post-operative consequences of surgeries. Opioids have been the mainstay in providing pain relief. Morphine is the considered to be the “gold standard” amongst opioids as an analgesic. Nalbuphine, a synthetic opioid agonist/antagonist has analgesic potency almost equivalent to that of morphine on a milligram basis and fewer complications like respiratory depr...

Journal: :Middle East journal of anaesthesiology 2015
Nirmala Jonnavithula Sandeep Garre Sailakshman Pasupuleti Padmaja Durga Dilip Kumar Kulkarni Gopinath Ramachandran

PURPOSE Lumbar laminectomy is a commonly performed procedure in neurosurgical and orthopedic practice. Postoperative pain reliefhelps in early mobilization, initiation of physiotherapy, provides satisfaction to the patients and plays an important role in reducing the morbidity and mortality. This prospective study investigated the simple technique of instillation of wound with bupivacaine and l...

2014
Saumya Biswas Ratan Kumar Das Gauri Mukherjee Tapas Ghose

BACKGROUND Apha-2 agonists are combined with local anesthetics to extend the duration of regional anesthesia. We evaluated the effect of combining dexmedetomidine with levobupivacine with respect to duration of motor and sensory block and duration of analgesia. METHODS Sixty patients scheduled for elective forearm and hand surgery were divided into two equal groups in a randomized double blin...

2011
Ali Uzuner Kemal Tolga Saracoglu Ayten Saracoglu Ozcan Erdemli

BACKGROUND Opioid and local anesthetic infusion by an epidural catheter is widely used as a postoperative pain management method after major abdominal surgeries. There are several agents nowadays to provide sufficient analgesia. The agents which cause less side effects but better quality of analgesia are more valuable. We aimed to postoperatively compare the analgesic, hemodynamic and arrhythmo...

Journal: :Asian Journal of Medical Sciences 2023

Background: Regional anesthesia avoids airway instrumentation, preserves conscious level and provide rapid recovery with significant postoperative analgesia. There has always been a search for adjuvants to the regional nerve block drugs that prolong duration of analgesia but lesser adverse effects. The ideal additive still continues, therefore in this study, we investigated effects addition dex...

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

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

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