نتایج جستجو برای: perceived lean services

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

This research aims to investigate the effects of ethical work climate on organizational trust and proactive customer service performance while the mediating role of perceived politicizing in organization’s reward system is considered as well. Statistical population consisted of all employees of Pasargad Insurance Company. By applying random sampling method, 260 employees were selected. Data wer...

2013
V. Jaiganesh Clement Sudhahar

In Recent times, pharmaceutical companies are faced with the demanding tasks such as adjustments to the unstable and turbulent market in times of economic crisis as well as to meet the customer needs. The pharmaceutical industry, manufacturing in a current Good manufacturing practice (cGMP) environment has been slow to adopt the lean manufacturing unlike many sectors where it has been successfu...

Journal: :journal of industrial strategic management 2014
m. sadeghi m. ghafaricherati r. dadkhah b. yaghoubibijarboneh m. jafari

customer satisfaction has been one of the strategic issues in recent two decades. this research is to study and design a model of service quality, and evaluate effective dimensions on customer’ quality perceived services and satisfaction. up to now, multiple factors integrally related to the measurement of services quality and customer satisfaction have not been studied in iran. the present res...

Journal: :Online Information Review 2007
Chun-Hsiung Liao Chun-Wang Tsou Ming-Feng Huang

Purpose – The purpose of this study is to analyse factors influencing subscribers’ usage of 3G mobile services in Taiwan. Design/methodology/approach – The research model, based on a technology acceptance model (TAM) and added perceived enjoyment, was tested by means of a two-stage structure equation modelling approach. Data were collected from 532 respondents via a web questionnaire survey. Fi...

Journal: :Computers in Human Behavior 2014
Vladimir Stantchev Ricardo Colomo Palacios Pedro Soto-Acosta Sanjay Misra

The aim of this paper is to investigate the motivations that lead higher education students to replace several Learning Management Systems (LMS) services with cloud file hosting services for information sharing and collaboration among them. The research approach is based on the Technology Acceptance Model (TAM). More specifically, the model is devoted to identifying barriers and enablers to the...

Journal: :International Journal of Quality & Reliability Management 2021

Purpose This study aims at investigating the impact of perceived importance critical cultural readiness factors (CRFs) is on Lean Six Sigma (LSS) technical success (CSFs) in UK manufacturing sector. Design/methodology/approach A survey questionnaire through a multiple embedded case was conducted. The involves surveying people firms followed by non-parametric Kruskal–Wallis test to relationships...

2011
Nicholas Morley Ian McGill Peter Willis Lesley Maddox

Oakdene Hollins provides clients with these services: ● Modelling and impact assessment ● Programme management and evaluation ● Project management ● Ecolabelling advice ● Carbon footprinting ● Critical review of life cycle assessment ● Policy and strategy development ● Lean manufacturing ● Economic analysis ● Market appraisal.

J. R . Jadhav S. B. Rane S. S. Mantha

The demands for automobiles increased drastically in last two and half decades in India. Many global automobile manufacturers and Tier-1 suppliers have already set up research, development and manufacturing facilities in India. The Indian automotive component industry started implementing Lean practices to fulfill the demand of these customers. United Nations Industrial Development Organization...

Journal: :Journal of health organization and management 2014
Kathryn J Hayes Nick Reed Anneke Fitzgerald Vicki Watt

PURPOSE This purpose of this paper is to examine the application and outcomes of applying all of the seven lean flows to pathology laboratory remodelling as part of a lean rapid improvement event (RIE). DESIGN/METHODOLOGY/APPROACH Longitudinal case study of a lean RIE linking emergency and pathology departments focusing on the systematic application of lean's seven flows to the physical envir...

Background Disinvestment from inefficient health services may be a potential solution to rising healthcare costs, but there has been poor uptake of disinvestment recommendations. This Australian study aims to understand how health professionals react when confronted with a plan to disinvest from a health service they previously provided to their patients.   Methods This ...

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

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

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