نتایج جستجو برای: therapeutic community

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

Journal: :American Journal of Occupational Therapy 2023

Abstract Date Presented 04/20/2023 This scoping review analyzed the available evidence for a therapeutic drumming intervention to improve mental health in autistic clients across life span. Analysis revealed consistency implementation, with variability of outcome instrumentation. Primary Author and Speaker: Dina Prisco Additional Authors Speakers: Zahava Friedman Contributing Authors: Jorge Ochoa

Journal: :journal of skin and stem cell 0
elham behrangi dermatology department, rasoul akram hospital, iran university of medical sciences, tehran, iran abbas rasi dermatology department, rasoul akram hospital, iran university of medical sciences, tehran, iran faezeh jannati dermatologist, tehran, iran; dermatology department, rasoul akram hospital, iran university of medical sciences, tehran, iran. tel: +98-9124067085 parvin jannati dermatologist, tehran, iran farzaneh beigmohammadi iran university of medical sciences, tehran, iran zahra azizian dermatology department, rasoul akram hospital, iran university of medical sciences, tehran, iran

conclusions combination therapy with tretinoin plus topical corticosteroids is safe and effective and provides an alternative in the treatment of patients with vitiligo. objectives recent studies suggest that administration of topical tretinoin, with a corticosteroid, diminishes skin atrophy without impacting the steroid’s anti-inflammatory effects. patients and methods a placebo-controlled, pa...

Journal: :hepatitis monthly 0
zixiang zhu state key laboratory of veterinary etiological biology, national foot and mouth disease reference laboratory, lanzhou veterinary research institute, chinese academy of agricultural sciences, lanzhou, china xiangle zhang state key laboratory of veterinary etiological biology, national foot and mouth disease reference laboratory, lanzhou veterinary research institute, chinese academy of agricultural sciences, lanzhou, china guoqing wang college of veterinary medicine, gansu agricultural university, lanzhou, china haixue zheng state key laboratory of veterinary etiological biology, national foot and mouth disease reference laboratory, lanzhou veterinary research institute, chinese academy of agricultural sciences, lanzhou, china; corresponding author: haixue zheng, state key laboratory of veterinary etiological biology, national foot and mouth disease reference laboratory, lanzhou veterinary research institute, chinese academy of agricultural sciences, no. 1, xujiaping road, 730046, lanzhou, china. tel: +86-2134293139, fax: +86-9318342710

results researchers have reported that mirnas can repress the expression of important cancer-related genes and might be helpful in the diagnosis and treatment of cancer. during the past two decades, numerous studies have shown that mirnas play an essential role in inhibiting hcc via several different pathways. deregulated mirnas may contribute to carcinogenesis, indicating that mirnas can act a...

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: :iranian journal of applied animal science 2015
d. goklaney a.p. singh r.k. dhuria a. ahuja

an experiment was conducted on eight weak and anaemic goats revealed pale conjunctivae, increased heart rate, rough hair coat, dullness and depression. the haematology showed significantly decreased haemoglobin (7.37±0.16 g %), packed cell volume (pcv)(23.37±0.56%),total erythrocyte count (tec)(8.12±0.18 million/cumm), mean corpuscular haemoglobin (mch) (9.10±0.30 pg) and mean corpuscular volum...

Journal: :international journal of high risk behaviors and addiction 0
maryam bagheri central tehran branch, islamic azad university, tehran, ir iran azarakhsh mokri clinical department, iranian national center for addiction studies, tehran university of medical sciences, tehran, ir iran aliakbar khosravi central tehran branch, islamic azad university, tehran, ir iran kourosh kabir community medicine department, school of medicine, alborz university of medical sciences, karaj, ir iran; community medicine department, school of medicine, alborz university of medical sciences, karaj, ir iran. tel: +98-2122037513

conclusions depression and anxiety are prevalent in methamphetamine users. short-term abstinence improves depression and quality of life but does not improve anxiety in methamphetamine abusers. during follow up of these patients, addressing depression and anxiety is important to achieve better results. results the mean depression score after abstinence decreased significantly (p < 0.001). both ...

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

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

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