نتایج جستجو برای: assurance value

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

پایان نامه :وزارت بهداشت، درمان و آموزش پزشکی - دانشگاه علوم پزشکی و خدمات بهداشتی درمانی استان مرکزی - دانشکده علوم پزشکی اراک 1382

چکیده فارسی عنوان : بررسی تغییرات سرمی سدیم در پیش آگهی ضربه مغزی در سن یک ماه تا 18 سال استاد راهنما : دکتر کیاندخت کریمیان، متخصص طب اورژانس، استادیار دانشگاه اساتید مشاور : دکتر پارسا یوسفی، فوق تخصص کلیه کودکان ، دانشیار دانشگاه دکتر محمد رفیعی، دکترای آمار حیاتی، دانشیار دانشگاه نگارش و پژوهش : مینا شیخی دزفولی مقدمه : ضربه مغزی بعنوان دوره ای کوتاه از فقدان هوشیاری است که چند...

Journal: :BMJ 1992
M Amouretti C Beraud E Saint-Martin

Conclusions Quality assurance as such is mainly a question of attitudes and behaviour. It is difficult to induce doctors to modify their behaviour by pressures other than from inside the profession. In France there are three types of understanding of medical evaluation: that of the official bodies and evaluation units of hospitals, who try to define and disseminate actual quality assurance; tha...

Journal: :IJSSE 2013
Yutaka Matsuno Shuichiro Yamamoto

In this paper, the authors present a new method for writing assurance cases. Assurance cases are documented bodies of evidence that provide a convincing and valid argument that a system is adequately dependable for a given application in a given environment. Assurance cases have been used mostly in the safety field, but are now beginning to be widely applied in other areas. Cyber security is on...

Journal: :Transboundary and emerging diseases 2013
G R Thomson M-L Penrith M W Atkinson S Thalwitzer A Mancuso S J Atkinson S A Osofsky

A case is made for greater emphasis to be placed on value chain management as an alternative to geographically based disease risk mitigation for trade in commodities and products derived from animals. The geographic approach is dependent upon achievement of freedom in countries or zones from infectious agents that cause so-called transboundary animal diseases, while value chain-based risk manag...

2010
Thomas Rhodes Frederick Boland Elizabeth Fong Michael Kass

Software assurance is an important part of the software development process to reduce risks and ensure that the software is dependable and trustworthy. Software defects and weaknesses can often lead to software errors and failures and to exploitation by malicious users. Testing, certification and accreditation have been traditionally used in the software assurance process to attempt to improve ...

2011
Johan Perols Uday S. Murthy

We extend continuous assurance research by proposing a novel continuous assurance architecture grounded in information fusion research. Existing continuous assurance architectures focus primarily on methods of monitoring assurance clients’ systems to detect anomalous activities and have not addressed the question of how to process the detected anomalies. Consequently, actual implementations of ...

Introduction: According to the American Society of Radiation Oncology, all patients receive radiation therapy during their illness, where radiation is delivered by the medical linear accelerator (Linac). The aim of this study was to evaluate the quality assurance (QA) of the Linac in analyzing the used dose profile in the treatment of cancer tumors. Materi...

1998
G. F. Jelen J. R. Williams

Assurance has been defined as “the degree of confidence that security needs are satisfied”[2]. The problem with this definition is that, unless one has a way to specify security needs in some measurable way, assurance can not be expressed in a measurable way either. The definition leaves the practitioner with the challenge of determining what “security needs” are, whether or not they have been ...

2008
James Peskett Howard Davis Peter Saunders

Introduction Since 2003/04 the Department of Health (DH) has been progressively implementing a prospective payment casemix funding system, known as Payment by Results (PbR), so that in 2008/09 over 90 percent of acute inpatient activity is reimbursed through PbR. The accuracy of the data recorded for each episode of care can directly influence the accuracy of reimbursement between commissioners...

Journal: :Curationis 2003
S C Zeelie J E Bornman A C Botes

The focus of this article is quality assurance in nursing research. Due to well established problems regarding the education of nursing research and increasing pressure to take responsibility for the quality of all educational activities, departments of nursing are obliged to initiate actions to assure quality in nursing research. A nursing department functions within a well-defined external co...

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

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

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