Ciąża i poród - strona 19 z 43

 



antydepresanty w ciąży
Depresja jest chorobą psychiatryczną, która dotyka również kobiety w ciąży. W tym okresie dochodzi do zmian hormonalnych, nasilonego stresu oraz dyskomfortu kobiety, przez co wzrasta narażenie na wystąpienie obniżonego nastroju
  • 4.0
  • 2
  • 0

Pęknięcie krocza to jeden z najczęstszych poporodowych urazów tkanek miękkich kanału rodnego. Jak przygotować się do porodu, aby uniknąć pęknięcia lub nacięcia krocza? Jednym ze sposobów jest masaż krocza
  • 5.0
  • 1
  • 1



odchody połogowe
Odchody połogowe to rodzaj wydzieliny z pochwy, dzięki której macica może oczyścić się, a następnie obkurczyć po porodzie. Intensywność, kolor czy charakter odchodów po cesarce i po porodzie naturalnym pozwala ocenić, czy połóg przebiega prawidłowo
  • 3.7
  • 3
  • 0


ból odbytu w ciąży
W trakcie ciąży w organizmie kobiety dochodzi do szeregu zmian. Jedną z dolegliwości zgłaszanych przez część ciężarnych są bóle odbytu, a niekiedy także towarzyszące im uczucie ucisku, kłucia czy swędzenia
  • 0.0
  • 0
  • 0

n: function(helper){ var sb = document.getElementById('search_box2'), sr = $('#search_box2_results'), srt = $('.ais-search-box--reset-wrapper'); if(searchTimeout) clearTimeout(searchTimeout); if(helper.state.query === ""){ hideSearch() return false; } if(document.getElementById('search_box2').value.length < 3 || (sb.value == sb.getAttribute('data-initial'))){ hideSearch() return false; } sr.show(); searchTimeout = setTimeout(function(){ helper.search(); //pre send document.getElementById('search_box2_submit_button').classList.add('hidden'); document.getElementById('search_box2_reset_button').classList.add('hidden'); document.getElementById('search_box2_loading_button').classList.remove('hidden'); }, 300); } }); searchMobile.addWidgets([ instantsearch.widgets.searchBox({ container: document.getElementById('search_box2'), magnifier: false, autofocus: false, wrapInput: false, reset: false }), instantsearch.widgets.hits({ container: '#search_box2_results', templates: { empty: 'Brak wyników', item: function(object){ //hack na reset btn document.getElementById('search_box2_submit_button').classList.remove('hidden'); document.getElementById('search_box2_reset_button').classList.remove('hidden'); document.getElementById('search_box2_loading_button').classList.add('hidden'); var addon = object.item_type == 'article' ? '' : ''; return ['', addon, object._highlightResult.name.value, ''].join(""); } } }) ]); searchMobile.start(); document.getElementById('search_box2').addEventListener('focus', function(){ document.getElementById('fold_navbar').classList.add('fold'); document.getElementById('search_box2_form').classList.add('activated'); $("html, body").animate({ scrollTop: 0 }); //guzik reset //document.getElementById('search_box2_submit_button').style.display = 'none'; //document.getElementById('search_box2_reset_button').style.display = 'block'; document.getElementById('search_box2_results').style.display = 'block'; if(searchFocusTimeout) clearTimeout(searchFocusTimeout); }); document.getElementById('search_box2').addEventListener('focusout', function(){ searchFocusTimeout = setTimeout(function(){ document.getElementById('fold_navbar').classList.remove('fold'); document.getElementById('search_box2_form').classList.remove('activated'); document.getElementById('search_box2_results').style.display = 'none'; }, 500) }); document.getElementById('search_box2_submit_button').addEventListener('click', function(){ if(searchFocusTimeout) clearTimeout(searchFocusTimeout); }); }// eo initMobileSearch setInterval(function(){ var Blist = document.querySelectorAll('.rnd iframe'); for(var b=0; b < Blist.length; b++){ var bn = Blist[b], cntdiv = bn.parentNode, clickLayer=cntdiv.querySelector('a'), cntbn = cntdiv.parentNode; if(cntbn.clientWidth != cntdiv.clientWidth){ scaleRatio = cntbn.clientWidth / cntdiv.clientWidth; var transfromString = ("scale(" + scaleRatio + ")"); bn.style.webkitTransform = transfromString; bn.style.MozTransform = transfromString; bn.style.msTransform = transfromString; bn.style.OTransform = transfromString; bn.style.transform = transfromString; moveLeft = (cntdiv.clientWidth - cntbn.clientWidth) / 2; moveLeft = "-" + moveLeft + "px"; bn.style.left = moveLeft clickLayer.style.webkitTransform = transfromString; clickLayer.style.MozTransform = transfromString; clickLayer.style.msTransform = transfromString; clickLayer.style.OTransform = transfromString; clickLayer.style.transform = transfromString; clickLayer.style.left = moveLeft } } }, 500);