نتایج جستجو برای: public health service

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

2013
Tabitha Knight

This paper econometrically analyzes the relationship between public spending and gendered urban employment in China for the period 1999-2009. Proponents of gender-sensitive public policies suggest that spending on healthcare and education may increase long-run growth and women’s relative employment via the expansion of paid care work (increasing labor demand) and reductions in unpaid labor (inc...

Journal: :The Australasian medical journal 2014
Mohammed Azmi Hassali Alian A Alrasheedy Basyirah Afifah Ab Razak Saleh Karamah Al-Tamimi Fahad Saleem Noman Ul Haq Hisham Aljadhey

BACKGROUND Patient satisfaction is considered an essential component of healthcare services evaluation and an additional indicator of the quality of healthcare. Moreover, patient satisfaction may also predict health-related behaviours of patients such as adherence to treatment and recommendations. AIMS The study aimed to assess patients' level of satisfaction with public healthcare services a...

2001
Roberto G. Quercia George C. Galster

Public housing authorities (PHAs) are entering a brave new world. Major proposed changes to the public housing program will force PHAs to compete with private sector providers for tenants. To succeed, they will have to act more like entrepreneurial market participants: to change their management practices, the types of tenants they house, and the kinds of developments they operate, and to attra...

Journal: :Science and engineering ethics 2011
René von Schomberg

The identification of plausible epistemic approaches in science as well as the social problem definitions with which scientists implicitly work is essential for the quality of a deliberative public policy. While responding to the Nanofutures project, I will reflect on the essential elements of such a policy.

Journal: :Australian health review : a publication of the Australian Hospital Association 2002
Peter McNair Stephen Duckett

On 1 July 1993 Victoria became the first Australian state to use casemix information to set budgets for its public hospitals commencing with casemix funding for inpatient services. Victoria's casemix funding approach now embraces inpatient, outpatient and rehabilitation services.

2015
Hao Li Siping Dong

China has long been stuck in applying traditional data envelopment analysis (DEA) models to measure technical efficiency of public hospitals without bias correction of efficiency scores. In this article, we have introduced the Bootstrap-DEA approach from the international literature to analyze the technical efficiency of public hospitals in Tianjin (China) and tried to improve the application o...

2015
Maria Caballer-Tarazona David Vivas-Consuelo

Public-private partnership (PPP) initiatives are extending around the world, especially in Europe, as an innovation to traditional public health systems, with the intention of making them more efficient.There is a varied range of PPP models with different degrees of responsibility from simple public sector contracts with the private, up to the complete privatisation of the service. As such, we ...

2003
Youqin Huang

Housing reform in urban China has introduced market mechanisms into a previously welfare-oriented housing system. Although microlevel factors such as household characteristics begin to shape housing behavior in urban China as is the case in the West, macrolevel constraints and opportunities defined by not only housing stocks and housing markets but also local government behaviors continue to be...

2009
Michael Jay Polonsky

This paper introduces the concept of a ‘harm chain’ as a mechanism to further broaden the way in which firms and public policy makers consider potential negative outcomes from marketing activities. The purpose of conceptualizing a ‘harm chain’ is to examine specifically the creation of harm within networks of marketing exchanges that might occur throughout preproduction, production, consumption...

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

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

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