نتایج جستجو برای: financial resources

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

اکبرین, حسام الدین, بیگ زاده, امین, تکیان, امیر حسین, حقدوست, علی اکبر, شریفی, حمید, صفری فرامانی, رویا, مصطفوی, احسان, ملک زاده, رضا,

Background and Objectives: Taking into account the roles and positions of WHO Collaborating Centers (WHOCCs) in the furtherance of national goals and the great impact of their interaction as well as cooperative relations between these centres, this study was conducted to assess the current status of WHOCCs, identify opportunities and threats, and provide practical solutions to solve WHOCCs prob...

Journal: :بیمارستان 0
نادر حسن نژاد n hassan nejad دورنگار:3375179-0411 09143004128آذربایجان شرقی- تبریز- فلکه دانشگاه- مرکز آموزشی درمانی قلب و عروق شهید مدنی

abstract: background: today one of the main problems low or middle income families face is financing healthcare costs. this article studies the methods of of financing health care costs among hospitalized diabetic patients in different types of insurances. materials & methods: this is a causal-comparative study. the variables consist of comparative (health care costs) and categorical(different ...

Journal: :Journal of epidemiology and community health 2005
Charlotte Reinhardt Pedersen Mette Madsen Lennart Köhler

OBJECTIVES To investigate whether family financial resources explain the association between parental labour market participation and children's health in families in Denmark and Sweden. DESIGN Parent reported questionnaire data from the survey of health and welfare among children and adolescents in the Nordic countries, 1996. PARTICIPANTS 4299 children aged 2-17 years. MEASURES Three ind...

Journal: :Sexual & reproductive healthcare : official journal of the Swedish Association of Midwives 2014
Jalandhar Pradhan Estelle Monique Sidze Anoop Khanna Erik Beekink

Low level of funding for reproductive health (RH) is a cause for concern, given that RH service utilization in the vast majority of the developing world is well below the desired level. Though there is an urgent need to track the domestic and international financial resource flows for RH, the instruments through which financial resources are tracked in developing countries are limited. In this ...

2011
Andy W. Chan

The Labour Contract Law of People’s Republic of China came into effect in 2008 to supplement the first Labour Law of 1994. The enactment of this law, however, coincided with the outbreak of the world’s financial tsunami at the same time. Many enterprises in China, especially manufacturing factories, faced tremendous difficulties of both the decreasing sales orders from the West and increasing o...

2014
James M. Vose Chelcy F. Miniat Peter V. Caldwell

The potential expansion of freeze-tolerant (FT) Eucalyptus plantations in the United States has raised concerns about the implications for water resources. Modeling was used to examine the potential effects of expanding the distribution of FT Eucalyptus plantations in US Department of Agriculture Plant Hardiness Zones 8b and greater on water yield (Q). Analyses focused on two scales: the stand ...

Journal: :Health Economics 2021

Enhancing population resilience to adverse events is now a policy priority. Accordingly, there have been calls for more evidence on the determinants of resilience. We answer this call by identifying financial and non-financial resources associated with psychological during COVID-19 pandemic. Using longitudinal survey data, measured comparing distress reported pre-COVID-19 outbreak initial lockd...

ژورنال: یافته 2018

Background : Most economic theories are based on the belief that decentralization of public expenditure will lead to an increase in provincial benefits and a consequent improvement in economic and social indexes. The purpose of this study is to analyze the effect of financial decentralization on the health sector in Iran. Materials and Methods: In this applied research, the topic was reviewed ...

Journal: :The journal of political economy 2017
Annamaria Lusardi Pierre-Carl Michaud Olivia S Mitchell

We show that financial knowledge is a key determinant of wealth inequality in a stochastic lifecycle model with endogenous financial knowledge accumulation, where financial knowledge enables individuals to better allocate lifetime resources in a world of uncertainty and imperfect insurance. Moreover, because of how the U.S. social insurance system works, better-educated individuals have most to...

Journal: :international journal of health policy and management 2014
reza goudarzi abolghasem pourreza mostafa shokoohi roohollah askari mahdi mahdavi

background hospitals are highly resource-dependent settings, which spend a large proportion of healthcare financial resources. the analysis of hospital efficiency can provide insight into how scarce resources are used to create health values. this study examines the technical efficiency (te) of 12 teaching hospitals affiliated with tehran university of medical sciences (tums) between 1999 and 2...

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

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

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