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

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

語(yǔ)音答疑

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

清宮術(shù)痛嗎要住院?jiǎn)?/h2>
發(fā)布時(shí)間:2020-02-1358975次收聽(tīng)

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

清宮術(shù)有一定的疼痛感,可選擇無(wú)痛清宮手術(shù),無(wú)需住院。清宮術(shù)用于清除人流產(chǎn)不全,停留在宮腔內(nèi)的組織,利于子宮的修復(fù),減少出血或感染的可能。臨床上多采用無(wú)痛清宮手術(shù)降低患者的痛苦,手術(shù)過(guò)程中給予靜脈復(fù)合麻醉,患者手術(shù)中處于睡眠狀態(tài),降低了患者的痛苦。一般在門(mén)診完成,無(wú)需住院。
清宮術(shù)后要注意休息,營(yíng)養(yǎng)上也要注意補(bǔ)充,多吃富含蛋白質(zhì)維生素比較豐富食物,如新鮮的蔬菜水果,瘦肉,鮮魚(yú),蛋類(lèi),奶類(lèi)或豆制品等。術(shù)后要休息半個(gè)月,注意衛(wèi)生,保持外陰清潔干燥,不要進(jìn)行坐浴,只能淋浴,否則易造成感染。人流后一個(gè)月內(nèi)應(yīng)避免性生活。要注意陰道出血的情況,如果流血超過(guò)半個(gè)月,出血量大于月經(jīng)量,特別是分泌物有異味,并且有發(fā)燒,腹痛等癥狀,要及時(shí)回醫(yī)院就診。

分享到微信朋友圈

×

打開(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; } }