نتایج جستجو برای: type headache (tth)

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

Journal: :galen medical journal 0
peyman petramfar md, associate professor of clinical neurology research center,shiraz university of medical school,neurology department, shiraz, iran. sajad pishgar student research center,shiraz university of medical science, shiraz, iran. email: pishgarsajad@gmail.com

background: research into the role of neuroimaging in primary headaches such as tension type headache (tth) is ongoing. in the present study, we aim to evaluate the ability of neuroimaging to detect potential abnormalities in patients with new onset tth and normal neurological exam. materials and methods: in a prospective study, 294 cases of new onset tth with normal neurological exam, that had...

Journal: :acta medica iranica 0
seyyed mohammad taghi ayatollahi department of epidemiology and statistic group, shiraz university of medical sciences, shiraz, iran. leyla sahebi department of public health, national public health management center, tabriz university of medical sciences, tabriz, iran. afshin borhani haghighi department of neurology. shiraz university of medical sciences, shiraz, iran.

headache is a common symptom that constitutes a major health problem to all countries in the world. this study was conducted to estimate the prevalence of migraine and tension -type headaches(tth), its associated occupational risk factors among shiraz hospitals staffs, and to report on clinical characteristics of migraine and tth with using the international headache society (ihs) diagnosis cri...

2016
Tae-Jin Song Soo-Jin Cho Won-Joo Kim Kwang Ik Yang Chang-Ho Yun Min Kyung Chu

Although tension-type headache (TTH) is a frequent type of headache disorder and imposes a significant burden, there is scant information about the prevalence and impact of comorbid anxiety and depression among individuals with TTH. We investigated the prevalence and clinical impact of anxiety and depression among patients with TTH in the general population. We recruited Korean participants age...

2010
Teshamae S. Monteith Till Sprenger

Tension type headache (TTH) is a primary headache disorder considered common in children and adolescents. It remains debatable whether TTH and migraine are separate biological entities. This review summarizes the most recent literature of TTH with regards to children and adolescents. Further studies of TTH are needed to develop a biologically based classification system that may be facilitated ...

Journal: :Folia medica 2013
Iliyana H Pacheva Ivan G Milanov Ivan S Ivanov Rumen S Stefanov

AIM To suggest diagnostic combinations of symptoms for migraine and tension type headache (TTH), and for differentiation of overlapping headache (classified as either migraine or TTH) through evaluation of the diagnostic value of combinations of characteristics included in the International Headache Society diagnostic criteria for migraine and TTH in children and adolescents. PATIENTS AND MET...

2018
Fu-Chi Yang Hsuan-Ju Chen Jiunn-Tay Lee Sy-Jou Chen Yueh-Feng Sung Chia-Hung Kao Tse-Yen Yang

Purpose Previous studies have suggested associations between primary headache and neurodegenerative diseases; however, the relationship between tension-type headache (TTH), which is the most common type of primary headache, and Parkinson's disease (PD) remains controversial. Hence, in this nationwide, population-based, retrospective cohort study, we explored the temporal association between TTH...

Journal: :Arquivos de neuro-psiquiatria 2015
Vasilios Constantinides Evangelos Anagnostou Anastasia Bougea George Paraskevas Elisavet Kapaki Ioannis Evdokimidis Evangelia Kararizou

Migraine and tension type headache are the two most common primary headaches. The purpose of this study was to detect differences in clinical characteristics and headache triggers and in a Greek cohort of 51 migraineurs and 12 patients with tension-type headache. (TTH) Migraine patients had a significantly lower age at headache onset and frequency, higher mean visual analogue scale (VAS) and gr...

Journal: :Cephalalgia : an international journal of headache 2013
Laura Khil Andreas Straube Stefan Evers Klaus Berger

BACKGROUND Change in headache diagnoses over time within the same individual is not well studied in the adult population. In this study, we prospectively examined the individual variation of migraine and tension-type headache (TTH) diagnoses over time. METHODS As part of the epidemiological Deutsche Migräne und Kopfschmerzgesellschaft (DMKG) headache study, 1312 participants were personally i...

2015
Fu-Chi Yang Te-Yu Lin Hsuan-Ju Chen Jiunn-Tay Lee Chun-Chieh Lin Chia-Hung Kao Bernhard Schaller.

Migraine and restless legs syndrome (RLS) appear to be associated, but the relationship between tension-type headache (TTH) and RLS is unknown. This nationwide, population-based, retrospective cohort study explored the potential association between TTH and RLS.We identified 15,504 patients with newly diagnosed TTH from 2000 to 2007 and 62,016 individuals without TTH who were selected by frequen...

2016
Marcelo M. Valença

BACKGROUND/AIMS Research has shown that migraine is often associated with memory problems. There have, however, been few studies of tension-type headache (TTH) and cognition. People who report frequent headaches often report high levels of negative affect. However, less is known about the acute effects of TTH on mood. To address these gaps in our knowledge, two studies examined the effects of a...

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

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

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