نتایج جستجو برای: esophageal burns

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

Journal: :iranian journal of public health 0
f. majlessi p.raeissi b. shekarvash

the current study investigated the types of accidents and their effects among 0-14 year old children during the months of ordibehesht-mordad of 1990 in tabriz, iran. a total of 717 patients were randomly selected from the patients admitted at two hospitals. a questionnaire was used to interview the subjects or their family members present at the hospital. results indicated that automobile accid...

Journal: :trauma monthly 0
cyrus emir alavi department of anesthesiology, faculty of medicine, gilan university of medical sciences, ir iran seyed hamid salehi burn research center,ove wi~aniessm}yan _elics~ swiences, ir iran +98-2188772030, maziar.mobayen@gmail.com mohammad tolouei department of general surgery, faculty of medicine, gilan university of medical sciences, ir iran koosha paydary students' scientific research center (ssrc), tehran university of medical science, ir iran pirouz samidoust department of general surgery, faculty of medicine, gilan university of medical sciences, ir iran

background advances in the care of burn injuries have resulted from the efforts of regional patient-based specialist teams at burn care centers. objectives we conducted this study to assess the four-year epidemiology of burn injuries in rasht, iran. materials and methods in this cross-sectional study, medical records of 2274 burn patients, treated at velayat hospital from january 2007 to decemb...

Journal: :archives of trauma research 0
nicholas sheppard department of plastic surgery, norfolk and norwich university hospital, colney lane, norwich, uk; department of plastic surgery, norfolk and norwich university hospital, colney lane, norwich, uk. tel: +44-7980901395

سیاح, محمد کاظم, ماهرالنقش, رادین, نوری دلویی, محمدرضا,

Background: With approximately 386,000 deaths per year, esophageal cancer is the 6th most common cause of death due to cancer in the world. This cancer, like any other cancer, is the outcome of genetic alterations or environmental factors such as tobacco smoke and gastro-esophageal reflux. Tobacco smoking is a major etiologic factor for esophageal squamous cell carcinoma in western countries, a...

2010
Qing Wang Roy M. Kimble

Porcine thermal burns have been widely employed for examining the beneficial effects of novel burn treatments prior to clinical application and for understanding the mechanisms of burn wound healing 1, 2. The advantages of these porcine burns over other animal burns are well described by others, such as the well described close resemblance to human skin in structure and in wound healing. Import...

2017
Florence Ngu Bhaveshkumar Patel Craig McBride

BACKGROUND European studies of paediatric foot burns report scalds as the leading cause. Mechanisms of injury are different in warmer climates. We sought to characterize the mechanisms and outcomes of isolated foot burns in our population. METHODS Retrospective review of a prospectively collected database of all children aged 0-15 years presenting to a Queensland paediatric burns centre over ...

2011

Aloe vera gel and cream has been traditionally used to heal burns. It is widely believed that aloe vera helps to treat all types of burns, and you will often see aloe vera gel being recommended and promoted as an ideal solution to treat sun burns. However, there are conflicting clinical evidence on the efficacy of aloe vera gels for treating various types of burns including sun burns. In our al...

A. Asadipouya A. Nabavizadeh H.R. Foroutan I. Vadiee M. Pirastehfar M. Rafiee M.H. Imanieh

Chronic inflammatory demyelinating polyneuroradiculopathy (CIDP) is an immune mediated disorder characterized by progressive developing or relapsing symmetrical motor or sensory symptoms in more than one limb over a period of two months. Achalasia, as a primary esophageal motility disorder, is also characterized by increasing the tone of lower esophageal sphincter, absence or incomplete sphinct...

Journal: :Burns : journal of the International Society for Burn Injuries 2014
Jian-Hong Xu Jun Qiu Ji-Hong Zhou Liang Zhang Dan-Feng Yuan Wei Dai Zhi-Ming Gao

BACKGROUND Childhood burns are a global health problem. To date, no epidemiological study with a large sample size of hospitalized pediatric burn patients from the Chinese mainland has been conducted. This study retrospectively analyzed pediatric burn cases to identify the characteristics of pediatric burns and their risk factors in China. METHODS Data for pediatric burn inpatients younger th...

Journal: :JAMA: The Journal of the American Medical Association 1922

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

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

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