نتایج جستجو برای: opium use

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

Journal: :Journal of substance abuse treatment 2004
Jamshid Ahmadi Mohammadali Babaee-Beigi Mohammadjavad Alishahi Iraj Maany Taghi Hidari

The goal of this study was to compare the effects of 1, 3 and 8 mg per day doses of buprenorphine in the maintenance treatment of opium-dependent subjects in Iran over a treatment period of 12 months. Participants were randomized to three equal groups (171 subjects per group) of opium-dependent individuals who met the DSM-IV criteria for opioid dependence and were seeking treatment. They were t...

Journal: :acta medica iranica 0
ahmadreza afshar department of orthopedic, urmia university of medical sciences, urmia, iran. mina asadzadeh general practitioner, urmia university of medical sciences, urmia, iran. hakimeh kargar registered nurse, department of orthopedic, urmia university of medical sciences, urmia, iran mir mosa aghdashi department of anesthesiology, urmia university of medical sciences, urmia, iran. fardin mirzatolooei department of orthopedic, urmia university of medical sciences, urmia, iran.

during a cross-sectional study, patients who were admitted to the orthopedic department of the urmia university of medical sciences were asked about opium/opioid abuse. demographic characteristics, the pattern of consumption, the substance, the duration of the use, the duration of hospital stay and the cause of their injuries were recorded. among 2,867 patients, 74 (2.5%) patients (71 men and 3...

Journal: :Revista brasileira de anestesiologia 2005
Danilo Freire Duarte

BACKGROUND AND OBJECTIVES In addition to their major influence on human behavior, opium and opioids have been used for a long time as sedative and analgesic drugs. As from the 19th century, with the isolation of opium alkaloids and easy parenteral administration of these substances, there has been increased interest in the judicious medical use of opioids and in the analysis of social consequen...

Journal: :Acta medico-historica adriatica : AMHA 2013
Mojtaba Heydari Mohammad Hashem Hashempur Arman Zargaran

Throughout history, opium has been used as a base for the opioid class of drugs used to suppress the central nervous system. Opium is a substance extracted from the opium poppy (Papaver somniferum L.). Its consumption and medicinal application date back to antiquity. In the medieval period, Avicenna, a famous Persian scholar (980-1037 AD) described poppy under the entry Afion of his medical enc...

2017
Kazem Ghaemi Atefeh Ghoreishi Navid Rabiee Samira Alinejad Esmaeil Farzaneh Alireza Amirabadi Zadeh Mohammad Abdollahi Omid Mehrpour

INTRODUCTION One of the newest non-occupational sources of lead contamination is drug addiction, which has recently been addressed as a major source of lead poisoning in some countries. The present study aimed to investigate the blood lead level (BLL) of asymptomatic opium addicts. METHODS This case-control study was conducted during a one-year period to compare BLL of three groups consisting...

2012
Ali Asghar Ketabchi Mohammad Reza Ebad-Zadeh Saeedeh Parvaresh Golam Reza Moshtaghi-Kashanian

BACKGROUND The main goal of this study is to determine the relationship between opium dependency and frequency of urolithiasis renal colics. METHODS In a cross sectional study we compared opium dependency in urolithiasis patients (case group) with non-urolithiasis patients (control group) and assessed urolithiasis related renal colics as risk factor to opium dependency prevalence. Dependency ...

2009
Mohammad Mehdi Hayatbakhsh Abbasi Mehdi Ansari Armita Shahesmaeili Ali Qaraie

BACKGROUND Drug abuse, especially opium abuse, is a major public health problem in Iran. Recent reports suggest that opium sellers cheat their customers by adding lead to the opium. Contaminated opium can threaten the health of consumers. The present study aimed to compare the serum level of lead between opium dependents and a control group. METHODS This was a cross-sectional study in which 5...

2016
Alireza Nemati Shima Jafari Mahdi Afshari Somayeh Dahmardeh Kaveh Tabrizian

BACKGROUND Opium is widely used among addicts in the Middle East countries such as Iran. Recent reports suggest that opium sellers cheat their customers by adding lead to the opium. Contaminated opium can threaten the health of consumers. This study was designed to evaluate the lead concentration in blood sample of oral and inhaled opium user's referring to Amir Al-Momenin Hospital in Zabol, Ir...

2013
Somayeh Igder Gholam Reza Asadikaram Farzaneh Sheykholeslam Ahmad Reza Sayadi Mehdi Mahmoodi Mohammad Kazemi Arababadi Mohammad Javad Rasaee

BACKGROUND The direct effect of some opioids on immune cells has been demonstrated. The aim of this study was to assess the apoptotic effect of opium on Jurkat T lymphocyte cells. METHODS Different concentrations of opium (2.86 × 10-3 to 2.86 × 10-11 g/ml) were added to 24-well plates containing 5 × 105 Jurkat cells. Apoptotic events were assessed after 6, 24, and 72 hours by flow-cytometric ...

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

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

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