نتایج جستجو برای: affects health

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

Journal: :Nursing standard (Royal College of Nursing (Great Britain) : 1987) 2006
Joanne Du Plat-Jones

This article discusses domestic violence which affects both sexes and their families, and examines the role of health professionals in identifying and dealing with such cases.

2014
Shelley E. Taylor Franz Hall

A harsh early environment has adverse affects on health not only in childhood but across the lifespan. Chief among the toxic aspects of early environment that have been related to poor health are low childhood socioeconomic status and a harsh family environment, including physical and sexual abuse as well as more modest family dysfunction, such as family conflict, neglect, and a cold, non-nurtu...

Journal: :IJHISI 2011
Rocci Luppicini Victoria Aceti

Communication and information sharing is an important aspect of healthcare information technology and mHealth management. A main requirement in the quality of patient care is the ability of all health care participants to communicate. Research illustrates that the complexity of communicating within the health care system hinders the quality of health care service delivery. Health informatics ha...

2013
Frederik Schut

This paper addresses the interesting question whether people’s trust in health insurers affects their willingness to accept restrictions on the provider network contracted by health insurers. This topic is particularly relevant for countries in which consumers can chose among different health insurers that are allowed to selectively contract with health care providers. The analysis is sound and...

Journal: :Human Resources for Health 2003
Suwit Wibulpolprasert Paichit Pengpaibon

Inequitable distribution of doctors with high concentration in urban cities negatively affects the public health objective of Health for All. Thus it is one of the main concerns for most health policy makers, particularly in developing countries. This paper aims to summarize strategies to solve inequitable distribution of human resources for health (HRH) between urban and rural areas, by using ...

Journal: :Arthritis and rheumatism 2008
Charles G Helmick David T Felson Reva C Lawrence Sherine Gabriel Rosemarie Hirsch C Kent Kwoh Matthew H Liang Hilal Maradit Kremers Maureen D Mayes Peter A Merkel Stanley R Pillemer John D Reveille John H Stone

OBJECTIVE To provide a single source for the best available estimates of the US prevalence of and number of individuals affected by arthritis overall, rheumatoid arthritis, juvenile arthritis, the spondylarthritides, systemic lupus erythematosus, systemic sclerosis, and Sjögren's syndrome. A companion article (part II) addresses additional conditions. METHODS The National Arthritis Data Workg...

Journal: :Clinical journal of oncology nursing 2016
Jackie Foster Lensa Idossa Lih-Wen Mau Elizabeth Murphy

Health literacy is an important construct in health care that affects patient outcomes and overall health. The impact of limited health literacy in cancer care is wide, and it can affect patients' ability to make treatment decisions, follow directions on a prescription label, or adhere to neutropenic precautions. This article describes strategies and tools for nurses to use when developing writ...

As parents’ socioeconomic condition considerably affects their children’s health, in the present paper, parents’ education and its relation with their lifestyle, including breast feeding, nutrition, supplement intake, smoking, and personal hygiene, are studied. Parents’ behavior is an important factor in affecting children’s health status. A cross-sectional descriptive analysis was conducted us...

Journal: :Journal of health economics 2006
Rhema Vaithianathan

We show that when health care providers have market power and engage in Cournot competition, a competitive upstream health insurance market results in over-insurance and over-priced health care. Even though consumers and firms anticipate the price interactions between these two markets - the price set in one market affects the demand expressed in the other - Pareto improvements are possible. Th...

Journal: Money and Economy 2022

Achieving a strong and efficient monetary cycle is of great importance and necessity due to the dependency of corporates on banks in Iran. Owing to the importance of cash management in firms, this study assesses the impact of bank health on Cash flow sensitivity of cash of listed corporates on Tehran Stock Exchange (TSE) by analyzing 102 firms which have received facilities from 20 active Irani...

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

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

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