نتایج جستجو برای: clinical estimation

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

Journal: :گوارش 0
eskandar hajiani seyedjalal hashemi rahim masjedizadeh sajad ahmadzadeh

background: liver cirrhosis is an end-stage condition fornumerous chronic liver diseases. limited data exists on the epidemiology,natural history and complications of liver cirrhosis in ahvaz, iran. in a cross-sectional study we have retrospectively evaluated 165 patients from september 1, 1999 until september 1, 2008. materials and methods: patients with evidence of cirrhosis of the liver seen...

Journal: :asia pacific journal of medical toxicology 0
kenneth yu hartigan-go food and drug administration, department of health, manila, philippines

medical toxicology is somehow a neglected field of medicine. support for this discipline is necessary as there are many competing interests within a nation's public health priorities (1). in the previous issue of the asia pacific journal of medical toxicology, the essentials of the empowerment of medical toxicology in the asia pacific region have been discussed (2). perhaps, there is now an urg...

Journal: :journal of advances in medical education and professionalism 0
sedigheh mokhtarpour quality improvement in clinical education research center, education development center, shiraz university of medical sciences, shiraz, iran mitra amini quality improvement in clinical education research center, education development center, shiraz university of medical sciences, shiraz, iran houri mousavinezhad cardiovascular research center, shiraz university of medical sciences, shiraz, iran alireza choobineh faculty of health, shiraz university of medical sciences, shiraz, iran parisa nabeiei quality improvement in clinical education research center, education development center, shiraz university of medical sciences, shiraz, iran

introduction: responsive medicine is an appropriate training method which trains the graduates who can act effectively in initial and secondary aspects of health issues in the society. methods: this was a cross-sectional descriptive-analytic study which was done using quantitative method. the target population of this study was all the students of the nutrition and health school of shiraz unive...

Journal: :acta medica iranica 0
s. esmailzadeh m. faramarzi m. farsi

we examined the demographic characteristics of couples, ovarian response and sperm quality to determine the predictors of clinical fertilization in ivf cycles. a descriptive and analytic study was conducted using data and biologic specimens obtained fatemeh-alzahra of babol infertility center from 2004 to 2005. only data from 315 women who had medical indication for conventional ivf treatment w...

Journal: :acta medica iranica 0
"hallaji z sadri mf dadvar f "

tinea capities is the commonest dermatophytosis in children with diverse clinical presentations. the causative fungi of tinea capitis vary with geographic area and time.this study was aimed to identify the etiologic agents and determine the related factors of tinea capitis in tehran, iran. from clinically suspected cases of tinea capitis, microscopy and culture were performed. of 58patients 96%...

Journal: :archives of trauma research 0
abdollah omidi trauma research center, kashan university of medical sciences, kashan, ir iran; trauma research center, kashan university of medical sciences, kashan, ir iran. tel.: +98-3615550026, fax: +98-3615551112سازمان اصلی تایید شده: دانشگاه علوم پزشکی کاشان (kashan university of medical sciences)

Journal: :Journal of the Medical Association of Thailand = Chotmaihet thangphaet 2006
Matchuporn Sukprasert Wicharn Choktanasiri Nathpong Israngura Na Ayudhya Pattama Promsonthi Pratak O-Prasertsawat

OBJECTIVE To study the increase accuracy of visual estimation of blood loss after an education program. MATERIAL AND METHOD Seven simulated scenarios with known measured amount of blood were created by using expired packed red cell from blood bank and common surgical materials. Ninety nurses were randomized into two groups. The experimental group attended blood loss estimation course while th...

Journal: :iranian journal of pathology 2014
fauzia sadiq farzana yasmeen asim mumtaz warda hussain tauqeer ali butt

background and objective: laboratory errors are one of the major factors that affect the diagnosis, prognosis, treatment and monitoring in patients.the objective of study is to evaluate the frequency and type of errors in different phases of testing at the pathology department of the shalamar hospital, lahore and to evaluate the causes of errors. methods: this observational study was carried o...

Journal: :international journal of pediatrics 0
seyed ali jafari pediatric gastrointestinal department of mashhad university of medical sciences,mashhad,iran. mohammad ali kiani pediatric gastrointestinal department of mashhad university of medical sciences,mashhad,iran. hamid ahanchian peditric allergy and immunology department of mashhad university of medical sciences,mashhad,iran. ali khakshour department of pediatric,faculty of medicine, north khorasan university of medical sciences, bojnurd, iran. simin partovi pediatric gastrointestinal department of mashhad university of medical sciences,mashhad,iran. hamid reza kianifar pediatric gastrointestinal department of mashhad university of medical sciences,mashhad,iran.

kawasaki disease is a systemic vasculitis of children. among gastrointestinal symptoms of this disease jaundice occurs uncommonly. we present a 23 month boy with icter and clinical hepatitis and final diagnosis of kawasaki disease.

Journal: :The Annals of otology, rhinology, and laryngology 2017
Yu-An S Lien Elizabeth S Heller Murray Carolyn R Calabrese Carolyn M Michener Jarrad H Van Stan Daryush D Mehta Robert E Hillman J Pieter Noordzij Cara E Stepp

OBJECTIVES Relative fundamental frequency (RFF) has shown promise as an acoustic measure of voice, but the subjective and time-consuming nature of its manual estimation has made clinical translation infeasible. Here, a faster, more objective algorithm for RFF estimation is evaluated in a large and diverse sample of individuals with and without voice disorders. METHODS Acoustic recordings were...

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

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

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