نتایج جستجو برای: prognosis factors

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

2017
Ying Yang Jun Jia Zhiwei Sun Feng Du Jing Yu Chuanling Liu Yanjie Xiao Xiaodong Zhang

BACKGROUND Patients with inoperable esophageal squamous cell carcinoma (ESCC) were not homogeneous and their outcomes were widely divergent. There was a lack of identified clinical factors related to prognosis; and there were no previous studies constructing prognosis score to predict survival and guide treatment. METHODS In this retrospective cohort study, twelve clinical characteristics of ...

Journal: :Salud publica de Mexico 2009
Karla Unger-Saldaña Claudia Infante-Castañeda

The purpose of this paper is to organize and summarize existing information on delayed medical attention for women with breast cancer and identify research needs in this area. This review is organized in six parts: origins and permanence of the message 'do not delay' medical attention for potential cancer symptoms; definition and classification of breast cancer delay; impact of delay on breast ...

2016
Su-Sheng Cao Cun-Tao Lu

Breast cancer is the most common type of cancer affecting women worldwide. Although there have been great improvements in treating the disease and at present between 80 and 90% of the women survive ≥5-years after their primary diagnosis. However, due to the high incidence of the disease >450,000 women succumb to breast cancer annually worldwide. The majority of improvements in breast cancer sur...

Awatef Tahouri Badiaa Lyoussi Sanae Achour,

Background: Carbon monoxide (CO) poisoning has remained a common, serious and often unrecognized event and constitutes a public health problem in Morocco. The objective of this study is to describe the epidemiological and clinical profile and risk factors of CO poisoning in the region of Fez-Boulemane, Morocco. Methods: This is a retrospective study on CO poisoning cases occurred in the region ...

Abolghasem Amin, Iraj Javidpour,

The science of medical genetics is progressing rapidly. The practical importance of this pro­gress should be considered by medical doctors. Both genetic and environmental factors are involved in the abnormail phenotypes considered diseases. The relative significance of the two factors varies from disease to disease. All di­seases can be viewed as falling on a spectrum in this regard. Hereditary...

A. M. Sabzghabaee, M. Mojtahedzadeh, M. R. Ganji, P. Razavi,

Acute renal failure (ARF) is defined as a sudden and continuous decrease of glomerular function associated with azotemia, and may be followed by decreased urinary output. There is a high incidence of ARF in ICU patients with a high mortality rate. Many factors can promote ARF development or influence its outcome. This study was done to assess the incidence, risk factors, outcome and treatme...

2013
FEI KONG BAI-ZHEN CAI XIAN-ZHAO CHEN JIAN ZHANG YI-MING WANG

This study aimed to investigate the risk factors influencing the prognosis of patients receiving conventional fractionation radiotherapy. A retrospective analysis of clinical data from 100 patients with nasopharyngeal carcinoma receiving radiotherapy was conducted. The Chi-square test was used to screen the relevant factors and Cox multiple-factor analysis was used to investigate the risk facto...

2016
Inga Steppacher Michael Kaps Johanna Kissler

To demonstrate the possibility for hidden rehabilitation potential even following most severe brain injury and the uncertainty of current prognosis factors for coma and unresponsive wakefulness syndrome, we detail the rehabilitation of J. W., after coma from traumatic brain injury. Originally, with many negative prognosis factors and several medical complications, prognosis was devastating. But...

Journal: :iranian journal of public health 0
rahil mashhadi 1. urology research center, tehran university of medical sciences , tehran, iran. gholamreza pourmand 1. urology research center, tehran university of medical sciences , tehran, iran. abdolrasou mehrsai 1. urology research center, tehran university of medical sciences , tehran, iran. saeed pakdel 2. dept. of urology, kermanshah university of medical sciences , kermanshah, iran. hossein dialameh 1. urology research center, tehran university of medical sciences , tehran, iran. ayat ahmadi 3. dept. of pathobiology, school of medicine, tehran university of medical sciences , tehran, iran.

bladder cancer is the most frequent genitourinary malignancy in iran. environmental and genetic factors are the two factors linked with bladder cancer expansion. the aim of this study was to investigate the role of pten gene and environmental risk factors on the progression and prognosis of bladder cancer.we evaluated 55 tumor specimens and 66 bladder mucosa samples of non-cancerous patients be...

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

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

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