نتایج جستجو برای: 829 n

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

Journal: :The Journal of thoracic and cardiovascular surgery 2010
Tara Karamlou Brian W McCrindle Eugene H Blackstone Sally Cai Richard A Jonas Scott M Bradley David A Ashburn Christopher A Caldarone William G Williams

OBJECTIVE To identify the role of institution and surgeon factors, including case volume and experience, on survival of neonates with complex congenital heart disease. METHODS A total of 2421 neonates from 4 groups-transposition of the great arteries (n = 829), pulmonary atresia with intact ventricular septum (n = 408), Norwood (n = 710), and interrupted aortic arch (n = 474)-were prospective...

Journal: :Clinical infectious diseases : an official publication of the Infectious Diseases Society of America 2015
Deirdre Sawinski David S Goldberg Emily Blumberg Peter L Abt Roy D Bloom Kimberly A Forde

BACKGROUND The effectiveness of liver transplant (LT) in human immunodeficiency virus (HIV) and HIV/hepatitis C virus (HCV) coinfected recipients in the United States is unknown. We investigated (i) the effect of HIV on US patient and allograft LT outcomes, compared to HCV+ and HIV/HCV uninfected recipients and (ii) whether LT at centers that participated in the National Institutes of Health (N...

2017
Camille Ponce Flora Kaczorowski Thomas Perpoint Patrick Miailhes Alain Sigal Etienne Javouhey Yves Gillet Laurent Jacquin Marion Douplat Karim Tazarourte Véronique Potinet Bruno Simon Adeline Lavoignat Guillaume Bonnot Fatimata Sow Anne-Lise Bienvenu Stéphane Picot

BACKGROUND Sensitive and easy-to-perform methods for the diagnosis of malaria are not yet available. Improving the limit of detection and following the requirements for certification are issues to be addressed in both endemic and non-endemic settings. The aim of this study was to test whether loop-mediated isothermal amplification of DNA (LAMP) may be an alternative to microscopy or real-time P...

Journal: :British Journal of Surgery 2021

Abstract Introduction ECGs are a NICE recommended pre-operative investigation and an integral part of post-operative monitoring. Delay in recognition cardiac pathology can be catastrophic. Therefore, ECG machines should readily available. Here, we report the results audit assessing availability surgical wards. Method In 2018 then 2020, bespoke, nine-item proforma was disseminated to all foundat...

2014
Andrew C Gard Amr S Soliman Twalib Ngoma Julius Mwaiselage Crispin Kahesa Robert M Chamberlain Siobán D Harlow

BACKGROUND Visual inspection with acetic acid (VIA) to identify and treat pre-cancerous lesions is effective for cervical cancer prevention. Screening programs also facilitate screening and diagnosis of invasive cancers that must be referred for radiation therapy or chemotherapy. This study compared characteristics of women diagnosed with invasive cervical cancer by a VIA screening program who ...

Journal: :American journal of respiratory and critical care medicine 2014
Danielle C M Belgrave Iain Buchan Christopher Bishop Lesley Lowe Angela Simpson Adnan Custovic

RATIONALE Developmental patterns of lung function during childhood may have major implications for our understanding of the pathogenesis of respiratory disease throughout life. OBJECTIVES To explore longitudinal trajectories of lung function during childhood and factors associated with lung function decline. METHODS In a population-based birth cohort, specific airway resistance (sRaw) was a...

Journal: :The British journal of ophthalmology 1998
S Mäkimattila P Summanen I Matinlauri M Mäntysaari A Schlenzka M Aalto K Irjala H Yki-Järvinen

BACKGROUND/AIMS Recent studies have demonstrated marked renin and prorenin concentration gradients between ocular tissues and blood, and local expression of the renin-angiotensin system (RAS) in the eye. The authors determined whether serum total renin, which mostly consists of prorenin, is a marker of the activity and severity of diabetic retinopathy independent of other microvascular complica...

2011
Michelle L Blumfield Alexis J Hure Lesley K MacDonald-Wicks Amanda J Patterson Roger Smith Clare E Collins

BACKGROUND Preconception and pregnancy dietary intakes can influence the health of future generations. In this study we compared the food intakes of reproductive-aged women by pregnancy status, to current Australian recommendations. METHODS Data are from the Australian Longitudinal Study on Women's Health, younger cohort aged 25-30 years in 2003, with self-reported status as pregnant (n = 606...

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

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

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