نتایج جستجو برای: ritalin

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

Journal: :Headache: The Journal of Head and Face Pain 1998

Journal: :iranian journal of psychiatry 0
seyed-ali mostafavi department of nutrition & biochemistry, school of public health, tehran university of medical sciences. mohammad reza mohammadi payam hosseinzadeh mohammad reza eshraghian shahin akhondzadeh mohammad javad hosseinzadeh-attar

it is postulated that ritalin may adversely affect sleep, appetite, weight and growth of some children with adhd. therefore, we aimed to evaluate melatonin supplementation effects on dietary intake, growth and development of children with adhd treated with ritalin through circadian cycle modification and appetite mechanisms.after obtaining consent from parents, 50 children aged 7-12 with combin...

2014
Naser Dashti Hoda Hekmat Hamid Reza Soltani Abolghasem Rahimdel Mohammad Javaherchian

OBJECTIVE Attention deficit hyperactivity disorder (ADHD) is a fixed pattern of disregard and hyperactivity that is much more severe than what is normal in children of the same age. Multiple drugs are used for the treatment of children with ADHD; however, their side effects and efficacy are not clearly known. This study was designed to evaluate and compare the therapeutic effects of two drugs, ...

Journal: :iranian journal of psychiatry and behavioral sciences 0
naser khodadust amir-hossein jalali masoud ahmadzad-asl noushin khademolreza elham shirazi elham shirazi md, mental health research center, tehran psychiatric institute, tehran university of medical sciences and health services, tehran, iran

ôbjective: to compare the effectiveness and safety of the methylphenidate produced in ïran (stimdate®) with its original brand (ritalin®) in children with âttention deficit hyperactivity disorder (âdhd). methods: ïn this double-blinded randomized clinical trial, 30 patients with âdhd who were 6 to 16 years old, were divided into two groups: 15 in stimdate® and 15 in ritalin® group. the two grou...

Journal: :Pediatric Neurology Briefs 1999

Journal: :Journal of abnormal child psychology 1979
C M Thurston M P Sobol J Swanson M Kinsbourne

This study investigated the effect of methylphenidate (Ritalin) on the selective attention of hyperactive children designated as favorable or adverse responders to stimulant medication. Using a type II incidental learning paradigm, it was found that children in the drug condition recalled more central and less incidental stimuli than those children in the placebo condition. While no differentia...

Journal: :British Journal of Clinical Pharmacology 2007

احدی, حسن, جدیدی, محسن, خوشابی, کتایون, فرخی, نورعلی ,

Introduction & Objective: There are varieties of interventions to treatment of ADHD, among which drug therapy, behavior therapy, parental management training and neurofeedback can be cited. The present study designed to investigate and compare the effectiveness of neurofeedback and Ritalin on improving conduct problems and hyperactivity. Materials & Methods: Quasi-experimental research metho...

Kianifard D Mousavi Z,

Background: Methylphenidate (MPH), Ritalin, is one of the most common medications. The administration of Ritalin leads to increase of the activity of central nervous system. Ritalin may be used for maintaining alertness and improving of attention which may lead to increase of the risk of substance abuse in some cases. There is a little data about the effects of long term treatment with Methylph...

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

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

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