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

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

科普文章

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

肺血管瘤的臨床表現(xiàn)

發(fā)布時(shí)間:2020-11-2062297次瀏覽

血管瘤是發(fā)生在肺實(shí)質(zhì)的腫瘤,為先天性或后天性血管環(huán)的發(fā)育缺陷致肺動(dòng)、靜脈之間產(chǎn)生分流和異常血管團(tuán)。好發(fā)于青年女性,絕大部分為良性,極少數(shù)為惡性,有硬化性血管瘤、毛細(xì)血管瘤、海綿狀血管瘤、動(dòng)靜脈瘤、血管平滑肌瘤等病理分型。

肺血管瘤緩則早期無(wú)特殊的臨床表現(xiàn),病程較長(zhǎng),多于健康體檢時(shí)發(fā)現(xiàn),隨血管瘤增長(zhǎng),患者可有咳嗽、咳痰、胸悶、胸痛、咯血、憋氣并輕度口唇發(fā)紺等表現(xiàn),當(dāng)血管瘤壓迫肺組織時(shí),可出現(xiàn)患側(cè)肺呼吸音降低,極少數(shù)患者因血管瘤自發(fā)破裂而引起血胸、休克癥狀。

肺血管瘤缺乏特異性影像學(xué)表現(xiàn),X線顯示單發(fā)或多發(fā)的圓形或類圓形的、邊界不清晰的小病灶,邊緣光滑、銳利,少數(shù)伴分葉,無(wú)毛刺,部分病灶可見(jiàn)空氣新月征及暈樣改變,內(nèi)部密度均勻一致,無(wú)鈣化;肺血管瘤的CT值為30~50Hu,掃描顯示腫瘤內(nèi)緣有條狀較粗密度影,與肺血管走行一致,造影劑增強(qiáng)掃描時(shí)病灶呈快速均勻一致性增強(qiáng)表現(xiàn),肺血管瘤易與肺癌、結(jié)核球、炎性假瘤、錯(cuò)構(gòu)瘤、類癌、肺孤立性轉(zhuǎn)移瘤等疾病相混淆;明確診斷多需要取活組織進(jìn)行病理檢查。

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