نتایج جستجو برای: cancer diseases

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

Journal: :journal of fasting and health 0
vahideh keyvani department of medical genetics, faculty of medicine, mashhad university of medical sciences, mashhad, iran mohammad amin kerachian medical genetics research center, faculty of medicine, mashhad university of medical sciences, mashhad, iran

fasting does have remarkable benefits in the treatment of cancer and another diseases such as metabolic syndrome, diabetes, and a multitude of other chronic diseases. it has been determined that fasting could play an important role during cancer treatment and progression via the regulation of insulin-like growth factor-1 (igf-1) as well as other growth factors. also, it has been shown that fast...

Journal: :research on history of medicine 0
farzaneh naghibi amir khalaj maryam hamzeloo moghadam

a large number of people are affected by cancer and the primeval history of this malady has attracted attention toward complementary and alternative therapies to manage this disease. the present study has performed a survey on cancer in the iranian traditional medicine during the islamic era (itm) by focusing on cancer terminologies and related diseases over a millennium, from medieval to the e...

Journal: :journal of paramedical sciences 0
afsaneh arefi oskouie faculty of paramedical sciences, department of basic sciences, shahid beheshti university of medical sciences, tehran, iran salman taheri chemistry and chemical engineering research center of iran, tehran, iran.

metabolomics studies provide useful information about health and disease status. metabolite based investigations on various cancers is a powerful approach to diagnosis, prognosis and therapy of cancer diseases. recently by using advanced analytical techniques such as nmr and ms and its hyphenation methods, global metabolic profiling of diseases has been possible. it is predictable that internat...

Journal: :نشریه مراقبت پرستاری مددجو محور 0
farideh bastani iran university of medical sciences, rashid yasemi st. vali-e asr st. vanak sq. tehran, iran fattaneh farnood department of geriatric nursing, school of nursing & midwifery, iran university of medical sciences, tehran, iran. hamid haqhani iran university of medical sciences, rashid yasemi st. vali-e asr st. vanak sq. tehran, iran

background: aging population and prevalence of diseases like cancer among them have affected general health of the elderly, so that one of the influential factors on health components of elderly patients with cancer is death anxiety, which has important consequences in them. methods: in this cross-sectional (descriptive correlational) study, 130 elderly patients with cancer undergoing chemother...

Journal: :gastroenterology and hepatology from bed to bench 0
hakimeh zali faculty of paramedical sciences, shahid beheshti university of medical sciences, tehran, iran mostafa rezaei-tavirani proteomics research center, faculty of paramedical sciences, shahid beheshti university of medical sciences, tehran, iran reza vafaee proteomics research center, faculty of paramedical sciences, shahid beheshti university of medical sciences, tehran, iran majid rezaei-tavirani faculty of medicine, ilam university of medical sciences, ilam, iran

gastric cardia adenocarcinoma (gca)is one of the few malignancies with unexplained reasons that have increased sharply in developed countries. the purpose of this review was to determine the pathways in gca to identify new biomarker. so by comparing gene expression in gca group with normal control identified important pathways. gene expression data were extracted from the beforehand investigati...

پایان نامه :وزارت بهداشت، درمان و آموزش پزشکی - دانشگاه علوم پزشکی و خدمات بهداشتی درمانی استان کرمان 1387

چکیده ندارد.

Journal: :iranian journal of pharmaceutical sciences 0
maryam nakhjavani department of toxico/pharmacology, school of pharmacy, shahidbeheshti medical university, tehran, iran. nastaran nikounezhad department of toxico/pharmacology, school of pharmacy, shahidbeheshti medical university, tehran, iran. farshad h. shirazi department of toxico/pharmacology, school of pharmacy, shahidbeheshti medical university, tehran, iran. pharmaceutical sciences research center, shahidbeheshti medical university, tehran, iran.

researchers have found a big interest in biological application of fourier transform infrared (ftir) spectroscopy. evaluating many diseases, staging them and studying the chemical structures of different formed compounds in diseases are some of the research applications of ftir. cancer is also one of these diseases. researchers are trying to set up ftir methods to detect and diagnose cancer cel...

When treating infertile couples by assisted reproductive technologies (ART), all aspects of their care in individual clinics should be evaluated frequently. Results should then be compared with other clinics offering similar treatment. Evaluation of possible adverse longterm outcomes can be achieved by pooling results from individual clinics in national, regional and international registers and...

Mohammad Amin Kerachian, Vahideh Keyvani

Fasting does have remarkable benefits in the treatment of cancer and another diseases such as metabolic syndrome, diabetes, and a multitude of other chronic diseases. It has been determined that fasting could play an important role during cancer treatment and progression via the regulation of insulin-like growth factor-1 (IGF-1) as well as other growth factors. Also, it has been shown that fast...

During the last two decays the tremendous success in molecular biology and genetics which has surprised the entire world. So that today the sequencing of whole genome has been possible for each human individual to estimate its being affected with cardiovascular and cancer diseases. However, these achievements have some important limitations and deep ethical issues which might be ignored. Geneti...

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

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

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