五月天黄色网址,国内久久精品,偷拍亚洲欧美,亚洲精品视频在线看

博禾醫(yī)生官網(wǎng)

語(yǔ)音答疑

查疾病 找醫(yī)生 找醫(yī)院

剖腹產(chǎn)的好處有哪些

發(fā)布時(shí)間:2020-04-1760743次收聽(tīng)

語(yǔ)音內(nèi)容:

剖宮產(chǎn)的好處有減少身體的疼痛,避免產(chǎn)婦出現(xiàn)順產(chǎn)后的不良體征,時(shí)間短,降低胎兒產(chǎn)程中的風(fēng)險(xiǎn),能發(fā)現(xiàn)并處理盆腔內(nèi)的疾病等。
1、減少身體的疼痛。因?yàn)轫槷a(chǎn)經(jīng)陰道分娩會(huì)陣痛,即劇烈的疼痛感。有的產(chǎn)婦很難忍受。
2、剖宮產(chǎn)時(shí)間短,一小時(shí)內(nèi)結(jié)束。
3、減少寶寶在宮內(nèi)缺氧時(shí)間。
4、難產(chǎn)胎兒出生時(shí)誤吸羊水的風(fēng)險(xiǎn)。
5、剖宮產(chǎn)有麻醉,產(chǎn)婦如果有盆腔疾病的發(fā)現(xiàn),比如子宮漿膜下肌瘤,就是說(shuō)帶尾巴的肌瘤,手術(shù)中可以剔除;如果壁間的肌瘤,不建議剖宮產(chǎn)手術(shù)中做。卵巢囊腫可以在手術(shù)中剝除。
6、剖宮產(chǎn)因?yàn)闆](méi)有經(jīng)過(guò)陰道順產(chǎn),所以陰道壁不會(huì)松弛,術(shù)后不會(huì)引起子宮脫垂,陰道前壁膨出出現(xiàn)的不良反應(yīng)的,比如漏尿,一跳繩一跑步就遺尿的狀況。
但是剖宮產(chǎn)也有不好處。有好就有不好,比如腹壁疤痕,肚子上留個(gè)疤了,再次妊娠時(shí)容易發(fā)生疤痕妊娠,胎盤(pán)植入,再妊娠時(shí)有出現(xiàn)子宮破裂的可能。
順產(chǎn)比較好,就是說(shuō)恢復(fù)快,一般產(chǎn)后兩小時(shí)就可以下地活動(dòng)。缺點(diǎn)是有時(shí)會(huì)出現(xiàn)陰道壁松弛、產(chǎn)道損傷,嚴(yán)重者裂傷,引起大小便失禁的可能。建議無(wú)特殊情況者,陰道條件和胎兒情況允許,建議經(jīng)陰自然生產(chǎn)更安全。

分享到微信朋友圈

×

打開(kāi)微信,點(diǎn)擊底部的“發(fā)現(xiàn)”,

使用“掃一掃”即可將網(wǎng)頁(yè)分享至朋友圈。

' }else{ return '' } } function loadHtmlVoice(list){ if(list){ if(list.litpic){ return '
' +''+ list.title +' ' +'
' +'' +'' +'' +'
' +'
' +'
'+ (list.format_description || list.format_description) +'
' +'
' +'
' +'' +'' +'語(yǔ)音時(shí)長(zhǎng) '+ timeFt(list.durations_time.minute, list.durations_time.second) +'' +'' +'

' +''+ date_format(list.ctime, 'yyyy-MM-dd') +'' +'

' +'

' +''+ list.c_click +' 次收聽(tīng)' +'

' +'
' +'
' +'
' +'
' }else{ return '
' +'
' +''+ list.title +' ' +'
' +'
'+ (list.format_description || list.format_description) +'
' +'
' +'
' +'' +'' +'語(yǔ)音時(shí)長(zhǎng) '+ timeFt(list.durations_time.minute, list.durations_time.second) +'' +'' +'

' +''+ date_format(list.ctime, 'yyyy-MM-dd') +'' +'

' +'

' +''+ list.c_click +' 次收聽(tīng)' +'

' +'
' +'
' +'
' } }else{ return '' } } function loadHtmlArticle(list){ if(list){ return '
' + (list.litpic ? '' : '') +'
' +''+ list.title +' ' +'
' +'
'+ (list.format_description || list.format_description) +'
' +'
' +'' +'
' +'
' }else{ return '' } } function loadHtmlAsk(list){ if(list){ return '
' +'
' +'' +'問(wèn)' +''+ list.title +' ' +'' +'
' +'
'+ list.content +'
' +'
' +'' +'
' +'
' }else{ return '' } } // 對(duì)Date的擴(kuò)展,將 Date 轉(zhuǎn)化為指定格式的String // 月(M)、日(d)、小時(shí)(H)、分(m)、秒(s)、季度(q) 可以用 1-2 個(gè)占位符, // 年(y)可以用 1-4 個(gè)占位符,毫秒(S)只能用 1 個(gè)占位符(是 1-3 位的數(shù)字) // 例子: // date_format("yyyy-MM-dd HH:mm:ss.S") ==> 2006-07-02 08:09:04.423 // date_format("yyyy-M-d H:m:s.S") ==> 2006-7-2 8:9:4.18 function date_format(time, fmt) { //author: meizz time = new Date(parseInt(time)*1000) var o = { "M+" : time.getMonth()+1, //月份 "d+" : time.getDate(), //日 "h+" : time.getHours(), //小時(shí) "m+" : time.getMinutes(), //分 "s+" : time.getSeconds(), //秒 "q+" : Math.floor((time.getMonth()+3)/3), //季度 "S" : time.getMilliseconds() //毫秒 }; if(/(y+)/.test(fmt)) fmt=fmt.replace(RegExp.$1, (time.getFullYear()+"").substr(4 - RegExp.$1.length)); for(var k in o){ if(new RegExp("("+ k +")").test(fmt)) fmt = fmt.replace(RegExp.$1, (RegExp.$1.length==1) ? (o[k]) : (("00"+ o[k]).substr((""+ o[k]).length))); } return fmt; } function timeFt(m,s){ if(m){ return m + ':' + s; }else{ return s; } } function dataFilter(data, str){ str = str || ''; if(data){ return data; }else{ return str; } }