نتایج جستجو برای: border patient care

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

2012
Abubakar Kawu Muhammad Waziri

Background: The border between Nigeria and Cameroun stretches for hundreds of kilometers. The movement of patients from Maiduguri, NE Nigeria into Cameroun’s border hospitals is becoming very popular. This study investigated the categories of people involved in such movement, their healthcare needs in Cameroun and the motivation behind the movement. Methods: In-depth interviews with fifteen par...

Journal: :international journal of hospital research 2014
jafar sadegh tabrizi asaad ranai

background and objectives: discharge against medical advice (dama) is a significant healthcare problem posing negative impact on effectiveness of patient care and costs of the health system. in order to address this problem, first the potential influencing factor should be identifies. this study followed two major objectives: first, to evaluate the prevalence and potential causes of dama, and s...

Journal: :مجله توسعه پژوهش در پرستاری و مامایی 0
soheila zabolypour kourosh dastan saeed ghorbani amir anbari sepideh mohammadi

background: caring is the core of nursing and holistic high-quality care is considered as one of the main concerns of nursing managers. evaluation by main care recipients and assessment of their satisfaction with different levels of care is a way to determine and improve the quality of nursing care. the aim of this study was to determine the relationship between the quality of nurses’ caring be...

Journal: :journal of medical ethics and history of medicine 0
jalil makarem assistant professor, department of anaesthesiology, imam khomeini complex, tehran university of medical sciences, tehran, iran; bagher larijani professor, medical ethics and history of medicine research center, tehran university of medical sciences, tehran, iran; kobra joodaki phd candidate in medical ethics, medical ethics and history of medicine research center, tehran university of medical sciences, tehran, iran; sahar ghaderi researcher fatemeh nayeri associate professor, family health institute, maternal-fetal & neonatal research center, tehran university of medical sciences, tehran, iran masoud mohammadpoor assistant professor, department of pediatrics, children’s medical center, tehran university of medical sciences, tehran, iran.

implementation of patient feedback is considered as a critical part of effective and efficient management in developed countries. the main objectives of this study were to assess patient satisfaction with the services provided in hospitals affiliated to tehran university of medical sciences, iran, identify areas of patient dissatisfaction, and find ways to improve patient satisfaction with hosp...

Journal: :iranian journal of public health 0
s mortazavi m kazemi a shirazi a aziz-abadi

background: in today's competitive world, organizations' survival and success depends on satisfying customer needs and ex­pec­tations. this is particularly important in health care sector where quality of service and customer relations are the key suc­cess factors. the purpose of this research was to determine whether there was a relationship between patient satisfaction and loyalty to the serv...

Journal: :International Journal for Quality in Health Care 2007

Background In recent years, accreditation of private hospitals followed by decentralisation of the Italian National Health Service (NHS) into 21 regional health systems has provided a good empirical ground for investigating the Tiebout principle of “voting with their feet”. We examine the infra-regional trade-off between greater patient choice (due to an increase in hospital services supply) an...

Journal: :International journal of care coordination 2021

Introduction While the popularity of international care is rising, complexity compromises patient safety. To identify risks and propose solutions to improve care, this study explores experiences healthcare workers with handovers in a European border region. Methods A cross-sectional survey design was used reach out 3000 workers, working for hospitals or emergency services three neighboring coun...

Journal: :journal of pharmaceutical care 0
kourosh sadeghi department of clinical pharmacy, school of pharmacy, tehran university of medical sciences, tehran, iran mehdi mohammadi department of clinical pharmacy, school of pharmacy, tehran university of medical sciences, tehran, iran farhad najmeddin department of clinical pharmacy, school of pharmacy, tehran university of medical sciences, tehran, iran mojgan mashayekhi department of clinical pharmacy, school of pharmacy, tehran university of medical sciences, tehran, iran mojtaba mojtahedzadeh department of clinical pharmacy, school of pharmacy, tehran university of medical sciences, tehran, iran and research center for rational use of drugs, tehran university of medical sciences, tehran, iran mohammadreza javadi department of clinical pharmacy, school of pharmacy, tehran university of medical sciences, tehran, iran

in recent decades, by increasing complexity of drug therapy, pharmacists considered as health- care members who can help optimizing drug therapy. we know that medicines do not have the anticipated effects all the times and a vast variability may exist in their behaviors in the body. so, it is very crucial to individualize treatment for every single patient. nowadays, optimizing drug therapy in ...

Journal: :hepatitis monthly 0
kamran b lankarani health policy research center, shiraz university of medical sciences, shiraz, ir iran; health policy research center, shiraz university of medical sciences, shiraz, ir iran. tel/fax: +98-7112309615

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

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

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