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

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

科普文章

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

腋窩淋巴結(jié)觸診位置

發(fā)布時間:2020-08-0563309次瀏覽

腋窩淋巴結(jié)觸診有先后順序不同,先檢查左側(cè),再檢查右側(cè),選擇檢測過程中需接觸腋窩,后臂、前臂或內(nèi)壁,效果較好,經(jīng)觸摸后,可發(fā)現(xiàn)異常癥狀。

淋巴結(jié)最主要是能加強人體免疫能力,屬于一種免疫器官,可有效促進身體毒素排出。腋窩部位有淋巴結(jié),易被忽視,那么腋窩淋巴結(jié)觸診位置是怎么樣的呢?
  1、先檢查左側(cè)
  腋窩淋巴結(jié)檢測一般是按照先左側(cè),然后右側(cè)原則先用左手將病人左手腕朝外展開大約45度左右,然后把右手手指并攏,手掌直接放在病人胸部位置,然后逐漸向上滑動,一直滑到腋窩頂部位置。
  接下來可依次按照腋窩后壁、前壁、內(nèi)壁眾多順序出診,最后翻開病人手掌,使病人上手臂下垂,可進行觸診檢查。
  2、后檢查右側(cè)
  檢查右側(cè)腋窩淋巴結(jié)時,需用右手將病人右手抓住,使病人手臂可朝外展開,將左手4根手指保持彎曲狀態(tài),從病人右手臂后面直接放入右側(cè)腋窩中,直接達(dá)到腋窩頂部,然后可從上而下不斷觸摸,經(jīng)檢測后,可有效發(fā)現(xiàn)異常癥狀,針對性治療。

' }else{ return '' } } function loadHtmlVoice(list){ if(list){ if(list.litpic){ return '
' +''+ list.title +' ' +'
' +'' +'' +'' +'
' +'
' +'
'+ (list.format_description || list.format_description) +'
' +'
' +'
' +'' +'' +'語音時長 '+ 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) +'
' +'
' +'
' +'' +'' +'語音時長 '+ 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 '' } } // 對Date的擴展,將 Date 轉(zhuǎn)化為指定格式的String // 月(M)、日(d)、小時(H)、分(m)、秒(s)、季度(q) 可以用 1-2 個占位符, // 年(y)可以用 1-4 個占位符,毫秒(S)只能用 1 個占位符(是 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(), //小時 "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; } }