نتایج جستجو برای: chemical veteran

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

2018
Alyson K Zalta Eric Bui Niranjan S Karnik Philip Held Lauren M Laifer Julia C Sager Denise Zou Paula K Rauch Naomi M Simon Mark H Pollack Bonnie Ohye

This study aimed to examine: (1) the relationship between parental psychopathology and child psychopathology in military families and (2) parenting sense of competence as a mediator of the relationship between veteran psychopathology and child psychopathology. As part of their standard clinical evaluations, 215 treatment-seeking veterans who reported having a child between the ages of 4 and 17 ...

2011
Peter Christensen

The University of California prohibits discrimination against or harassment of any person on the basis of race, color, national origin, religion, sex, physical or mental disability, medical condition (cancer-related or genetic characteristics), ancestry, marital status, age, sexual orientation, citizenship, or status as a covered veteran (special disabled veteran, Vietnam-era veteran or any oth...

Journal: :Journal of psychiatric research 2016
Michael Anestis Daniel W Capron

BACKGROUND Within the US, veterans exhibit an elevated suicide rate, with firearms serving as the most common method. Research has demonstrated that several state laws regulating handgun ownership are associated with lower suicide rates. METHOD Publically available databases were utilized to extract relevant data. RESULTS Statewide veteran population rates (per 100,000) predicted overall su...

Journal: :Journal of telemedicine and telecare 2009
Barbara M Dausch David J Miklowitz Herbert T Nagamoto Lawrence E Adler Jay H Shore

A 30-year-old veteran with a diagnosis of schizoaffective disorder and his mother were referred for family-focused therapy (FFT), an empirically-supported, manual-based treatment. The veteran had had multiple hospitalizations and experienced chronic auditory hallucinations for self-harm. Minor modifications to FFT were made for implementation via videoconferencing (at a bandwidth of 384 kbit/s)...

Journal: :Journal of the Royal Army Medical Corps 2016
Beverly P Bergman D F Mackay J P Pell

OBJECTIVE To examine the risk of cervical cancer in a large national cohort of military veteran women followed up for up to 30 years. METHODS Retrospective cohort study of 5235 veteran women born between 1945 and 1985, and 20 703 women with no record of service matched for age and area of residence, using Cox proportional hazard models to compare the overall risk of cervical cancer and by yea...

Journal: :مجله علوم اعصاب شفای خاتم 0
barat ali maleki masoumeh rezaei

all people have experience about anxiety in their lives and it is natural when facing with reactional threatening situations. but chronic and intense feeling is unusual in absence of clear cause. anxiety includes uncertainty, helplessness and physiological arousal feelings. generally anxiety is a diffuse, very unpleasant and often vague concern feeling. clinical studies of war veterans over the...

Journal: :Medical hypotheses 2001
J I Moss

Gulf War-related illnesses are mostly common ailments, but with incidence rates that exceed those expected in the population of Gulf War veterans. These illnesses may be the result of combinations of chemical and physiological stressors which may have caused acute cellular effects sufficient to initiate processes of autoimmunity to various organs, tissues or types of cells. Two main suspects in...

Journal: :Journal of the American Geriatrics Society 2004
Alfredo J Selim Dan R Berlowitz Graeme Fincke Zhongxiao Cong William Rogers Samuel C Haffer Xinhua S Ren Austin Lee Shirley X Qian Donald R Miller Avron Spiro Bernardo J Selim Lewis E Kazis

OBJECTIVES To examine the health status of elderly veteran enrollees, stratified by age group, and compare with nonveteran populations. DESIGN Cross-sectional study. SETTING Outpatient. PARTICIPANTS A total of 1,406,049 veteran enrollees were surveyed, and 887,775 returned the questionnaire (63.1%). Of these, 663,729 (74%) were aged 65 and older. MEASUREMENTS Patient demographics, comor...

Journal: :Collegium antropologicum 2014
Davor Rak Aldenita Matić Benedict Rak

The aim of this paper is to show the psychological consequences of participation in the Homeland War and experienced trauma which can indirectly be seen through drawing even after more than 15 years after the war had ended. The research was conducted on a sample of 125 patients of both genders treated in the Daily Hospital program of University Hospital Dubrava, Psychiatry Clinics. All the test...

Journal: :Journal of veterans studies 2022

Military/veteran identity is defined as the prominence of past military service, beliefs, and norms on an individual’s post-military sense self. The salience this has been suggested to be a significant factor in how successful individuals transition civilian life. However, current body research what factors affect disparate. aim scoping review was evaluate affecting military/veteran post discha...

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

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

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