نتایج جستجو برای: shiraz university during 2009

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

2017

Article Type Research Article Authors Mazloum S. R.1 PhD, Abbasi Teshnizi M.2 PhD, Kianinejad A.3 BSc, Gandomkar F.* MSc C I T A T I O N L I N K S Article History Received: September 13, 2011 Accepted: October 10, 2012 ePublished: November 5, 2012 Correspondence Address: Postal Code 7188694348, No. 112. 3 Alley, Vahdat Street, Maliabad, Shiraz, Iran. Phone: +989173397847 Fax: +987116263782 f.ga...

Journal: :Bulletin of emergency and trauma 2014
Shahram Paydar Mojtaba Mahmoodi Mohammad Jamshidi Hadi Niakan Mohammad Keshavarz Nader Moeenvaziri Mohammad Esmaeil Ghorbaninejad Farnaz Farrokhnia Forough Izadi Fard Zahra Jaafari Yalda Golshan Hamidreza Abbasi Shahram Bolandparvaz Behnam Honarvar

OBJECTIVE To explore the pros and cons of early versus delayed intervention when dealing with severe blunt liver injury with significant hemoperitoneum and hemodynamic instability. METHODS This retrospective cross-sectional study was performed at the Nemazi hospital, Shiraz, Southern Iran, level I trauma Center affiliated with Shiraz University of Medical Sciences. The study population compri...

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

this study was carried out to investigate the effects of integrative vs. instrumental motivation, learning strategy use and gender on iranian efl learners. to this end, 120 efl learners both male and female majoring in english language and literature at shiraz university participated in the study. in order to conduct this study three instruments were used: oxford quick placement test, motivatio...

Journal: :Iranian journal of child neurology 2016
Soroor Inaloo Pegah Katibeh Masroor Ghasemof

OBJECTIVE Cerebral palsy (CP) is a non-progressive CNS disorder due to an insult to the growing brain, usually occurring in the first two years of life. During the recent years, its etiology has been changed; perinatal and postnatal insults are not considered as its main causes in developed countries any more. The aim of this study was to evaluate the causes of CP in children in southern Iran. ...

2011
Soroor INALOO

Corresponding Author: Katibeh P. MD Pediatrics department, Shiraz University of Medical Science, Shiraz, Iran Tel: +98 711 6474298 Fax: +98 711 6474298 Email:pegahkatibeh@yahoo.com Abstract Objective Approximately 4% of the world’s population experience one or more febrile seizures during their lifetime, and 0.5–1% of the population has active epilepsy. Less than one-third of the reported seizu...

خادمیان, فاطمه, خمرنیا, محمد, زند, فرید, ستوده زاده, فاطمه, شریفیان, رکسانا,

Background and Objectives: Computerized Physician Order Entry (CPOE) is one of the modern technologies to increase the quality of hospital services.The present study was designed to develop and localize CPOE in Shiraz University of Medical Sciences. Materials and Methods: This exploratory study was conducted for software designing and was practically performed between 2013 to 2015 in Namazi ...

2014
Nahid Ashjazadeh Reza Boostani Hamed Ekhtiari Masoumeh Emamghoreishi Majidreza Farrokhi Ahmad Ghanizadeh Gholamreza Hatam Habib Hadianfard Mehrzad Lotfi Seyed Mohammad Javad Mortazavi Maryam Mousavi Afshin Montakhab Majid Nili Ali Razmkon Sina Salehi Amir Mohammad Sodagar Peiman Setoodeh Mousa Taghipour Mohammad Torabi-Nami Abdolkarim Vesal

Recent advances in brain and cognitive science studies have revolutionized concepts in neural dynamics, regulating mechanisms, coding systems and information processing networks which govern our function and behavior. Hidden aspects of neurological and psychiatric diseases are being understood and hopes for their treatment are emerging. Although the two comprehensive mega-projects on brain mapp...

Background and Objectives: Outsourcing is one of the strategic concepts for improving the quality of service and reducing costs, especially in the units of profitability such as pharmacy. The aim of this study was to investigate the status before and after the outsourced pharmacies in the Shiraz University of Medical Sciences. Materials and Methods: In this cross-sectional study, conducted fro...

Journal: :iranian journal of public health 0
hamidreza tabatabaee jafar hassan zadeh fereshteh younesnia mohsen ali akbarpoor sima javanmard behnam honarvar

background: the present study aimed to identify the spatial distribution of tuberculosis and determine the tb control program parameters in the regions supervised by shiraz university of medical sciences in 2006-2012. methods: the present ecological study was performed on 1797 tb patients in shiraz university in 2006-2012 which were recorded by health centers using tb register software. the stu...

2013
Anahid Safari Afshin Borhani-Haghighi Seyed Taghi Heydari Kamran Bagheri Lankarani

BACKGROUND Guillain-Barre syndrome (GBS) is an acute immune-mediated peripheral neuropathy usually after an incident. This study was performed to investigate the basic epidemiologic features of GBS in south of Iran. METHODS We studied consecutive patients with GBS in Nemazi Hospital of Shiraz, southern Iran. Demographic characteristics of the subjects, i.e. age, sex, and length of hospital st...

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

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

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