نتایج جستجو برای: bdominal injuries

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

Journal: :international clinical neurosciences journal 0
afsoun seddighi functional neurosurgery research center , shohada tajrish neurosurgical center of excellent , shahid beheshti university of medical sciences , tehran, iran . amir nikouei functional neurosurgery research center , shohada tajrish neurosurgical center of excellent , shahid beheshti university of medical sciences , tehran, iran . amir saied seddighi functional neurosurgery research center , shohada tajrish neurosurgical center of excellent , shahid beheshti university of medical sciences , tehran, iran . ali reza zali functional neurosurgery research center , shohada tajrish neurosurgical center of excellent , shahid beheshti university of medical sciences , tehran, iran . seyed mahmood tabatabaei functional neurosurgery research center , shohada tajrish neurosurgical center of excellent , shahid beheshti university of medical sciences , tehran, iran . ali reza sheykhi functional neurosurgery research center , shohada tajrish neurosurgical center of excellent , shahid beheshti university of medical sciences , tehran, iran .

traumatic peripheral nerve injuries are among most important cause of physical disability among young adults. most partial injuries and some complete injuries recover without operative intervention, with early return of function appearing to be the most significant prognostic factor in these cases. return of function over time depends to a great extent on the underlying neuropathologic conditio...

Journal: :iranian journal of public health 0
k ashraf ganjouei social security organization of iran, kerman neuroscience research center, afzal research institute, l ekhlaspour kerman physiology research center, afzal research institute, iran e iranmanesh education development center, deputy of education, kerman university of medical sciences, iran p poorian researcher of kerman university of medical sciences, kerman, iran n ashraf ganjooei kerman neuroscience research center, iran f rashid-farokhi dept.of nephrology, shaheed beheshti university of medical sciences, tehran, iran

background : on december 26, 2003 an earthquake measuring 6.8 on the richter scale, shook the city of bam in the south east of iran and killed more than 40000 people and nearly 30000 were injured. this is an epidemiological study performed on the victims of bam earthquake to analyze different types of injuries of patients admitted in kerman hospitals. methods:  in a retrospective cross-sectiona...

Journal: :iranian journal of public health 0
behrang shadloo abbas motevalian vafa rahimi-movaghar ma­soumeh amin-esmaeili vandad sharifi ahmad hajebi

background: injuries and psychiatric disorders, notably both major public health concerns, are associated with a high burden and are believed to be bi-directionally correlated. those inflicted with injuries face increased risks of mental illnesses. psychiatric disorders may make the individual prone to injuries. the objective of the study was to assess the correlation of mental disorders with n...

Journal: :world journal of plastic surgery 0
mohd altaf mir department of burns plastic and reconstructive surgery,202002 adil mahmud ali department of burns plastic and reconstructive surgery,202002 mohd yaseen department of burns plastic and reconstructive surgery,202002 arshad hafeez khan department of burns plastic and reconstructive surgery,202002

although hand injuries due to kite strings seem to be trivial, these injuries could be serious enough to lose the function of hand. this case series in the division of plastic and reconstructive surgery of our institution from august 2014 to january 2016 evaluated the clinic-etiological profile, severity and management of hand injuries due to kite strings assessed clinically and radiologically....

Journal: :bulletin of emergency and trauma 0
saber ghaffari-fam school of nursing of miandoab, urmia university of medical sciences, urmia, iran ehsan sarbazi msc student of epidemiology, department of statistics & epidemiology and student research committee, school of health, tabriz university of medical sciences, tabriz, iran amin daemi health management and economics research center, iran university of medical sciences, tehran, iran mohammad reza sarbazi phd student in applied elt at ilam university, faculty of humanities and foreign languages ilam, iran hossein ali nikbakht social determinants of health research center, faculty of medicine, babol university of medical sciences, babol, iran shaker salarilak department of public health, medical sciences faculty, islamic azad university, tabriz, iran

objectives: to determine the epidemiology of injuries of the motorcyclists in road traffic accidents (rtis) between 2008 and 2014 in east azarbayejan province of iran. methods: a cross-sectional study was performed in east azerbaijan province in imam reza hospital on motorcyclists subjected to injuries in rtis between 2008 and 2014. demographic characteristics (age, sex), duration of hospitaliz...

ژورنال: مدیریت سلامت 2007
بابایی, جواد, براتی مارنانی, احمد, حسینی, فاطمه, گرجی, ابوالقاسم,

Introduction: Health centers are more contaminated and pathogenic- and in briefly more dangerous- than other offices and work places for the employees. The goal for the following research was review of the occupational injuries occurrence and prevalence and some affective factors among Hashtrood health network employees. Methods: This cross sectioned study was conducted by questionnaire distrib...

Journal: :British journal of sports medicine 2015
Peter Ueblacker Hans-Wilhelm Müller-Wohlfahrt Jan Ekstrand

BACKGROUND Data regarding direct athletic muscle injuries (caused by a direct blunt or sharp external force) compared to indirect ones (without the influence of a direct external trauma) are missing in the current literature--this distinction has clinical implications. AIM To compare incidence, duration of absence and characteristics of indirect and direct anterior (quadriceps) and posterior ...

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

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

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