نتایج جستجو برای: motility and nerve

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

2015
Tomoyuki Morisawa Tetsuya Takahashi Shinichi Nishi

[Purpose] It is important to facilitate intestinal motility in patients with reduced bowel movement through physiotherapy. The purpose of the present study was to compare the effects of passive exercise of the lower limbs and trunk (PELT) and combination therapies (COM) with those of conventional thermotherapy (TT) on bowel sounds (BSs) in healthy adult subjects. Since autonomic activity (AA) s...

Journal: :Reproductive biology and endocrinology : RB&E 2016
Sara Saeednia Maryam Shabani Nashtaei Hossein Bahadoran Ashraf Aleyasin Fardin Amidi

BACKGROUND Although routinely used in assisted reproductive technology, human sperm cryopreservation is not an entirely successful procedure. This study determined the effect of nerve growth factor (NGF) supplementation of cryopreservation medium on post-thaw viability, motility, intracellular nitric oxide (NO) concentration, and DNA fragmentation of human spermatozoa in asthenozoospermic men. ...

Journal: :international journal of advanced biological and biomedical research 2014
fatemeh soltanpour gholamali moghaddam reza asadpour sayyed abbas rafat

the aim of this study was to evaluate the effects of the addition of antioxidants (vitamin e, β- mercaptoethanol and their combination) to semen extender.  progressive motility, viability and ph of fresh ram semen were examined. ejaculate samples were collected with artificial vagina from three ghezel-merinose rams (3 years old) during non- breeding reproduction season. semen was diluted with a...

سیدمیرزایی, سیدمهدی, تقوی, محمدمحسن, شریعتی کوهبنانی, مهدی,

A Rare Anatomical Innervation of the Musculocutaneous Nerve M.M. Taghavi MSc , M. Shariati Kohbanani MSc , S.M. Seyedmirzaee MD Received: 24/09/06 Sent for Revision: 20/02/07 Received Revised Manuscript: 07/04/07 Accepted: 27/05/07 Background and Objectives: Anatomically the musculocutaneous nerve (C5,6 ) is a branch of lateral cord of the brachial plexus and its motor nerve fibers innervates t...

Malak-Sadat Naeimi , Ali Saberi , Gholam-Hossein Farjah ,

Background: Peripheral nerves may be damaged during an injury and its current standard treatment is using an autologous nerve. Objectives: The purpose of this experimental study is to evaluate and compare the histological results of nerve regeneration after using the eggshell membrane (ESM) guidance channel with autograft. Materials and Methods: Thirty adult male rats were divided into th...

A Golpour, H Dadras, M Esfandyari,

Motility parameters of the spermatozoa in most fish species spawning in fresh water like Rutilus kutum lasts for a short time after activation. Ovarian fluid significantly influenced sperm motility (motility duration period) and percent motility (progressive forward motile sperm). Both of these variables generally increased as the concentration of ovarian fluid increased from 33% to 50%, respec...

Journal: :Japanese journal of pharmacology 1970
H Sato A Oga Y Nakazato

The role of the autonomic nerve on the gastric motility of the domestic fowl has been investigated by Nolf (1), Ihnen (2) and Hassan (3). Nolf has reported that both excitatory and inhibitory fibres are included in the vagus and also in the sympathetic nerve to the proventriculus and gizzard. However, there is little detailed study on the mechanism which causes excitatory and inhibitory respons...

Journal: :middle east journal of digestive diseases 0
mahmoud reza khansari masourreza sohrabi farhad zamani

opium is one of the oldest herbal medicines currently used as an analgesic, sedative and antidiarrheal treatment. the effects of opium are principally mediated by the μ -,κ- and δ-opioid receptors. opioid substances consist of all natural and synthetic alkaloids that are derived from opium. most of their effects on gastrointestinal motility and secretion result from suppression of neural activi...

Journal: :veterinary research forum 2012
sayedeh zahra mozafari abdolhossein shiravi fatemeh todehdehghan

reproductive parameters evaluation is considered as helpful tool for gene bank formation in ecological and economically important animals species. gloydius halys caucasicus is venomous, viviparous pit viper of northwest of iran. in this research, the spermatic reproductive parameters of this taxon were studied. twenty six male snakes were collected from takht-e-soleiman region between september...

Journal: :medical journal of islamic republic of iran 0
tannaz ahadi firoozgar hospital, iran university of medical sciences, tehran, iran. gholam reza raissi firoozgar hospital, iran university of medical sciences, tehran, iran. masood yavari panzdah khordad hospital, shahid beheshti university of medical sciences, tehran, iran. lobat majidi firoozgar hospital, iran university of medical sciences, tehran, iran.

background: two main muscles studied in the hand for evaluation of median nerve injuries are opponens pollicis (op) and abductor pollicis brevis (apb). however, riché-cannieu communicating branch (rccb) may limit the use of these muscles in electrodiagnosis. this condition is confusing in the case of median nerve injuries. this study was conducted to evaluate the prevalence of rccb.   methods: ...

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

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

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