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

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

科普文章

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

骨質(zhì)增生初期癥狀

發(fā)布時間:2020-12-1027426次瀏覽

隨著時光的流逝,中老年人的身體狀況大不如前,有問必答網(wǎng)的專家指出,骨質(zhì)增生是中老年人的常發(fā)疾病,嚴重損害著患者的身心健康,我們?nèi)粘I钪谐R姷木褪窍率鋈N,其骨質(zhì)增生初期癥狀的表現(xiàn)形式具體的給大家介紹一下。

腰椎骨質(zhì)增生:

腰椎骨質(zhì)增生好發(fā)于第三、四腰椎。患者早期常見的臨床癥狀為腰椎及腰部軟組織酸痛、脹痛、僵硬與疲乏感,甚至彎腰受限。如壓迫坐骨神經(jīng)可引起坐骨神經(jīng)炎,出現(xiàn)患肢劇烈麻痛、灼痛、抽痛、串痛、向整個下肢放射 如鄰近的神經(jīng)根受壓,可引起相應的癥狀,出現(xiàn)局部疼痛、發(fā)僵、后根神經(jīng)痛、麻木等。

頸椎骨質(zhì)增生

患者早期??筛杏X到頸項部有強硬的感覺,頸部的活動受限或是活動時出現(xiàn)彈響聲,疼痛常向肩部和上肢放射,手和手指有麻木、觸電樣感覺,可因頸部活動而加重。頸椎骨質(zhì)增生嚴重者還會引起頸椎病性高血壓、心腦血管疾病、胃炎、心絞痛、吞咽困難等。不同的病變累及不同部位,就出現(xiàn)不同的癥狀,晚期可導致癱瘓。

膝關(guān)節(jié)骨質(zhì)增生:

患者的疼痛常呈持續(xù)性隱痛,氣溫降低時疼痛加重,與氣候變化有關(guān)。長時間行走,劇烈運動或久坐起立開始走時膝關(guān)節(jié)疼痛僵硬,稍活動后好轉(zhuǎn),上、下樓困難,下樓時膝關(guān)節(jié)發(fā)軟,易摔倒。蹲起時疼痛,僵硬,嚴重時,關(guān)節(jié)酸痛脹痛,跛行走,合并風濕病者關(guān)節(jié)紅腫,畸形,功能受限,伸屈活動有彈響聲,部分患者可見關(guān)節(jié)積液,局部有明顯腫脹、壓縮現(xiàn)象。

所以說,骨質(zhì)增生是多個方面的,患者一定要有良好的防治意識,另外,針對不同時期的表現(xiàn)癥狀醫(yī)生也會采取不同的治療手段,相信上述的介紹能及時有效的幫助到廣大有需要的骨質(zhì)增生患者,盡早恢復身體健康。

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