نتایج جستجو برای: radiofrequency filter

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

 هادی صمیمی اردستانی, , جلال مهدیزاده, , مژگان کیانی آسیابر, ,

Background: Resulting from the rough flow of air through the nose and throat during sleep, snoring can arise from transitory obstruction at various levels, rendering the sufferer feeling sleep deprived. A relatively new method using radiofrequency technology, called palatoplasty (somnoplasty), can be used to reduce the size of obstructive tissues in the nose and throat. In this study, we assess...

Journal: :iranian journal of public health 0
seyed mohammad javad mortazavi medical physics & medical engineering department, school of medicine, shiraz university of medical sciences, shiraz, iran ; the center for research on radiological sciences, school of allied medical sciences, shiraz university of medical sciences, shiraz, iran. shahram taeb naser dehghan

radar transmitters emit high-power radiofrequency radiation by creation of a high-voltage and high-frequency alternating electrical current.health effects of occupational exposure to military radar were investigated. visual reaction time was recorded with a simple blind computer-assisted-visual reaction time test. to assess the short-term memory, modified wechsler memory scale test was performe...

Journal: :iranian journal of radiation research 0
s.m.j. mortazavi department of medical physics and medical engineering , school of medicine, shiraz university of medical sciences, shiraz, iran n. erfani shiraz institute for cancer research, school of medicine, shiraz university of medical sciences, shiraz, iran h. mozdarani department of medical genetics, faculty of medical sciences, tarbiat modares university, tehran, iran r. azmoonfar radiology department, school of paramedical sciences, shiraz university of medical sciences, shiraz, iran n. shokrpour school of paramedical sciences, shiraz university of medical sciences, shiraz, iran

background: radiation-induced bystander effect is a response which results in damage in non-irradiated cells in response to signals from the irradiated cells. the aim of the present study was to investigate microwave-induced bystander effect from a gsm mobile phone simulator on induction of apoptosis in jurkat cell line. materials and methods: jurkat cells were divided into three groups of non-...

Journal: :iranian journal of medical physics 0
sayyede batoul shokouhian department of biomedical engineering, faculty of engineering, university of isfahan, isfahan, iran. alireza karimian department of biomedical engineering, faculty of engineering, university of isfahan, isfahan, iran. mohammad mohammad-zadeh information communication technology (ict) faculty, ict ministry, tehran, iran department of nuclear engineering, shahid beheshti university g. c., tehran, iran hamid reza salighe-rad department of medical physics & biomedical engineering and research center for science and technology (rcstim); tehran university of medical sciences, tehran, iran.

introduction radiofrequency planar microcoils are used to increase the resolution of magnetic resonance images of small samples. in this study, we aimed to design and fabricate a spiral planar microcoil constructed on a double-sided printed circuit board (pcb). it has four rings with an internal diameter of 241 microns tuned and matched at 63.8 mhz. materials and methods to achieve the maximum ...

Journal: :Anaesthesiology intensive therapy 2014
Massimo Barbieri Martina Bellini

BACKGROUND Radiofrequency is widely used in the treatment of chronic pain for its efficacy and low incidence of side effects and complications. Despite this, it is commonly believed that this kind of treatment could interfere with medical implantable devices. Potential interference between implanted devices such as pacemakers, defibrillators and spinal cord stimulators and the radiofrequency of...

Journal: :Heart 1997
D H Bennett

OBJECTIVE To report experience with radiofrequency catheter ablation of fascicular tachycardia including two cases of the rare type of this arrhythmia which arises from the anterior fascicle of the left bundle branch. DESIGN Review of results of radiofrequency ablation in nine consecutive patients presenting with fascicular tachycardia. SETTING Regional cardiac centre. INTERVENTION Percut...

Journal: :AJNR. American journal of neuroradiology 2015
Y Che S Jin C Shi L Wang X Zhang Y Li J H Baek

BACKGROUND AND PURPOSE Nodular goiter is one of the most common benign lesions in thyroid nodule. The main treatment of the disease is still the traditional surgical resection, however there are many problems such as general anesthesia, surgical scar, postoperative thyroid or parathyroid function abnormalities, and high nodules recurrence rate in residual gland. The purpose of this study was to...

Journal: :Diagnostic and interventional radiology 2012
Servet Tatli Umit Tapan Paul R Morrison Stuart G Silverman

Radiofrequency ablation is the most commonly used percutaneous ablation technique and well-documented in the literature on focal therapies. It has become the image-guided ablation method of choice because of its efficacy, safety, and ease of use. Radiofrequency ablation has shown promise in treating selected solid tumors, particularly those involving the liver, kidneys, lungs, ...

Journal: :Circulation 2001
H Bertram R Bökenkamp M Peuster G Hausdorf T Paul

BACKGROUND Complications concerning the coronary arteries that are directly related to radiofrequency catheter ablation procedures have not been reported in children. Coronary artery lesions, however, have been demonstrated after the endocardial application of radiofrequency current in young animals. METHODS AND RESULTS Two boys with Ebstein's anomaly of the tricuspid valve developed clinical...

Journal: :Circulation. Arrhythmia and electrophysiology 2015
Babak Nazer Vasant Salgaonkar Chris J Diederich Peter D Jones Srikant Duggirala Yasuaki Tanaka Bennett Ng Richard Sievers Edward P Gerstenfeld

BACKGROUND Epicardial radiofrequency catheter ablation of ventricular tachycardia remains challenging because of the presence of deep myocardial scar and adjacent cardiac structures, such as the coronary arteries, phrenic nerve, and epicardial fat that limit delivery of radiofrequency energy. High-intensity ultrasound (HIU) is an acoustic energy source able to deliver deep lesions through fat, ...

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

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

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