نتایج جستجو برای: chronic throat pain

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

Journal: :Jurnal Kedokteran Diponegoro 2023

Esophageal foreign bodies are sharp or blunt objects food that gets stuck and wedged in the esophagus due to being swallowed either intentionally accidentally.A 53-year-old male patient arrived complaining of constant, worsening swallowing pain has persisted for past four days. The discomfort was initially experienced above throat, but after attempting several traditional procedures remove bone...

Helisaz, Mohammad Taghi, Mirzamani, Seyed Mahmoud, Sadidi, Ahmad, Safari, Akbar,

Objectives: This study aimed to investe the impact of pain on older people with chronic pain. Methods & Materials: Participants were 585 individuals (n=77 aged 60 years andover, n=508 aged Lessthan 60 years old) with chronic pain in their leg, back, hands, neck and shoulders. The main assessment measure was the West Haven-Yale Multidimensional Pain Inventory (WHYMPI). Results: The two gro...

ژورنال: بیهوشی و درد 2016

Background: There are many studies that examine the relationship between chronic pain and childhood traumatic experiences. However, there are little researches on pain and early maladaptive schemas and their relationship is not clear. The aim of this study was to examine the relationship between chronic pain and early maladaptive schemas. Materials and Methods: In a descriptive-correlation and ...

A Bahrampour A Ebrahimi-Nejad G Ebrahimi-Nejad S Kohan

The McGill Pain Questionnaire (MPQ) consists primarily of 3 major classes of word descriptors -sensory, affective and evaluative that are used by patients to specify subjective pain experience. It also contains an intensity scale and other items to determine the properties of pain experience. The questionnaire was designed to provide quantitative measures of clinical pain that can be treated st...

Journal: :journal of lasers in medical sciences 0
tarek ammar department of basic science, faculty of physical therapy, cairo university, cairo, egypt

introduction: low back pain (lbp) is the most common musculoskeletal disease. monochromatic infrared photo energy (mipe) and low level laser therapy (lllt) are light modalities used to reduce pain and increase blood flow. the aim of this study was to compare the effects of the mipe and lllt in reducing functional disability and pain as well as improving lumbar range of motion (rom) in patients ...

Journal: :caspian journal of internal medicine 0
yahya javadian department of physiotherapy, babol university of medical sciences, babol, iran mohammad akbari department of physiotherapy, iran university of medical sciences, tehran, iran ghadamali talebi department of physiotherapy, babol university of medical sciences, babol, iran. mohammad taghipour-darzi department of physiotherapy, babol university of medical sciences, babol, iran. naser janmohammadi department of orthopedy, babol university of medical sciences, babol, iran.

background: excessive lumbar vertebrae translation and rotation in sagittal plane has been attributed as an associated factor of lumbar segmental instability (lsi) and low back pain (lbp). reduction of these abnormalities improves back pain. the aim of this study was to investigate the effect of core stability exercise on the translation and rotation of lumbar vertebrae in sagittal plane in pat...

Journal: :thrita 0
atousa janzade physiology research center, faculty of medicine, iran university of medical sciences, tehran, ir iran; laboratory of basic sciences, department of basic sciences, faculty of allied medicine, iran university of medical sciences, tehran, ir iran seyed behnamedin jameie laboratory of basic sciences, department of basic sciences, faculty of allied medicine, iran university of medical sciences, tehran, ir iran; department of anatomy, faculty of medicine, iran university of medical sciences, tehran, ir iran; cellular and molecular research center, iran university of medical sciences, tehran, ir iran shahla choobchian department of management and agricultural development, faculty of agricultural economics and development, iran university, tehran, ir iran farinaz nasirinezhad physiology research center, faculty of medicine, iran university of medical sciences, tehran, ir iran; department of physiology, faculty of medicine, iran university of medical sciences, tehran, ir iran; physiology research center, faculty of medicine, iran university of medical sciences, tehran, ir iran. tel: +98-9121969564, fax: +98-2122748828

conclusions coq10 abolished neuropathic pain in cci rats. prevention of cell loss might be attributed to the analgesic effect of coq10. hence, it might be used as a therapeutic intervention for neuropathic pain. background oxidative stress contributes to neuropathic pain. coenzyme q10 (coq10) is used for the treatment of neurodegenerative diseases. however, there is no report regarding the ther...

Journal: :journal of rehabilitation sciences and research 0
ramin fallahzadeh school of rehabilitation sciences of shiraz university of medical sciences soraya pirouzi school of rehabilitation sciences of shiraz university of medical sciences shohreh taghizadeh school of rehabilitation sciences of shiraz university of medical sciences

background: chronic non-specific low back pain is a common disorder that often has no clear mechanism. exercise therapy is an effective and safe method for treatment of chronic musculoskeletal disorders such as back pain. pilate’s and williams’ exercises are two types of distinct exercises used for the treatment of back pain, but there is no evidence for the advantage of these two exercises in ...

Journal: :caspian journal of pediatrics 0
soheila ghomian tehran mohammad reza shairi tehran

background: in recent years, the interest in relation to the identification of adaptive mechanisms through which people continue to improve their psychological well-being, despite the experience of chronic pain, has been observed. acceptance is one of these positive psychological factors. we aimed to investigate the effect of acceptance and commitment therapy for children with chronic pain on e...

Journal: :acta medica iranica 0
s. m. mirzamani a. safari s. k. jena m. t. hollisaz m. safara

patients afflicted with chronic pain have both physical and psychological problems. this research investigated the impact of the psychological factors in the treatment results of transcutaneous electrical nerve stimulation (tens) in the patients afflicted with chronic diseases. the subjects were 37 individuals (20 males and 17 females) with the mean age of 46 who had referred to two centers of ...

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

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

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