نتایج جستجو برای: hendijan renal disorders

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

Journal: :jundishapur journal of health sciences 0
seyyed jalal emam department of hematology,talesimia, ahvaz jundishapur university of medical sciences, ahvaz, ir iran reza malihi department of science of nutrition, ahvaz jundishapur university of medical sciences, ahvaz, ir iran reza malihi department of science of nutrition, ahvaz jundishapur university of medical sciences, ahvaz, ir iran seyyed ali akbar jafari mosavi department of environmental health, school of health, ahvaz jundishapur university of medical sciences, ahvaz, ir iran babak vazirianzadeh department of medical entomology and infectious and tropical research centre, school of health, ahvaz jundishapur university of medical sciences, ahvaz, ir iran ismaei visi razi hospital, ahvaz jundishapur university of medical sciences, ahvaz, ir iran

scorpion stinging is one of the major causes of mortality in the tropical and subtropical countries. hemiscorpius lepturus, androctonus crassicauda and mesobuthus eupeus are most important species that cause a lot of scorpion stings in iran. in the present research, effects of h. lepturus envenomation on blood and urine in stung persons who referred to the health center of hendijan sw iran were...

Journal: :nephro-urology monthly 0
behzad einollahi nephrology and urology research center, baqiyatallah university of medical sciences, tehran, ir iran neda izadianmehr health research center, baqiyatallah university of medical sciences, tehran, ir iran; health research center, baqiyatallah university of medical sciences, tehran, ir iran. tel: +98-9125856547, fax: +98-2188600062

conclusions the most important factor in diagnosis is physician’s attention and clinical experience with this condition and using irlssg. results two major theories are developed regarding the pathophysiology of rls. the first one concerns central nervous system dopamine imbalance and the second one concerns intracellular iron dysregulation. the most common used pharmacologic agents in treatmen...

Background: According to high prevalence of renal stone in children, we evaluated the efficacy of treatment with potassium citrate and its correlation with metabolic disorders in children less than two years of age with renal stone and microlithiasis. Methods: In this cross- sectionaly study, 100 patients (less than 2 years old) with renal stone or microlitiasis were evaluated for metabolic di...

Background and Objective: Some neurologic complications may be detected after renal transplantation in children including tremor, peripheral neuropathy, altered level of consciousness and seizure. The aim of our study was to detect the prevalence of seizure after renal transplantation and its risk factors in pediatric age groups. Methods: In this descriptive study, 102 patients 5-14 yea...

Journal: :veterinary research forum 2014
gholam ali kojouri hossein nourani sirous sadeghian hadi imani abbas raisi

the kidney of camel is known to play a vital role in water conservation through the production of highly concentrated urine that may predispose animal to varieties of renal dysfunction. in camels renal disorders have received lesser attention in comparison with other animals, thus there is shortage of information in this area. the present study was conducted on 100 slaughtered camels (camelus d...

Journal: :Clinical Medicine 2012

ژورنال: علمی شیلات ایران 2012
احمدی, رضوان, رونق, محمد تقی, صدوق نیری, علی,

In this research, concentrations of heavy metals (i.e., cadmium, lead, copper) in muscle, liver and gill tissues of Euryglossa orientalis (Family: Soleidae) in two fishing areas, from northern Persian Gulf that names Hendijan port (Bahrekan) in Khuzestan province and Deylam port in Bushehr province were measured and compared. Fifty fish samples randomly were collected from Hendijan and Deylam p...

Journal: :nephro-urology monthly 0
farzaneh chavoshi occupational sleep research center, baharloo hospital, tehran university of medical sciences, tehran, ir iran behzad einollahi nephrology and urology research center, baqiyatallah university of medical sciences, tehran, ir iran khosro sadeghniat haghighi occupational sleep research center, baharloo hospital, tehran university of medical sciences, tehran, ir iran maryam saraei occupational sleep research center, baharloo hospital, tehran university of medical sciences, tehran, ir iran neda izadianmehr health research center, baqiyatallah university of medical sciences, tehran, ir iran; health research center, baqiyatallah university of medical sciences, tehran, ir iran. tel: +98-9125856547

patients and methods in this multicenter cross sectional study, 397 consecutive patients on hemodialysis were evaluated by face-to-face interviews. rls was diagnosed using the international rls study group (irlss) criteria. in addition, three validated sleep disorder questionnaires (insomnia severity index, epworth sleepiness scale and pittsburgh sleep quality index) were completed by the patie...

Abbas Raisi Gholam Ali Kojouri, Hadi Imani Hossein Nourani, Sirous Sadeghian

The kidney of camel is known to play a vital role in water conservation through the production of highly concentrated urine that may predispose animal to varieties of renal dysfunction. In camels renal disorders have received lesser attention in comparison with other animals, thus there is shortage of information in this area. The present study was conducted on 100 slaughtered camels (Camelus d...

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

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

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