نتایج جستجو برای: maintenance tocolytic therapy

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

2012
Laura M. Gaudet Kavita Singh Laura Weeks Becky Skidmore Alexander Tsertsvadze Mohammed T. Ansari

BACKGROUND Subcutaneous terbutaline (SQ terbutaline) infusion by pump is used in pregnant women as a prolonged (beyond 48-72 h) maintenance tocolytic following acute treatment of preterm contractions. The effectiveness and safety of this maintenance tocolysis have not been clearly established. We aimed to systematically evaluate the effectiveness and safety of subcutaneous (SQ) terbutaline infu...

2014
Zahra Shahshahan Leila Hashemi Ousha Rasouli

BACKGROUND This study aimed to evaluate the relation between C-reactive protein (CRP), interleukin (IL) 6 and 8 with the response to tocolytic therapy. MATERIALS AND METHODS A total of 75 singleton pregnant women between 18 and 35 years old, and with symptoms of preterm labor were hospitalized in "Shahid Beheshti" hospital in Isfahan, Iran. Tocolysis in patients was performed first with infus...

Journal: :British journal of anaesthesia 1995
D J Birnbach R A Bourlier R Choi D M Thys

We report the anaesthetic management of a pregnant patient with multiple manifestations of HIV infection who underwent Caesarean section. A 30-yr-old, HIV-positive, Haitian woman presented with acute psychosis at 28 weeks' gestation. A diagnosis of HIV dementia complex was made and haloperidol therapy was started. Five days after admission the patient was found to be in labour and tocolytic the...

Journal: :Obstetrics and gynecology clinics of North America 2012
Adi Abramovici Jessica Cantu Sheri M Jenkins

The pathophysiology leading to preterm labor is not well understood and often multifactorial; initiating factors include intrauterine infection, inflammation, ischemia, overdistension, and hemorrhage. Given these different potential causes, directing therapy for preterm labor has been difficult and suboptimal. To date, no single drug has been identified as successful in treating all of the unde...

Journal: :international journal of hematology-oncology and stem cell research 0
thomas büchner university hospital, dept. of medicine, hematology and oncology, albert- schweitzer-str. 33, d-48129 münster wolfgang hiddemann university hospital, dept. of medicine, hematology and oncology, albert- schweitzer-str. 33, d-48129 münster wolfgang e berdel university hospital, dept. of medicine, hematology and oncology, albert- schweitzer-str. 33, d-48129 münster bernhard wörmann university hospital, dept. of medicine, hematology and oncology, albert- schweitzer-str. 33, d-48129 münster helmut löffler university hospital, dept. of medicine, hematology and oncology, albert- schweitzer-str. 33, d-48129 münster claudia schoch university hospital, dept. of medicine, hematology and oncology, albert- schweitzer-str. 33, d-48129 münster

maintenance treatment for patients with acute myeloid leukemia (aml) in remission has recently been controversially discussed and even abandoned by several groups. an analysis of 16 published multicenter trials, however, revealed the highest probabilities of relapse free survival (rfs) in the range of 35-42 % at 4-5 years only in patients assigned to maintenance treatment when adult age and int...

Journal: :American journal of obstetrics and gynecology 2011
Agustín Conde-Agudelo Roberto Romero Juan Pedro Kusanovic

OBJECTIVE To determine the efficacy and safety of nifedipine as a tocolytic agent in women with preterm labor. STUDY DESIGN A systematic review and metaanalysis of randomized controlled trials. RESULTS Twenty-six trials (2179 women) were included. Nifedipine was associated with a significant reduction in the risk of delivery within 7 days of initiation of treatment and before 34 weeks' gest...

Journal: :Soth East European Journal of Cardiology 2022

BACKGROUND: Peripartum cardiomyopathy (PPCM) is a rare and sometimes fatal systolic heart failure that affects women during late pregnancy or the early postpartum period. The risk factors contributing to this condition are advanced maternal age, multiparity, administration of tocolytic agents, underlying cardiac disease, iatrogenic volume overload, preeclampsia, hypertension. In patients with g...

Journal: :The Journal of the American Board of Family Practice 1992
D K Gjerdingen

BACKGROUND As the second paper in a two-part series on preterm labor, this article discusses the management of preterm labor as it relates to risk reduction, tocolytic therapy, corticosteroids, and antibiotics. METHODS Published literature on the management of preterm labor was reviewed by searching MEDLINE files from 1983 to the present, using the terms "preterm labor," "premature labor," "p...

2012
David M Haas Deborah M Caldwell Page Kirkpatrick Jennifer J McIntosh Nicky J Welton

OBJECTIVE To determine the most effective tocolytic agent at delaying delivery. DESIGN Systematic review and network meta-analysis. DATA SOURCES Cochrane Central Register of Controlled Trials, Medline, Medline In-Process, Embase, and CINAHL up to 17 February 2012. STUDY SELECTION Randomised controlled trials of tocolytic therapy in women at risk of preterm delivery. DATA EXTRACTION At l...

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

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

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