نتایج جستجو برای: duties and responsibilities

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

Journal: :مجله مطالعات حقوق تطبیقی 0
ولی رستمی دانشیار گروه حقوق عمومی دانشکدۀ حقوق و علوم سیاسی دانشگاه تهران معصومه عامری دانش آموختۀ دکتری حقوق عمومی دانشگاه تهران

municipality, as one of the most important legal entities in the urban management, can play an effective role in providing local public services and administration of some local public affairs. the role of the municipality in urban management is different rangin from full authority to implementation of small affairs. the place and importance of the municipality is determined by the laws and leg...

2014
Sara S. Phillips Laura S. Tom Charito Bularzik Melissa A. Simon

Research on patient navigation has focused on validating the utility of navigators by defining their roles and analyzing their effects on patient outcomes, patient satisfaction, and cost effectiveness. Patient navigators are increasingly used outside the research context, and their roles without research responsibilities may look very different. This pilot study captured the activities of a com...

2008
Jennifer Farrell Nola M. Ries Heather Boon

PURPOSE: Natural health products (natural health products) such as herbs, vitamins and homeopathic medicines are widely available in Canadian pharmacies. The purpose of this paper was to conduct a systematic analysis of Canadian pharmacy policies and guidelines to explore pharmacists' professional responsibilities with respect to natural health products. METHODS: Legislation, codes of ethics, ...

جمشیدی, علیرضا, رستمی غازانی, امید,

  According to article 159 of the constitution of Iran, the official institution for judicial settlement of " complaints " and "claims" , is judiciary . Explain the nature of" complaint " and " claim" is the first step to explain the exclusive jurisdiction of" Judiciary" in care of" formal" to them. The first attempt in this article is specified up on the nature of the" judicial affairs" and th...

فاطمه الحانی, , محبوبه اقدمی, ,

  Background and Aim: The basic role of nurses is the restoration of health through caregiving activities. The nurses can do all of their responsibilities if they are informed of duty description. One of the most important duties of nursing service head is to prepare staff nurses and to ensure their performance to achieve assigned activities. The aim of this study was to determine obstacles to ...

Journal: :Pediatrics in review 2010
Alex Okun

Introduction Nearly one in five children in the United States has special health-care needs, including chronic medical conditions and developmental disabilities that require care well beyond the needs of children who are developing typically and are in good health. For a minority of such children, these needs are multiple and complex, requiring significant help from health professionals and the...

Journal: :Information & Software Technology 2009
Liang Xiao

Model-driven architecture (MDA) supports model-centred software development via successive model transformation. In MDA, the reusability of models is improved as well as the traceability of requirements. Agent-oriented model-driven architecture (AMDA) associates adaptive agents with a business-oriented interaction model and lets agents dynamically interpret their behaviour from the continuously...

Journal: :International journal of older people nursing 2013
Henrik Eriksson Jonas Sandberg Ingrid Hellström

AIMS AND OBJECTIVES In this article, we explore the gender aspects of long-term caregiving from the perspective of women providing home care for a spouse suffering from dementia. BACKGROUND One of the most common circumstances in which a woman gradually steps into a long-term caregiver role at home involves caring for a spouse suffering from dementia. Little attention has been paid to examini...

Journal: :International Review of Management and Business Research 2021

Women as leaders have been facing challenges in workplace well at homes. However, the focus of this research is to explore which women face different leadership and managerial positions public private organizations Gilgit-Baltistan. Employing qualitative method, data was collected from eight (8) females who were management context Semi-structured interviews conducted collect data. The analysis ...

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

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

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