نتایج جستجو برای: pathological conditions

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

Journal: :Military medicine 2007
Daniel R Weis Gail H Manos

OBJECTIVE Gambling has exploded in popularity, but pathological gambling (PG) is infrequently diagnosed. The objectives of this study were to calculate the prevalence of PG in a psychiatry clinic, to determine whether PG is underdiagnosed, and to analyze risk factors for PG. METHODS A survey was completed by 584 outpatients presenting to the Naval Medical Center Portsmouth psychiatry clinic o...

Journal: :Addictive behaviors 2005
A González-Ibáñez M Mora J Gutiérrez-Maldonado A Ariza M R Lourido-Ferreira

The aim of this study was to ascertain the possible differences in personality, psychopathology, and response to treatment in pathological gambling according to age. The sample, comprising 67 participants, was divided into three groups: 32.6% with ages ranging between 17 and 26 years, 31.3% between 27 and 43 years, and 35.8% over 44 years of age. The participants were administered the following...

Journal: :The British journal of psychiatry : the journal of mental science 2011
Neil Smith Nathan Kitchenham Henrietta Bowden-Jones

This paper details three case reports that suggest that pathological gambling activity may have been adversely modified following treatment for psychosis with the antipsychotic aripiprazole. These reports are discussed in the context of previous observations of the potential impact of aripiprazole on impulse control and the implications such observations could have for clinical practice and fut...

Journal: :The Journal of clinical psychiatry 2012
Donald W Black Martha C Shaw Brett A McCormick Jeff Allen

BACKGROUND Pathological gambling is a prevalent public health problem associated with depression, substance misuse, crime, and suicide. Despite these challenges, little attention has been directed to examining its negative consequences on families and marriages, including divorce rates, childhood maltreatment, and family dysfunction. METHOD From February 2005 to June 2010, subjects with DSM-I...

Journal: :Annals of neurology 2010
Astrid Thomas Laura Bonanni Francesco Gambi Angelo Di Iorio Marco Onofrj

To investigate the possible efficacy of amantadine in the control of pathological gambling (PG) associated with Parkinson disease (PD), 17 PD patients with PG were randomly selected for a double-blind crossover study with amantadine 200mg/day versus placebo and an open follow-up. Assessments included PG-specific scales (Yale-Brown Obsessive-Compulsive Scale for PG, Gambling-Symptom Assessment S...

2002
ENRIQUE ECHEBURÚA JAVIER FERNÁNDEZ-MONTALVO

In this article, treatment with stimulus control, exposure, and relapse prevention of a patient affected by pathological gambling is described. The patient, a 47-year-old woman, was suffering from this disorder for 5 years. Treatment consisted of nine individual sessions (five sessions of stimulus control and exposure and four sessions of relapse prevention) in a period of 10 weeks. At the end ...

2012
Mauro Pettorruso Giovanni Martinotti Marco Di Nicola Marco Onofrj Massimo Di Giannantonio Gianluigi Conte Luigi Janiri

Despite almost a decade of intense research, effective treatment strategies for Pathological Gambling (PG) remain very challenging. This paper details a case report suggesting that the treatment of PG may benefit from the use of the non-specific glutamate blocker amantadine. The drug was well-tolerated and effective, leading to a 43-64% reduction in severity of gambling symptoms (as measured wi...

Journal: :Canadian journal of psychiatry. Revue canadienne de psychiatrie 1993
R C Bland S C Newman H Orn G Stebelsky

Thirty lifetime pathological gamblers (DSM-III, no exclusion criteria) were identified when 7,214 randomly selected household residents of Edmonton were interviewed by trained lay interviewers using the Diagnostic Interview Schedule. The lifelong prevalence of pathological gambling was 0.42% (ratio of males to females 3:1). The peak age of onset was 25 to 29 years. Gamblers had high rates of co...

Journal: :Twin research and human genetics : the official journal of the International Society for Twin Studies 2007
Hong Xian Jeffrey F Scherrer Wendy S Slutske Kamini R Shah Rachel Volberg Seth A Eisen

Problem (P) and pathological gambling (PG) symptoms wax and wane. Past symptoms are a risk for future symptoms even after controlling for familial influences. To address the genetic architecture of lifetime PG and current PG symptoms, we tested for common and unique genetic factors to lifetime PG symptoms at baseline and past year PG symptoms at 10-year follow-up. Diagnostic and Statistical Man...

Journal: :Revista do Hospital das Clinicas 2002
Silvia Saboia Martins Daniela S S Lobo Hermano Tavares Valentim Gentil

Pathological gambling was only recently recognized as a psychiatric disorder (DSM-III, APA, 1980). Most studies of pathological gambling include only male subjects. Despite the paucity of information, it is likely that at least one-third of pathological gamblers are women. The objective of this article is to review clinical and epidemiological characteristics of female gamblers as compared to t...

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

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

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