نتایج جستجو برای: physiologic differences

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

Journal: :مجله دانشگاه علوم پزشکی شهید صدوقی یزد 0
نادره خوست n khost زهرا مشتاق عشق z moshtagh الهام ایمانی e imani حمید علوی مجد h alavi- majd

introduction: intensive care unit is one of the most stressful wards for patients and it is estimated that 30 to70 percent of patients experience severe physiologic stress during admission. some of the physiologic responses to stress include increase in metabolic rate with consequent increase in body temperature, increase in cardiac output and contraction power and subsequently increase in bloo...

Journal: :journal of dentistry, tehran university of medical sciences 0
f. hajifattahi assistant professor, department of oral medicine, dental school, islamic azad university of medical m. azarshab dentist r. haghgoo associate professor, department of pediatric dentistry, dental school, shahed university s. lesan assistant professor, department of oral medicine, dental school, islamic azad university of medical

introduction: melanin pigmentation in the oral mucosa occurs as a result of several reasons one of which is smoking. cigarette smoke induces numerous side effects in the people who do not smoke, but are in the same environment. the aim of this study was to evaluate the role of parental smoking on pigmentation of their children's oral mucosa. materials and methods: this study was carried out as ...

Journal: :journal of cellular and molecular anesthesia 0
ali dabbagh professor of cardiac anesthesia; anesthesiology research center, shahid beheshti university of medical sciences, tehran, iran samira rajaei immunology dept. school of medicine, tums, tehran, iran

anesthesiology is one of the most important creations of the modern science, basically based on the anesthetic drugs; however, there are a few concerns regarding the effects of the anesthetic drugs. would there be any progress in the current trend of anesthesiology, both clinically and basically. there would be a possibility to use the physiologic mechanisms of sleep to be incorporated into cli...

Journal: :Archives of pediatrics & adolescent medicine 2012
Melissa L Langhan Michael Mallory James Hertzog Lia Lowrie Joseph Cravero

OBJECTIVES To describe the frequency of different physiologic monitoring modalities and combinations of modalities used during pediatric procedural sedation; to describe how physiologic monitoring varies among different classes of patients, health care providers (ie, ranging from anesthesiologists to emergency medicine physicians to nurse practitioners), procedures, and sedative medications emp...

Journal: :Pediatrics 1999
C R Howard E A de Blieck C B ten Hoopen F M Howard B P Lanphear R A Lawrence

BACKGROUND To prevent breastfeeding problems, cup-feeding has been recommended as a method of providing medically necessary supplemental feedings to breastfed infants. OBJECTIVES To compare amounts ingested, administration time, and infant physiologic stability during cup-, bottle-, and breastfeeding. DESIGN/METHODS A total of 98 term, healthy newborns were randomized to either cup-feeding ...

2013
Stephen J. Sheinkopf A. Rebecca Neal-Beevers Todd P. Levine Cynthia Miller-Loncar Barry Lester

Psychophysiology studies of heart rate and heart rate variability can be employed to study regulatory processes in children with autism. The objective of this study was to test for differences in respiratory sinus arrhythmia (RSA; a measure of heart rate variability) and to examine the relationship between physiologic responses and measures of social behavior. Participants included 2- to 6-year...

ژورنال: حیات 2018
تهرانیان, نجمه, مکوندی, سمیه, میرزایی نجم‌آبادی, خدیجه,

Background & Aim: The physiologic childbirth program in Iran is an emerging program that needs to be evaluated like any other program to improve its quality and process. Evidence suggests that the implementation of the physiologic childbirth program faces some challenges. The present research aimed to explore the challenges of the physiologic childbirth program from the perspective of service p...

Journal: :Emergency medicine clinics of North America 2008
Genevieve Santillanes Marianne Gausche-Hill

Pediatric airway problems are seen commonly in pediatric and general emergency departments, management of the pediatric airway is often stressful to providers. This article reviews the pediatric airway, highlighting the anatomic and physiologic differences between infant, pediatric and adult airways, and how these differences impact assessment and management of the pediatric airway.

Journal: :Journal of oral and maxillofacial surgery : official journal of the American Association of Oral and Maxillofacial Surgeons 2012
Matheus Melo Pithon Vanessa Oliveira Batista Natalli Cardoso Cafeseiro D'el Rey

PURPOSE To evaluate the best method for decontaminating tooth enamel contaminated by contact with blood before bonding orthodontic buttons. MATERIALS AND METHODS The labial surfaces of 195 bovine incisors initially received prophylaxis, followed by 37% phosphoric acid etching, adhesive application, and light polymerization. After this, the labial surfaces of all teeth were contaminated with b...

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

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

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