نتایج جستجو برای: ilam medical university

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

2012
Nejat Mahdieh Bahareh Rabbani Ali Rabbani

Nejat Mahdieh1,2, PhD; Bahareh Rabbani1, PhD, and Ali Rabbani*1,3, MD 1. Growth and Development Research Center, Tehran University of Medical Sciences, Tehran, Iran 2. Faculty of Medicine, Ilam University of Medical Sciences, Ilam , Iran 3. Pediatrics Center of Excellence, Tehran University of Medical Sciences, Tehran, Iran 21-hydroxylase deficiency (21-OHD) accounts for the cause of 90-95% of ...

Journal: :journal of herbal drugs (an international journal on medicinal herbs) 2010
mahmood bahmani majid avijgan seyed reza hossaini hossain najafzadeh varizi ehsan bahmani

background & aim:  investigation use of medical plants and industrial utilization of phytomedicines is necessary in veterinary medicine. field investigation of use of medical plants in treatment of diseases of sheep and goat was the aim of present study. martial & methods: this study was done in southern area of ilam province at 2008. at first, question sheet was designed for 36 diseas...

Journal: :Zootaxa 2013
Manfred Jäch Elham Irani Juan A Delgado

Ochthebius hivae is described from western Iran (Ilam and Khuzestan Provinces). It belongs to the O. metallescens Rosenhauer, 1847 species group. The aedeagal distal lobe of this species is remarkably variable.

Journal: : 2021

Evaluation of Oak Forest Drying in Physiographic and Landuse Units Ilam Province using Landsat Satellite Images 8

Journal: : 2022

Modelling potential impacts of climate change on the oak spatial distribution (Case study: Ilam and Lorestan provinces)

2013
M Dousti J Abdi S Bakhtiyari M Mohebali SH Mirhendi MB Rokni

BACKGROUND Hydatidosis or cystic hydatid disease is one of the most important diseases in human and animals. Identification of strains is important for improvement of control and prevention of disease. The aim of this study was to determine the strains isolated from human and domestic animals in Ilam Province, Iran, using PCR-RFLP method. METHODS Respectively, 30 and 4 animal and human hydati...

2018
Salman Khazaei Manoochehr Karami Erfan Ayubi Abolfazl Mohammadbeigi Azim Hasanbeigi Kamyar Mansori Mohammad Reza Mir-Shekar

Background Hepatitis B virus (HBV) and hepatitis C virus (HCV) infections are the main causes of severe liver failure worldwide. This study was conducted to evaluate the incidence rate and trend of these infections over six successive years from 2008 to 2013 in Ilam Province, western Iran. Methods We studied the registered data of HBV and HCV based on the National Notifiable Diseases Surveill...

Journal: :Journal of animal diversity 2021

Correlation of fish assemblages with habitat and environmental variables in the Phewa Khola Stream Mangsebung Rural Municipality, Ilam, Nepal

2014
Hyun Sook Lee Seong Ae Hong

OBJECTIVES To investigate the factors affecting employees' knowledge sharing intention, knowledge sharing behavior, and innovation behavior of the four top-ranked university hospitals in South Korea. METHODS Data were collected from employees at three university hospitals in Seoul, Korea and one university hospital in Gyeonggi-Do, Korea through self-administered questionnaires. The survey was...

Journal: :medical journal of islamic republic of iran 0
mahdi moshki department of public health, school of health; social development & health promotion research center, gonabad university of medical sciences, gonabad, iran. atefeh dehnoalian department of nursing and midwifery, school of nursing, neyshabur university of medical sciences, neyshabur, iran.

0

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

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

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