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

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

Journal: :Advanced photonics research 2022

Quantitative in vivo measurement helps physicians determine abnormal tissue size or resection margin accurately. Herein, 3D imaging of features during endoscopic operation using a light switching microprojector is reported. The rotational offset microlens arrays and customized illumination fiber bundle fully integrated through single channel clinical endoscope. switches white into structured la...

Journal: :The Journal of hospital infection 2004
W A Rutala D J Weber

Endoscopes are used frequently for the diagnosis and therapy of medical disorders. For example, greater than 10000000 gastrointestinal endoscopic procedures are performed each year in the United States. Failure to employ appropriate cleaning and disinfection/sterilization of endoscopes has been responsible for multiple nosocomial outbreaks and serious, sometimes life-threatening, infections. Fl...

Journal: :The Review of scientific instruments 2012
A Huber S Brezinsek Ph Mertens B Schweer G Sergienko A Terra G Arnoux N Balshaw M Clever T Edlingdon S Egner J Farthing M Hartl L Horton D Kampf J Klammer H T Lambertz G F Matthews C Morlock A Murari M Reindl V Riccardo U Samm S Sanders M Stamp J Williams K D Zastrow C Zauner

A new endoscope with optimised divertor view has been developed in order to survey and monitor the emission of specific impurities such as tungsten and the remaining carbon as well as beryllium in the tungsten divertor of JET after the implementation of the ITER-like wall in 2011. The endoscope is a prototype for testing an ITER relevant design concept based on reflective optics only. It may be...

Journal: :Revista espanola de enfermedades digestivas : organo oficial de la Sociedad Espanola de Patologia Digestiva 2014
Javier Sola-Vera Francisco Uceda Rubén Cuesta Narcís Vázquez

BACKGROUND Cholangioscopy is a useful tool for the study and treatment of biliary pathology. Ultrathin upper endoscopes allow direct peroral cholangioscopy (DPC) but have some drawbacks. OBJECTIVE The aim of the study was to evaluate the success rate of DPC with an ultrathin endoscope using a balloon catheter to reach the biliary confluence. MATERIAL AND METHODS Prospective observational st...

2008
Hui-xian SUN Yu-hua ZHANG Fei-lu LUO

Industrial endoscopes inspection is an important method of remote visual testing. The endoscope image suffers from a nonlinear spatial distortion due to the wide-angle design of the endoscope’s objective lens. The spatial distortion causes the pixels shift, which makes the object distorted in an image. By correcting the pixel’s offset in Cartesian coordinate, a novel approach for nonlinear dist...

2013
AS Jang C-S Park DJ Kim S-W Park

Methods A previously healthy 74-year-old woman visited our hospital to undergo esophagogastroduodenoscopy for a checkup. She had an allergy to soybean. Approximately 1 min following administration of intravenous propofol, stridor was heard and oxygen saturation fell to 56% on pulse oximetry. We decided to stop the exam, and tried to remove the endoscope. But, the endoscope has stuck in her thro...

2014
M. TRIMARCHI P.V. TOMAZIC G. BERTAZZONI A. RATHBURN M. BUSSI H. STAMMBERGER

The anterior wall of the maxillary sinus represents a blind spot in maxillary sinus endoscopic surgery because of the absence of proper visualisation and instrumentation to reach it. The aim of this study was to validate a new approach through the oral cavity into the nose with a flexible video endoscope (oro-nasal endoscopic approach; ONEA) to visualise the entire anterior maxillary wall inclu...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2016
Steffi Sunny George Cheng Daniel Daniel Peter Lo Sebastian Ochoa Caitlin Howell Nicolas Vogel Adnan Majid Joanna Aizenberg

Camera-guided instruments, such as endoscopes, have become an essential component of contemporary medicine. The 15-20 million endoscopies performed every year in the United States alone demonstrate the tremendous impact of this technology. However, doctors heavily rely on the visual feedback provided by the endoscope camera, which is routinely compromised when body fluids and fogging occlude th...

2016
Won-Suh Choi Jin-Sung Kim Kyeong-Sik Ryu Jung-Woo Hur Ji-Hoon Seong Hyun-Jin Cho

Background. Radiofrequency ablation (RFA) is a less invasive technique for treatment of sacroiliac joint (SIJ) pain. Objective. To evaluate the feasibility and efficacy of endoscope-guided RFA for the treatment of CLBP from the SIJ complex. Methods. In this retrospective study, the medical records of 17 patients who underwent endoscope-guided RFA of the SIJ complex were reviewed. A bipolar radi...

2017
Lien Cattoir Thomas Vanzieleghem Lisa Florin Tania Helleputte Martine De Vos Bruno Verhasselt Jerina Boelens Isabel Leroux-Roels

OBJECTIVE To compare different techniques of endoscope sampling to assess residual bacterial contamination. DESIGN Diagnostic study. SETTING The endoscopy unit of an 1,100-bed university hospital performing ~13,000 endoscopic procedures annually. METHODS In total, 4 sampling techniques, combining flushing fluid with or without a commercial endoscope brush, were compared in an endoscope model. B...

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

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

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