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

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

Journal: :Hong Kong medical journal = Xianggang yi xue za zhi 2008
L W Chan D S Sahota S Y Yeung T Y Leung T Y Fung T K Lau T N Leung

OBJECTIVE To examine the side-effect and vital sign profile of nifedipine used as a tocolytic. DESIGN Retrospective audit. SETTING Tertiary care university hospital, Hong Kong. PATIENTS Women presenting with preterm labour (before 34 weeks of gestation) between March 2001 and September 2004. MAIN OUTCOME MEASURES Maternal heart rate, blood pressure, and foetal heart rate were monitored ...

Journal: :Archives of disease in childhood. Fetal and neonatal edition 2001
Z Weintraub M Solovechick B Reichman A Rotschild D Waisman O Davkin A Lusky Y Bental

AIM To examine the relation between grade III-IV periventricular/intraventricular haemorrhage (PVH/IVH) and antenatal exposure to tocolytic treatment in very low birthweight (VLBW) premature infants. STUDY DESIGN The study population consisted of 2794 infants from the Israel National VLBW Infant Database, of gestational age 24-32 weeks, who had a cranial ultrasound examination during the firs...

2001
Z Weintraub

Aim—To examine the relation between grade III–IV periventricular/ intraventricular haemorrhage (PVH/IVH) and antenatal exposure to tocolytic treatment in very low birthweight (VLBW) premature infants. Study design—The study population consisted of 2794 infants from the Israel National VLBW Infant Database, of gestational age 24–32 weeks, who had a cranial ultrasound examination during the first...

Journal: :Croatian medical journal 2015
Norbert Lovasz Andrea Koncz Dora Domokos Robert Gaspar György Falkay

AIM To investigate whether ATP-sensitive potassium (K(ATP)) channels modulate the tocolytic effect of β2-adrenergic receptor (β2-AR) agonists (ritodrine and salmeterol) in early-pregnant (day 6) and late-pregnant (day 22) rat uterus in vitro, in order to examine the relation between the K(ATP) channel sulphonylurea-binding regulatory subunit (SUR) expression and pharmacological reactivity of β2...

2016
Duangsamorn Kiatsuda Jadsada Thinkhamrop Witoon Prasertcharoensuk

OBJECTIVE This study aims to assess the success rate of inhibiting preterm uterine contraction with tocolytic agents to delay delivery for at least 48 hours and risk factors of failure inhibition. MATERIALS AND METHODS Between January 2013 and July 2014, medical records of all singleton pregnant women between 24 0/7 and 33 6/7 weeks of gestation with the diagnosis of preterm labor (with cervi...

ژورنال: یافته 2014
وفایی پور, امیره , کریمی, سامیه , اکبری, سهیلا , علوی, آذین, فلاحی, صغری ,

Background : The aim of this study was to compare maintenance therapy and continuous therapy of magnesium sulfate (MS) in the management of preterm labor. Materials and Methods: In this single blind randomized control trial, 70 singleton women in 26 to 34 weeks of gestation (WG), were randomly assigned to receive 4gr MS in 200cc D/W 5% during 15 to 20 minutes either infusion therapy with 20 ...

ژورنال: اعتیاد پژوهی 2012
صرامی , غلامرضا , قربانی, طاهره , محمدخانی, شهرام ,

Introduction: This study was aimed to compare of the effectiveness of group cognitive-behavioral therapy and methadone maintenance therapy on changing beliefs toward substance abuse among addicted people. Method: The research method was a quasi-experimental pretest-posttest with witness group. 30 addicted people who were referred to the addiction treatment centers selected by available sampling...

2011
Nikolaos Vrachnis Fotodotis M. Malamas Stavros Sifakis Efthymios Deligeoroglou Zoe Iliodromiti

Oxytocin, a hormone involved in numerous physiologic processes, plays a central role in the mechanisms of parturition and lactation. It acts through its receptor, which belongs to the G-protein-coupled receptor superfamily, while Gq/phospholipase C (PLC)/inositol 1,4,5-triphosphate (InsP3) is the main pathway via which it exerts its action in the myometrium. Changes in receptor levels, receptor...

Journal: :International journal of gynaecology and obstetrics: the official organ of the International Federation of Gynaecology and Obstetrics 2014
Joshua P Vogel João Paulo Souza A Metin Gülmezoglu Rintaro Mori Pisake Lumbiganon Zahida Qureshi Guillermo Carroli Malinee Laopaiboon Bukola Fawole Togoobaatar Ganchimeg Jun Zhang Maria Regina Torloni Meghan Bohren Marleen Temmerman

BACKGROUND Despite the global burden of morbidity and mortality associated with preterm birth, little evidence is available for use of antenatal corticosteroids and tocolytic drugs in preterm births in low-income and middle-income countries. We analysed data from the WHO Multicountry Survey on Maternal and Newborn Health (WHOMCS) to assess coverage for these interventions in preterm deliveries....

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

چکیده ندارد.

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

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

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