نتایج جستجو برای: migraine and tension headaches

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

Journal: :Arquivos de neuro-psiquiatria 2015
James Felipe Tomaz-Morais Luciana Barbosa de Sousa Lucena Isabella Araújo Mota Ana Karine Farias da Trindade Coelho Pereira Brunna Thaís Luckwu de Lucena Ricardo Dias de Castro Giorvan Ânderson Dos Santos Alves

OBJECTIVE The aim of this study was to estimate the prevalence of signs and symptoms of temporomandibular disorders (TMD) in patients with primary headaches attended in a tertiary neurology ambulatory. METHOD Authorized by the Ethics Committee, the present cross-sectional study was conducted with a random sample of patients screened for orofacial pain and primary headaches at a tertiary hospi...

Journal: :Cephalalgia : an international journal of headache 2018
Håkan Ashina Henrik Winther Schytz Messoud Ashina

Objective To review the role of CGRP in human models of primary headaches and to discuss methodological aspects and future directions. Discussion Provocation experiments demonstrated a heterogeneous CGRP migraine response in migraine patients. Conflicting CGRP plasma results in the provocation experiments are likely due to assay variation; therefore, proper validation and standardization of an ...

2012
Devendra Mishra Ankit Sharma

We conducted a descriptive study of children presenting with recurrent headaches to the general pediatric services of a tertiary-care, public hospital in northern India. This paper reports on the triggering factors of migraine in this population. 43 children, 3-18 year old (23 females, median age 10 years), presenting with recurrent headache from April, 2011 to January, 2012, were enrolled. His...

2017
Jacob Genizi Isaac Srugo Nurit Assaf Nogah C. Kerem

Headaches are common in children and adolescents, and are the most common pain complaint when seeking medical advice. Primary headaches are one of the most common disorders of childhood, with migraine and tension type headache being the most prominent. Treatment strategies for primary headaches vary according to patient’s age, family structure, culture and beliefs, headache diagnosis, and accor...

Journal: :Journal of manipulative and physiological therapeutics 1995
H T Vernon

OBJECTIVE To review the literature on outcome studies of chiropractic/manipulation for tension-type and migraine headaches. DESIGN Qualitative literature review. RESULTS Of nine studies of manipulation for tension-type headaches that reported quantitative outcomes, four were randomized clinical trials and five were case series designs. These studies reported on 729 subjects, 613 of whom rec...

Journal: :Pain physician 2009
Andreas Pfaller

BACKGROUND Biofeedback is an established non-pharmacologic technique commonly used in the treatment of migraine and tension type headaches. Multiple published studies have suggested that biofeedback is effective in reducing the frequency and severity of headaches, often allowing patients to decrease their dependence on medication. Studies have also suggested that biofeedback may effect a decrea...

Journal: :Archives of internal medicine 2000
G W Smetana

BACKGROUND Existing criteria for the diagnosis of headache do not indicate which clinical features are most important to establish or exclude primary headache diagnoses. OBJECTIVE To determine the value of history taking in the evaluation of patients with primary headache syndromes. METHODS A MEDLINE search of English-language studies published since 1966 and a hand search of bibliographies...

Journal: :Sleep 2023

Abstract Introduction Sleep-related bruxism is a movement-type sleep disorder affecting 10-12% of the population. It affects men and women equally has been shown to be risk factor for cardiovascular disease, tension, migraine-type headaches (without auras). This very destructive dentition, reduces deep sleep, can result in significant pain dysfunction. Methods Review literature as well clinical...

Journal: :Neurology 2007
K M Rose T Y Wong A P Carson D J Couper R Klein A R Sharrett

OBJECTIVE This study examined the association between vascular headaches and retinal microvascular disease. METHODS We investigated the cross-sectional association between headaches (migraine/other headaches with aura, migraine without aura, other headaches without aura, no headaches) and retinal microvascular signs (retinopathy, focal arteriolar narrowing, arteriovenous nicking; arteriolar a...

Journal: :Journal of neurology, neurosurgery, and psychiatry 1984
L Loh P W Nathan G D Schott K J Zilkha

In 48 patients with chronic migraine and muscle tension headaches, a comparison was made between a prophylactic course of acupuncture and of medical treatment. It was intended that all patients should have 3 months with both forms of treatment, but 19 were unwilling to change from one form of prophylaxis to the other. Twenty-four of 41 patients improved on acupuncture, the improvement being ver...

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

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

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