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

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

語(yǔ)音答疑

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

卵巢囊腫注意事項(xiàng)

發(fā)布時(shí)間:2020-02-2458813次收聽

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

卵巢囊腫注意囊腫的性質(zhì)、囊腫的體積、囊腫內(nèi)容物、卵巢囊腫的生長(zhǎng)的速度、其它的異常。
一、囊腫的性質(zhì)是生理性或者病理性的,是良性的或者惡性的,通過檢查以及臨床指標(biāo),可以進(jìn)行初步的判斷。
二、囊腫的體積,卵巢囊腫是從小到大逐漸發(fā)展的,但也有囊腫在體內(nèi)生長(zhǎng),患者沒有任何感覺,只有感覺到肚子膨脹,才來做檢查,這時(shí)候囊腫可能會(huì)比較大。所以要看囊腫的體積,如果囊腫的體積超過五公分以上,要高度重視。
三、看囊腫內(nèi)容物都有哪些,單純的囊腫提示良性的可能性比較大。如果除囊腫囊液以外,囊內(nèi)還有很多其它實(shí)性的東西,看它是良性的還是是惡性的。
四、注意卵巢囊腫的生長(zhǎng)的速度,一般卵巢的良性腫瘤生長(zhǎng)比較緩慢,而惡性腫瘤的生長(zhǎng)比較迅速,短期內(nèi)它的直徑就能超過幾公分。
五、注意除了囊腫以外,腹腔內(nèi)還有沒有其它的異常,比如腹腔的積液。一般良性腫瘤絕大部分是沒有腹水的,而惡性卵巢腫瘤會(huì)伴有腹水。
所以發(fā)現(xiàn)卵巢囊腫時(shí)應(yīng)該從它的性質(zhì)、體積、內(nèi)容物以及伴隨的其它狀況進(jìn)行綜合分析。可能還要抽血查腫瘤標(biāo)志物,綜合判斷是良性是惡性,然后再進(jìn)行相應(yīng)的處理。

分享到微信朋友圈

×

打開微信,點(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 +' 次收聽' +'

' +'
' +'
' +'
' +'
' }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 +' 次收聽' +'

' +'
' +'
' +'
' } }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 '
' +'
' +'' +'' +''+ 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; } }