نتایج جستجو برای: activity based management

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

Journal: :J. UCS 2005
Schahram Dustdar

Current trends in collaborative knowledge management emphasize the importance of interand intra-organizational business process support. Enactment of business processes has primarily been a domain of workflow management systems. In this paper we propose a hybrid architecture for reconciliation of knowledge management and workflow management systems in order to support process participants in or...

The Cost of All Types of Dental Services Presented by Farman Farmaeian Comprehensive Health Services Center at Tehran University of Medical Sciences using Activity-Based Costing Method in 1397 Ebrahim Jafari Poyan1, Sara Emamgholipour 1, Mobarake Alipanah Dolatabad 2, Pedram Nourizadeh Tehrani 3* 1Department of Health Management and Economics, School of Public Health, Tehran University of Medi...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه شیراز - دانشکده علوم 1391

in this thesis, we exploit a simple and suitable method for immobilization of copper(ii) complex of 4?-phenyl-terpyridine on activated multi-walled carbon nanotubes [amwcnts-o-cu(ii)-phtpy]. this nanostructure was characterized by various physico-chemical techniques. to ensure the efficiency and fidelity of copper species, the implementation of three-component strategies in click-chemistry all...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه بیرجند - دانشکده ادبیات و علوم انسانی 1392

in new management approaches, in the organizations with inflexible structure, existing of red tapes and interruptions caused by limitations and also non-compliance with environmental changes, create demotivation among staff. with regard to the influence of job motivational potential and its relationship to the type of organizational structure( enabling and dissuasive), the goal of this research...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه سیستان و بلوچستان - دانشکده مدیریت و حسابداری 1391

the application of e-learning systems - as one of the solutions to the issue of anywhere and anytime learning – is increasingly spreading in the area of education. content management - one of the most important parts of any e-learning system- is in the concern of tutors and teachers through which they can obtain means and paths to achieve the goals of the course and learning objectives. e-learn...

Journal: :international journal of civil engineering 0
j. s. yi department of architectural engineering, ewha university,11-1 daehyun-dong, seodaemun-gu, seoul 120-750, south korea c. w. koo 9th fl., city air tower bldg.159-9, samsung-dong,gangnam-gu, seoul, korea 135-973 s. h. park 9th fl., city air tower bldg.159-9, samsung-dong, gangnam-gu, seoul, korea 135-973 o. k. kwon 9th fl., city air tower bldg.159-9, samsung-dong, gangnam-gu, seoul, korea 135-973

construction industry consists of several phases in which a variety of stakeholders are involved. as construction projects are becoming larger, more complex and more diverse, the design phase has been more important factor for the success of projects than ever before. however, it is considered that most of design work occurred in actual design process is intangible. such recognition makes the d...

ژورنال: طلوع بهداشت یزد 2015
نایب زاده, شهناز, زارع خورمیزی, ابراهیم , معین الدین, محمود ,

Introduction: Activity-based cost evaluation is used as a tool for accurate assessment and calculation of the cost of any operation. The aim of the present study was to estimate the cost of a single appendix surgery in Yazd Shaid Sadoughi Hospital using activity-based cost evaluation in 2011. Methods: This is an applied research that is descriptive, cross-sectional and retrospective. Data were...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه شیراز - دانشکده علوم 1391

in this thesis protic and aprotic ammonium-based ionic liquids were synthesized and their surface tensions were measured in the range of 298-373k. the protics are alkyl ammonium-based ils with the carboxylate (formate, acetate, propionate) anion and aprotics are quaternary ammonium-based ils with bis(trifluoromethylsulfonyl)imide anion. capillary rise method was used for surface tension measure...

ژورنال: پیاورد سلامت 2014
احمدی, مریم, فضایلی, سمیه, یوسفی, مهدی,

 Background and Aim: Managers are always looking for better ways to improve productivity of staff. The aim of this study was to introduce a model based on work and time measurement for Staff Management based on performance in hospital. Materials and Methods: This descriptive - practical study was conducted in ten steps for a medical documents expert’s in a general hospital. The main activ...

Journal: :international journal of environmental research 2012
b. junquera j. del brío

this paper seeks to make an empirical analysis of the degree to which the research effort andfunctional integration into the design of environmental activity account for a company’s environmental actionbasedcompetitive advantage. to do so, we have used a sample of 110 factories. it has been proven that bothfactors (the research effort and functional integration into the design of environmental ...

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

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

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