نتایج جستجو برای: early symptom

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

Journal: :desert 0
kh. khermandar faculty of agriculture & natural resources, university of ilam, ilam, iran a. mahdavi faculty of agriculture & natural resources, university of ilam, ilam, iran s. ahmady asbchin faculty of basic science, university of mazandaran, babolsar, iran

in desert reclamation strainer plants can be used for improvement and decrease pollution of soil and water. this technology can be used to remove both inorganic and organic contaminants in soil. in this study, one year old acacia victoriae seedlings were exposed to pb (no3)2 in 5 different concentrations; 0, 50, 250, 500 and 1000 mg pb l-1 for 45 days in two growing seasons. subsequently, the h...

Journal: :Journal of affective disorders 2013
Ilya Yaroslavsky Jeremy W Pettit Peter M Lewinsohn John R Seeley Robert E Roberts

BACKGROUND Depressive symptoms display heterogeneous trajectories across adolescence and early adulthood. Identifying risk and protective factors for distinct trajectory groups, and their respective outcomes, may provide insight into the etiological underpinnings of different symptom courses and inform the targets and timing of intervention. METHODS A school-based sample of 719 adolescents co...

2011
M. Case V. L. Stauffer H. Ascher-Svanum R. Conley S. Kapur J. M. Kane S. Kollack-Walker J. Jacob B. J. Kinon

BACKGROUND Schizophrenia is a heterogeneous disorder in terms of patient response to antipsychotic treatment. Understanding the heterogeneity of treatment response may help to guide treatment decisions. This study was undertaken to capture inherent patterns of response to antipsychotic treatment in patients with schizophrenia, characterize the subgroups of patients with similar courses of respo...

2018
Benjamin L. Brett Andrew W. Kuhn Aaron M. Yengo-Kahn Zachary Y. Kerr Christopher M. Bonfield Gary S. Solomon Scott L. Zuckerman

BACKGROUND Schedule-based and in-season factors (e.g., competition type) have been shown to be associated with symptom reporting patterns and injury severity in sport-related concussion (SRC). To determine if acute neurocognitive and symptom presentation following SRC differ by time point within a high school football season. METHODS Multicenter ambispective cohort of high school football pla...

Journal: :Psychiatry research 2014
Daniel Fulford Rahel Pearson Barbara K Stuart Melissa Fisher Daniel H Mathalon Sophia Vinogradov Rachel L Loewy

Symptom assessment in early psychosis research typically relies on scales validated in chronic schizophrenia samples. Our goal was to inform investigators who are selecting symptom scales for early psychosis research. We described measure characteristics, baseline scores, and scale inter-relationships in clinical-high-risk (CHR) and recent-onset psychotic disorder (RO) samples using the Positiv...

Journal: :iranian journal of public health 0
gh. h. edrissian f. naimi a. afshar

p. vivax malaria with suspected long incubation have been frequently observed mostly in the northwest part of iran in the course of malaria control and malaria eradication operations. a sero-epidemiological study of such cases which present the first symptom in early spring, before anopheles activities season, was carried out in 92 selected villages with a population of 38,726 in two near areas...

2014
Jinyi Long Xiaoqi Huang Yi Liao Xinyu Hu Junmei Hu Su Lui Rui Zhang Yuanqing Li Qiyong Gong

Neurobiological markers of stress symptom progression for healthy survivors from a disaster (e.g., an earthquake) would greatly help with early intervention to prevent the development of stress-related disorders. However, the relationship between the neurobiological alterations and the symptom progression over time is unclear. Here, we examined 44 healthy survivors of the Wenchuan earthquake in...

Journal: :The American journal of geriatric psychiatry : official journal of the American Association for Geriatric Psychiatry 2017
Sigal Zilcha-Mano Steven P Roose Patrick J Brown Bret R Rutherford

OBJECTIVES The high percentage of failed clinical trials for anti-depressant medications, especially in elderly populations, obscures the fact that some patients may benefit greatly from treatment. Early detection of patients who may benefit most from antidepressant medication may improve treatment decisions. We examined whether depressed patients in a large clinical trial exhibit distinct traj...

2018
Uwe Wollina André Koch Birgit Heinig Georgi Tchernev Torello Lotti

A macro vascular embolism is a well-known emergency. In contrast, cutaneous microembolism is a lesser known symptom. However, cutaneous microembolism of fingers and toes is a red flag symptom for vascular emergencies. The underlying cause may involve infectious, immunological, metabolic and physical disorders, coagulation disorders and malignancies. Early recognition can help to live safe.

Journal: :iranian journal of neurology 0
ali noureddine department of neurology, school of medicine, mashhad university of medical sciences, mashhad, iran. kavian ghandehari department of neurology, neuro cognitive research center, school of medicine, mashhad university of medical sciences, mashhad, iran. mohammad taghi shakeri department of social medicine, school of medicine, mashhad university of medical sciences, mashhad, iran.

background: previous literatures have shown a transient ischemic attack  (tia) mimic rate  of 9-31%. we aimed  to ascertain the proportion of stroke mimics amongst suspected tia patients. methods: a prospective observational study was performed in   ghaem   hospital,   mashhad,   iran   during   2012-2013. consecutive tia patients  were identified in a stroke center. the  initial diagnosis  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"; } -->