نتایج جستجو برای: pediatric anesthesia

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

Journal: :Paediatric anaesthesia 2005
Isabelle Murat Isabelle Constant

The bispectral index (BIS, Aspect Medical Systems, Inc. Newton, MA) is becoming the gold standard for assessing depth of anesthesia in adult patients. Indeed, BIS values are highly correlated with the concentration of hypnotic drugs such as propofol or sevoflurane (1–8). The BIS is derived from a large database of EEG traces obtained in adult patients under various conditions of anesthesia (9)....

Journal: :Frontiers in dental medicine 2022

Patients with molar-incisor hypomineralization (MIH) may manifest tooth hfypersensitivity and difficulties in undergoing dental treatment, including fear, anxiety, behavior problems the office. Then, objective of this study was to report a clinical case series using inhalation sedation nitrous oxide oxygen as strategy management MIH pediatric patients during treatment. Pediatric their legal gua...

2004
RONALD S. LITMAN

Airway management is one of the most important aspects of pediatric anesthesia because of its inextricable relationship to the most important complication – the development of hypoxemia. This importance is further exemplified by the inherent differences in pediatric airway management when compared with adults. This chapter reviews the basics of pediatric airway management, with an emphasis on t...

2010
Sang-Ho Yoon Kyung-Han Kim Suk-Hwan Seo

BACKGROUND The purpose of this study was to investigate a dosage of remifentanil for attenuating cardiovascular changes during anesthetic induction in pediatric anesthesia. METHODS We examined the effect of remifentanil on the cardiovascular responses to intubation in 90 children ASA 1 patients, aged 4-15 years, randomly allocated to receive 1.0 ug/kg remifentanil as a bolus (R 1), or 1.5 ug/...

Journal: :Canadian journal of anaesthesia = Journal canadien d'anesthesie 2003
Katsuya Mikawa Kahoru Nishina Takanobu Uesugi Makoto Shiga Hidefumi Obara

To the Editor: We recently conducted a telephone survey of pediatric anesthesia departments in 11 Canadian university centres. Department chiefs (or designates) were asked to identify current anesthesia practice and concerns for pediatric magnetic resonance imaging (MRI). In all 11 centres, care was provided by pediatric anesthesiologists, with ten centres having MRI compatible machines availab...

2017
Afsaneh Sadeghi Ahmad Khaleghnejad Tabari Alireza Mahdavi Sara Salarian Seyed Sajjad Razavi

INTRODUCTION Anesthesia induction is a stressful event for children and their parents, and may have potentially harmful consequences on the patient's physiological and mental situation. Stressful anesthesia induction has psychological adverse effects that recur with repeated anesthesia, can lead to increased pediatric discomfort during the recovery period, and may even induce reactionary postop...

Journal: :The journal of contemporary dental practice 2009
Naser Asl Aminabadi Ramin Mostofi Zadeh Farahani

AIM The aim of the study was to evaluate the effect of cooling the soft tissue of injection sites on the pain perceptions of pediatric patients during the administration of local anesthesia for routine dental procedures. METHODS AND MATERIALS A total of 160 children aged 5-6 years were included in the present study. On a random basis, the subjects were allocated to the without ice pretreatmen...

Journal: :Anesthesiology clinics of North America 2001
R K Hamid P Newfield

Anesthesia for pediatric eye emergencies is predicted on prevention of a rise in intraocular pressure and avoidance of extrusion of the intraocular contents in the setting of a full stomach. Sedation or general anesthesia is frequently necessary for adequate examination of the eye.

2010
Eric A. Harris

External beam radiation therapy (XRT) has become one of the cornerstones in the management of pediatric oncology cases. While the procedure itself is painless, the anxiety it causes may necessitate the provision of sedation or anesthesia for the patient. This review paper will briefly review the XRT procedure itself so that the anesthesia provider has an understanding of what is occurring durin...

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

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

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