نتایج جستجو برای: medical health care

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

Mansoureh Yadavar Nikravesh, Zeinab Biabangardi,

Introduction. Universities of Medical Sciences & Health Services were established with the aim of training and development of efficient health manpower for improving the community health. The people of the community have common health problems and needs, so universities of medical sciences and health services can affect diagnosing the problems, providing the health needs and developing health c...

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...

Journal: :نشریه پرستاری ایران 0
شهلا پرسا porsa sh.

extract today home health care is implementing in many countries. in iran, because of increasing population growth and hospital investments, home health care is not avoidable. home health care not only causes decreasing length of hospitalization and rapid offloading of hospital's beds for the use of other patients, but also presenting direct health services in home based on individual need...

Journal: :مجله دانشکده پرستاری و مامایی ارومیه 0
محمداسماعیل مطلق me motlagh داود نصرالله پور شیروانی d nasrollahpour shirvani حسن اشرفیان امیری h ashrafian amiri محمدجواد کبیر mj kabir علی شبستانی منفرد a shabestani mounfared سیمین موعودی s mohoudi آذین نحوی جوی

satisfaction of health teams about the function of family physician in medical universities of northern provinces, iran    motlagh me [1] , nasrollahpour shirvani sd [2] , ashrafian amiri h [3] , kabir mj [4] , shabestani mounfared a [5] , mohoudi s [6] , nahvijoy a [7]     received: 10 feb, 2011 accepted: 2 may, 2011    abstract background & aims: health teams are experts and health workers in...

Journal: :international journal of hospital research 0
mehran salehi shahrabi department of industrial engineering, k.n. toosi university of technology, tehran, iran

reducing wastes in the healthcare processes is crucial for developing a high performance health system. adopted from the toyota production system (tps), the lean concept has emerged in recent years as a way of introducing innovative ideas to improve industrial processes. in the context of health care, lean is considered as a continuous improvement model, which provides healthcare organization t...

Journal: :American Journal of Public Health and the Nations Health 1948

Journal: :مجله ایرانی آموزش در علوم پزشکی 0
henry walton*

world action in medical education, notably the global programs of the world federation for medical education, the edinburgh declaration of 1988 and the 1993 world summit, has led to major curricular change in medical schools. for educational reform to result in improved health services of nations, an essential requirement is integration between the medical education system and the health care d...

Journal: :iranian red crescent medical journal 0
robab latifnejad roudsari research centre for patient safety, department of midwifery, school of nursing and midwifery, mashhad university of medical sciences, mashhad, ir iran roghieh bayrami student research committee, department of midwifery, school of nursing and midwifery, mashhad university of medical sciences, mashhad, ir iran; student research committee, department of midwifery, school of nursing and midwifery, mashhad university of medical sciences, mashhad, ir iran. tel: +98-9144613044, fax: +98-5138597313 mojgan javadnoori department of midwifery, school of nursing and midwifery, ahvaz jundishapur university of medical sciences, ahvaz, ir iran hamid allahverdipour faculty of health, tabriz university of medical sciences, tabriz, ir iran habibollah esmaily health sciences research center, department of biostatistics, school of health, mashhad university of medical sciences, mashhad, ir iran

conclusions although the majority of women had pcc records and received advice from healthcare professionals to carry out pchbs, most of them did not adhere to the pchb guideline recommendations. it is therefore suggested that strategies should be adopted to establish pcc services in the healthcare system and encourage clients to adhere to the pchb guideline recommended by the ministry of healt...

Journal: :American Journal of Public Health and the Nations Health 1966

Journal: :American Journal of Public Health and the Nations Health 1964

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

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

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