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

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

Background: Cross-border reproductive care (CBRC) refers to the movement of patients to foreign countriesfor fertility treatment. Limited evidence indicates that this phenomenon is associated with a risk of psychologicaldistress, but few studies on the psychological impact of CBRC are currently available. The aim of this studywas to compare the anxiety and depression levels of...

Journal: :Gut 1988
I W Booth P B Patel D Sule G A Brown R Buick K Beyreiss

Jejunal brush border glucose transport was studied in a patient with glucose-galactose malabsorption and in controls, using jejunal brush border membrane vesicles (BBMV) prepared from conventional jejunal biopsies. Whereas BBMV from controls showed a seven-fold enhancement of D-glucose uptake in the presence of an inwardly directed sodium gradient compared with its absence, no such enhancement ...

Abas Aghaei Amjad Mohammadi-Bolbanabad Barzan Shirkhani, Heshmatollah Asadi Samira Mohammadi

Background: Nowadays, quality of patient care is one of the major and important concerns of health care delivery which is extremely dependent on the medical staff. Objectives: The purpose of this study was to investigate the relationship between Quality of Work Life (QWL) and quality of patient care. Methods: This study was a descri...

Donya Sheibani-Tehrani, Farzaneh Rejalian, Mohsen Shahriari Shahnaz Keifi Zahra Baghersad

Background: The implementation of patient education within a hospital is a difficult task that plays a key role in improving and controlling diseases and providing quality healthcare services. Objective: The current study evaluated the effect of patient education on the quality of nursing care and inpatient satisfaction in surgical wards of selected hospi...

1996
Joy Basu

This article presents the results of a pioneering effort by the Health Care Financing Administration (HCFA) to measure interstate border crossing for services used by Medicare and non-Medicare beneficiaries. A major focus is to provide estimates of per capita expenditures by State for individual services. Such estimates are not possible without adjustment for interstate border-crossing flows. T...

Journal: Evidence Based Care 2017

Patient safety is a global concern that involves all healthcare members, so that achieving a high level safe care is responsibility of all healthcare services, particularly nurses. This qualitative study aimed to describe nurses’ perspectives on factors affecting patient safety. We recruited 32 nurses working in teaching hospitals by purposeful sampling method. Data were collected by semi-struc...

2016
R Hertz MK Nelson J Suñol

This paper compares two populations with respect to attitudes toward the regulation of reproductive care by the European Union. The two populations are 252 individuals who crossed a national border to receive treatment at an independent clinic in Spain and 45 Spanish citizens who received treatment in their home country. Online surveys were sent to former patients (from many different countries...

Introduction: Adherence of home care nurses to ethics in care, while improving the quality of nursing care, also improves patient satisfaction. Therefore, nurses must have ethical in care competency. The purpose of this study is to explain of ethical competency in care at home. Methods: The qualitative content analysis study is conventional that was conducted in home health care centers in Tehr...

Journal: :Quality & Safety in Health Care 2009
P Vallejo R Suñol B Van Beek M J M H Lombarts C Bruneau F Vlček

OBJECTIVES Mobility of patients is a pertinent issue on the European Union's agenda. This study aimed to estimate the volume and main diagnoses of cross-border care in eight European countries, in order to provide policy makers with background information about the nature of patient mobility in Europe. METHODS This article reports the combined findings from three independent studies that comp...

2011
Matthew Thomas Mohammed Hamdan Sharon Hailes Michael Walker

Aims: Flexibility and conformability are key performance characteristics in dressing design and construction, which can have an impact on product suitability in the clinical environment. This study evaluated both quantitatively and qualitatively the conformability and comfort of a variety of wound dressings (Biatain® Soft/Ag/Non-adhesive (Coloplast), Allevyn® Gentle (Smith and Nephew), Mepilex®...

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

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

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