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

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

2015
Negar Behzadi Fard Aleksandra Krajacic Francois D Roy Sarah Southon Kajsa Duke

Material and methods Three pressure mats (FSA, Vista Medical, Winnipeg) were placed on the Jackson frame before positioning the patient. Data was continuously recorded during surgery and the average and maximum pressures on the chest, left and right hip/thigh region was calculated (Figure 1). The LFCN SSEP was tested by stimulating the anterolateral thigh and recording the evoked potentials ove...

Journal: :The Journal of bone and joint surgery. British volume 1997
M H Noordeen J Lee C E Gibbons B A Taylor G Bentley

We reviewed retrospectively the role of monitoring of somatosensory spinal evoked potentials (SSEP) in 99 patients with neuromuscular scoliosis who had had operative correction with Luque-Galveston rods and sublaminar wiring. Our findings showed that SSEP monitoring was useful and that a 50% decrease in the amplitude of the trace optimised both sensitivity and specificity. The detection of true...

Journal: :Stereotactic and functional neurosurgery 1999
M I Ruge J Victor S Hosain D D Correa N R Relkin V Tabar C Brennan P H Gutin J Hirsch

Although the correspondence between functional-magnetic resonance imaging (fMRI) representations of the sensorimotor cortex and intraoperative electrophysiology (including somatosensory evoked potential, SSEP, recordings and direct cortical stimulation) has been reported, a similar correspondence between fMRI and intraoperative localization of the language-sensitive cortex is not as well establ...

2010
T. Bodineau

We consider the steady state of a one dimensional diffusive system, such as the symmetric simple exclusion process (SSEP) on a ring, driven by a battery at the origin or by a smoothly varying field along the ring. The battery appears as the limiting case of a smoothly varying field, when the field becomes a delta function at the origin. We find that in the scaling limit the long range pair corr...

Journal: :Indian journal of physiology and pharmacology 2022

Objectives: The aim of this article is to explain the detailed methodology record Motor evoked potential (MEP) and somatosensory (SSEP) in adult albino Wistar rat, male (200–250 g) which has not been defined previously. Materials Methods: We have standardised recording both MEP SSEP these rats under anaesthesia on ADI digital polyrite system. Results: Evoked potentials widely studied spinal cor...

Journal: :Journal of Statistical Physics 2019

Journal: :Journal of Statistical Physics 2021

We consider the one dimensional symmetric simple exclusion process with a slow bond. In this model, particles cross each bond at rate $N^2$, except particular bond, where is $N$. Above, $N$ scaling parameter. This model has been considered in context of hydrodynamic limits, fluctuations and large deviations. investigate moderate deviations from hydrodynamics obtain deviation principle.

2017

Objective. Steady-state evoked potentials (SSEPs), the brain responses to repetitive stimulation, are commonly used in both clinical practice and scientific research. Particular brain mechanisms underlying SSEPs in different modalities (i.e. visual, auditory and tactile) are very complex and still not completely understood. Each response has distinct resonant frequencies and exhibits a particul...

Journal: :Neurology 2021

Objective To test the prognostic value of brain MRI in addition to clinical and electrophysiologic variables patients post–cardiac arrest (CA), we explored data from randomized Neuroprotect Post-CA trial ( NCT02541591 ). Methods In this trial, MRIs were prospectively obtained. We calculated receiver operating characteristic (ROC) curves for average apparent diffusion coefficient (ADC) percentag...

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

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

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