نتایج جستجو برای: clinical trial study

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

2012
Jennifer Marie Tetzlaff David Moher An-Wen Chan

BACKGROUND Recent evidence has highlighted deficiencies in clinical trial protocols, having implications for many groups. Existing guidelines for randomized clinical trial (RCT) protocol content vary substantially and most do not describe systematic methodology for their development. As one of three prespecified steps for the systematic development of a guideline for trial protocol content, the...

Journal: :journal of rehabilitation sciences and research 0
fahimeh kamali department of physiotherapy, shiraz university of medical sciences, shiraz, iran giti torkaman department of physiotherapy, tarbiat modares university, tehran, iran

background and objectives : examination of cartilage repair in animal work is dependent upon the thickness and radius of the induced impalement.  full-thickness defects with a radius of 3 mm have been commonly used in animal studies to evaluate new procedures designed to improve the quality of articular cartilage repair. the aim of the present study was to define the biomechanical characteristi...

Journal: :مجله دیابت و متابولیسم ایران 0
fariba asghari akbar fotouhi

background: clinical trial is the standard method to assess efficacy of a medical intervention. because of its experimental nature, meaning that subjects are exposed to an intervention with uncertain outcome and according to historical evidences of criminal researches, clinical trial is of something of a lightning rod for ethical concerns. ethical issues surrounding clinical trials are very per...

Alireza Heiran, Bahareh Kardeh, Farhad Handjani, Mohammad Sadegh Sayyafan Nasrin Saki Sona Zandi Yasaman Emami

Background: Wart is a common skin disease that can occur at any age. While they are usually benign and self-limited, they can become irritating and cosmetically disabling to patients. The objective of this study is to compare the effectiveness of a topical 85% formic acid preparation with a combination of topical salicylic acid and lactic acid.Methods: We enrolled 66 pa...

Background Late onset sepsis is a frequent complication of prematurity, associated with increased mortality and morbidity. Probiotics may prevent late onset sepsis in premature infants. The aim of this study was to determine prophylactic effect of oral probiotics in prevention of late onset sepsis of very preterm infants. Materials and Methods This study was a randomized, double blinded, placeb...

Background: Akathisia is a common adverse effect of antipsychotic drugs and is characterized by subjective feelings of restlessness. First-line treatment usually consists of propranolol, a beta adrenergic antagonist. However, propranolol does not seem to be efficacious in up to 70% of patients. This study was aimed to evaluate the effect of vitamin B6 versus propranolol on antipsychotic-induced...

The aim of this study was to evaluate the effects of Atorvastatin on negative symptoms in patients with chronic schizophrenia. The study was a prospective, double-blind, 6-week trial. Forty patients participated in the study; 19 patients were assigned to the Atorvastatin group as well as 21 patients to the placebo group. For assessing negative signs, we used Scale for the Assessment of Negative...

Background & aim: Fatigue is one of the most common complaints among pregnant women. Reflexology can be used to reduce the symptoms of fatigue.The purpose of this study was to measure the impact of foot sole reflexology on the intensity of fatigue in the first half of pregnancy. Methods: This randomized clinical...

Asghari, Fariba, Fotouhi, Akbar,

Background: Clinical trial is the standard method to assess efficacy of a medical intervention. Because of its experimental nature, meaning that subjects are exposed to an intervention with uncertain outcome and according to historical evidences of criminal researches, clinical trial is of something of a lightning rod for ethical concerns. Ethical issues surrounding clinical trials are very per...

Journal: Evidence Based Care 2014
Fahimeh Morasai Mohammad Aghajani, Mohammad Rezal Afaze

Background: In attention of increasing prevalence psychological problems, complications and consequences of hemodialies and important role of nurses in psychological support of patients, application of complementary therapies such as spirituality counseling is very important. Aim: This study investigates the effect of spirituality counseling on anxiety and depression in hemodialysis patient. Me...

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

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

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