نتایج جستجو برای: complementary research

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

2017
Ling Luo

This research aims to examines the influence mechanism of complementary fit on repatriates’ innovation behavior. This research builds a theoretical model on complementary fit, knowledge transfer and innovation behavior, recognizes the moderating variable, creative self-efficacy. The empirical analysis data is collected from 260 repatriates from Multinational Corporations Xi’ an, Nanjing, Shangh...

ژورنال: طب مکمل 2017

Introduction: In response to the community need, it is necessary nursing staff in their professional performance to use complementary therapies. The related barriers should be identified to provide appropriate strategies for integrating these therapies into the clinical nursing practice. So, this study was designed to assess clinical nurses' perceptions about the application barriers of the com...

2016

Title Type complementary medicine PDF complementary medicine and the law PDF complementary alternative medicine PDF complementary sports medicine PDF complementary and alternative medicine PDF complementary and altern medicine PDF dk encyclopedia of complementary medicine PDF complementary medicine a research perspective PDF complementary and alternative medicine in rehabilitation PDF conversat...

Background: Distanceeducation for mothers with suckling babies can have a high effect and more proponents due to short time of such mothers as well as other problems like bringing infant with themselves. Authors of this research have shared an experience on application of social network of Telegram for educational intervention in field of continued breast feeding and complementary feeding of ch...

Journal: :international journal of agricultural management and development 2014
ahmad reza ommani

the main purpose of this study was to identify and analyze factors affecting development of entrepreneurship in complementary and processing industries of citrus products at khouzestan province, iran. the statistical population of this study consisted of all managers in processing and complementary industries of citrus products in khouzestan province (n=89). by census method all managers were s...

Journal: :iranian journal of cognition and education 2014
mehri rahmani ali rahmani

objectives: in present study, we studied the effect of teaching three painting methods (free method, subject selection method and complementary method) on creativity of children with learning disabilities. first, among all disabled students, who refer to bizhani center for learning disabilities in arak city, 60 subjects were randomly selected as statistical sample. thus, the 45 children, divide...

Designing a Supplementary Health Insurance Model for Iran Ali Vafaee Najar 1, Elaheh Hooshmand 1, * 1Social Determinates of Health Research Center, Mashhad University of Medical Sciences, Mashhad, Iran Abstract Background: Considering the importance of complementary health insurance and the necessity of designing a supplementary insurance model for the health system of the country, the purpose...

Journal: :iranian red crescent medical journal 0
molouk jaafarpour department of midwifery, nursing and midwifery faculty, ilam university of medical sciences, ilam, ir iran masoud hatefi department of neurosurgery, medicine faculty, ilam university of medical sciences, ilam, ir iran fatemeh najafi department of nursing, nursing and midwifery faculty, ilam university of medical sciences, ilam, ir iran javaher khajavikhan department of anesthesiology, medicine faculty, ilam university of medical sciences, ilam, ir iran ali khani department of nursing, nursing and midwifery faculty, ilam university of medical sciences, ilam, ir iran; department of nursing, nursing and midwifery faculty, ilam university of medical sciences, ilam, ir iran. tel: +98-8432227116, fax: +98-8432227116

conclusions regarding the significant effect of cinnamon on reduction of pain, menstrual bleeding, nausea and vomiting with primary dysmenorrhea without side effects, it can be regarded as a safe and effective treatment for dysmenorrhea in young women. results the mean amount of menstrual bleeding in the cinnamon group was significantly lower than the placebo group (p < 0.05 and p < 0.001, resp...

Journal: :international journal of pediatrics 0
mojtaba miladinia chronic diseases care research center, school of nursing and midwifery, ahvaz jundishapur university of medical sciences, ahvaz, i.r iran. shahram baraz chronic diseases care research center, school of nursing and midwifery, ahvaz jundishapur university of medical sciences, ahvaz, iran. elham mousavi nouri chronic diseases care research center, school of nursing and midwifery, ahvaz jundishapur university of medical sciences, ahvaz, i.r iran. mehdi gholamzadeh baeis young researchers and elites club, qom branch, islamic azad university, qom, i. r. iran.

introduction nausea and vomiting are the most common side effects of chemotherapy in the pediatrics with cancer which affect their quality of life. use of some methods of complementary medicine in leukemia patients is problematic. because, leukemia patients are at risk of infection and bleeding, therefore the use of acupressure, acupuncture, and deep massage can be risky in these patients. slow...

Journal: :iranian journal of pharmaceutical research 0

this study was designed to explore the complementary effects of a combination formulation of olive oil, olive and fig fruits on ra remission indicators. a randomized controlled clinical trial was designed. adult ra patients were randomly divided into two groups receiving routine disease-modifying antirheumatic drugs (dmards) regimen (control group) and routine dmards regimen plus the herbal sup...

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

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

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