نتایج جستجو برای: medical condition

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

Ali Rezaie Amir Iranmanesh Mohammad Reza Rezaie Rayeni Nejad,

Astigmatism’s defect has not yet been formulated in Physics and medical physics books theoretically. In this paper, we are trying to formulate the astigmatism’s defect. The results of formulation show that “the degree of astigmatism is negative reverse the distance that vision’s condition of astigmatism’s chart lines change conditions in dimness angle from dimness condition at infinite distance...

Journal: :مجله دانشکده پرستاری و مامایی ارومیه 0
حمیدرضا ابراهیمی فخار hr ebrahimi fakhar زهرا سالمی z salemi

malnutrition of patients in intensive care units of arak hospitals, in 1389     ebrahimi fakhar h [1] , salemi z [2]     received: 12 mar, 2012 accepted: 25 jun , 2012     abstract   background & aims: this study was performed to determine the nutrition condition of intensive care units patients in arak hospitals in 1388.  materials & methods: in this sectional study 115 eligible patients (71ma...

Journal: :Journal of hypertension 2003

Introduction and purpose In preparing these guidelines the Committee established by the European Society of Hypertension (ESH) and the European Society of Cardiology (ESC) has aimed at offering the best available and most balanced information to all those involved in the management of arterial hypertension. The Committee is aware that it is easier to prepare guidelines on a medical condition in...

2014
I. Klein Y. Dekel A. Stein

Urethral prolapse (UP) is a circular complete eversion of the distal urethral mucosa through the external meatus. It is a rare condition seen mostly in African-American premenarcheal girls. Both a medical and a surgical approach to this condition have been described. We present a case of a spontaneous urethral prolapse in a 60-year-old postmenopausal Caucasian woman, who failed medical manageme...

2005

Needle phobia is a recently defined medical condition that affects at least 10% of the population. Because persons with needle phobia typically avoid medical care, this condition is a significant impediment in the health care system. The etiology of needle phobia lies in an inherited vasovagal reflex of shock, triggered by needle puncture. Those who inherit this reflex often learn to fear needl...

2003

Introduction and purpose In preparing these guidelines the Committee established by the European Society of Hypertension (ESH) and the European Society of Cardiology (ESC) has aimed at offering the best available and most balanced information to all those involved in the management of arterial hypertension. The Committee is aware that it is easier to prepare guidelines on a medical condition in...

2011
Estanislao Mercadal Sergi Robles Ramon Martí Cormac J. Sreenan Joan Borrell

This paper introduces a double multiagent architecture allowing the triage of victims in emergency scenarios and the automatic update of their medical condition. Gathering updated information about the medical condition of victims is critical for designing an optimal evacuation strategy that minimizes the number of casualties in the aftermath of an emergency. The proposed scheme, currently unde...

2012
Jeffrey Frankel

Those who have the most to gain from President Obama’s health care legislation are those who have a pre-existing condition or are pre-disposed to illness, for example because they are overweight. They are more likely to need medical care in the future, but can be charged higher rates if they try to buy private insurance, by virtue of their condition. Or they can be excluded completely. (Each ob...

Journal: :Journal of biomedical informatics 2013
Michael J. Rothman Steven I. Rothman Joseph Beals IV

Patient condition is a key element in communication between clinicians. However, there is no generally accepted definition of patient condition that is independent of diagnosis and that spans acuity levels. We report the development and validation of a continuous measure of general patient condition that is independent of diagnosis, and that can be used for medical-surgical as well as critical ...

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

چکیده این تحقیق " مواد درسی " را به عنوان یکی از بحث برانگیزترین موضوعات آموزش زبان تلقی کرده و درتلاش است به سه سوال عمده پاسخ دهد: 1) آیا بکارگیری جزوات گرداوری شده توسط گروهی از مدرسین تاثیر بسزایی در میزان توانش خواندن و درک متون انگلیسی دانشجویان پزشکی دارد؟ 2) آیا استفاده از مواد درسی اصلی( بین المللی )، توانش خواندن و درک متون انگلیسی دانشجویان پزشکی را به طور چشمگیری تحت تاثیر قرار م...

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

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

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