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

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

科普文章

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

慢性關(guān)節(jié)炎會導(dǎo)致兒童失明

發(fā)布時間:2020-09-1659936次瀏覽

慢性關(guān)節(jié)炎并非成年人的“專利”,兒童患病者也不在少數(shù)。幼年慢性關(guān)節(jié)炎是兒童期常見的慢性病之一和失明的主要原因。

兒童關(guān)節(jié)炎分為急性和慢性。急性關(guān)節(jié)炎起病急,持續(xù)時間短,一般不超過 4 周。慢性關(guān)節(jié)炎持續(xù)時間超過 6 周以上,除關(guān)節(jié)炎癥外,部分患兒可能有身體其他臟器的病變。有些慢性關(guān)節(jié)炎患兒關(guān)節(jié)疼痛時輕時重,部分孩子病初僅有關(guān)節(jié)腫脹,往往不易引起家長重視而耽誤了治療的時機。

關(guān)節(jié)炎不僅僅影響關(guān)節(jié),還可以引起眼睛病變,嚴(yán)重者導(dǎo)致視力下降甚至失明;影響心、肺以及肝臟,導(dǎo)致相應(yīng)臟器功能受損;其他病癥還包括高熱、血白細(xì)胞增高、肝脾和淋巴結(jié)腫大、胸膜炎心包炎等。兒童慢性關(guān)節(jié)炎患兒,因其活動受限生活不能自理,常給家庭日常生活帶來困難。

另外,關(guān)節(jié)炎還可能是全身性嚴(yán)重疾病的早期表現(xiàn),因此,提醒家長慢性關(guān)節(jié)炎患兒需嚴(yán)密觀察病情變化,定期專科門診隨訪,如出現(xiàn)貧血、血尿蛋白尿、肌力減退和皮疹等病癥,須注意有無發(fā)展為系統(tǒng)性紅斑狼瘡等嚴(yán)重疾病可能。

那么在生活中如何避免孩子患上關(guān)節(jié)炎呢?慢性關(guān)節(jié)炎除了具有遺傳易感性外,環(huán)境因素也是發(fā)病的重要原因,特別是病原微生物感染。因此,良好的生活習(xí)慣,平衡膳食,預(yù)防感染,適度體育運動以增加關(guān)節(jié)內(nèi)的血液供應(yīng),避免體重過重、關(guān)節(jié)受傷,適當(dāng)保暖、避免寒冷,可減少患關(guān)節(jié)炎的危險。

雖然關(guān)節(jié)炎癥對兒童危害很大,但經(jīng)早期診斷、早期治療,多數(shù)患兒可以完全緩解,關(guān)節(jié)功能保持正常。

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