نتایج جستجو برای: opiates addicts

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

Journal: :British medical journal 1987
M Gossop L Green G Phillips B Bradley

In the first British study to investigate systematically what happens to opiate addicts after treatment 50 opiate addicts admitted for inpatient treatment of their drug dependence were followed up for six months after discharge. All had been withdrawn from opiates before follow up. Six months later 26 were not using opiates: 12 had not used opiates at any time since discharge. When subjects in ...

Journal: :international journal of applied behavioral sciences 0
simasadat noorbakhsh m.sc. behavioral sciences research center of shahid beheshti university of medical sciences mahdie roohi m.sc. behavioral sciences research center of shahid beheshti university of medical sciences, tehran, iran hedie farrahi m.sc. candidate. islamic azad university central tehran branch, tehran, iran

background: to measure suspected abuse of the methamphetamine (ma) among methadone maintenance treatment (mmt) patients in tehran, we studied all 206 patients who were admitted to mmt program from 2009 to 2015 to andishe-no addiction treatment clinic.  methods: ma presence was screened in one of the random urine samples routinely taken for tests of other drugs.  results: 70 (34.3%) patients wer...

2013
Haoran Zhang Zhi Lian Shiyan Yan Yanping Bao Zhimin Liu

This study sought to explore the degree of orexin levels in Chinese opiate and methamphetamine addicts and the differences between them. The cross-sectional study was conducted among detoxified drug addicts from Mandatory Detoxification Center (MDC) in five Chinese cities. Orexin levels were assayed with radioimmunoassay (RIA). Mann-Whitney U test and Kruskal-Wallis test were used to detect dif...

Journal: :British medical journal 1985
A H Ghodse M Sheehan C Taylor G Edwards

A search of the Home Office index of notified drug addicts identified 1499 deaths during 1967-81, of which 226 (15%) were of therapeutic addicts--that is, patients who had become addicted during medical treatment with a notifiable drug--and 1273 (85%) were of non-therapeutic addicts. The crude mortality fell from 23.5/1000/year for the period 1968-70 to 18.4/1000/year for 1978-80. Altogether 41...

Journal: :Srpski arhiv za celokupno lekarstvo 2013
Diana Raketić Branka Stamatović Gajić Tomislav Gajić Mirjana Jovanović

INTRODUCTION Nowadays women constitute one third of all addicts. In the last decade, there has been a remarkable growth in scientific interest in biochemical and psychosocial aspects of women's addiction. Many researches point out the specific character of women's addiction. OBJECTIVE The aim of the study was to assess and compare psychosocial aspects, including the sociodemographic character...

Journal: :The British journal of psychiatry : the journal of mental science 1986
G T Phillips M Gossop B Bradley

Psychological and drug-related variables and their effect on the severity of withdrawal symptoms were examined in a group of addicts being withdrawn from opiates on an in-patient drug dependence unit. Two psychological factors--neuroticism and the degree of distress expected by the patient--were related to subsequent severity of symptoms. Both are anxiety-related, and may serve to amplify withd...

Journal: :Journal of neuroscience research 1976
L G Abood G H Atkinson M MacNeil

Stereospecific opiate binding has been demonstrated in human erythrocyte membranes, having a Kd of 9-10(-9) M. In most respects the binding characteristics resemble those of synaptic membranes. These included the correlation of binding affinity and pharmacological potency of opiates; competition by naloxone; inhibition by Ca2+ and Na+; and sensitivity to phospholipases and trypsin. A comparison...

2010
Nina Zahedi-Nejad Shahin Narouei Farnaz Fahimy

BACKGROUND Opium and its derivatives are widely abused throughout the world. Recent case reports and a few limited studies have suggested that opiates cause dilation of the common bile duct of the abusers. MATERIAL/METHODS Our case-control study, lasting 7.5 months, investigated 121 male adult addicts and 142 non-addicted controls for biliary tract diameters, using ultrasonography. The study ...

2011
Mohammad Reza Naqavi Masood Mohammadi Vahid Salari Nouzar Nakhaee

BACKGROUND Child maltreatment is a global phenomenon with possible serious long-term consequences. The present study aimed to determine the relationship between childhood maltreatment and opiate dependency in older age. METHODS In this study, 212 opiate dependent individuals and 216 control subjects were selected consecutively. The data collection instrument was a questionnaire which consiste...

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

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

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