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

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

科普文章

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

營養(yǎng)不良的早期癥狀

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

大家在日常生活中要做好疾病的預(yù)防措施,形成一個健康的生活方式,這樣可以幫助自己減少許多疾病的不必要的麻煩,就拿營養(yǎng)不良這種病來說吧,營養(yǎng)不良的早期癥狀是什么呢,下邊給大家介紹一下。

(1)體重低下

兒童的年齡性別體重與同年齡同性別參照人群標(biāo)準(zhǔn)相比,低于中位數(shù)減2個標(biāo)準(zhǔn)差,但高于或等于中位數(shù)減3個標(biāo)準(zhǔn)差,為中度體重低下,如低于參照人群的中位數(shù)減3個標(biāo)準(zhǔn)差為重度體重低下,此指標(biāo)反映兒童過去和(或)現(xiàn)在有慢性和(或)急性營養(yǎng)不良,單憑此指標(biāo)不能區(qū)分屬急性還是慢性營養(yǎng)不良。

(2)生長遲緩

兒童的年齡性別身高與同年齡同性別參照人群標(biāo)準(zhǔn)相比,低于中位數(shù)減2個標(biāo)準(zhǔn)差,但高于或等于中位數(shù)減3個標(biāo)準(zhǔn)差,為中度生長遲緩,如低于參照人群的中位數(shù)減3個標(biāo)準(zhǔn)差為重度生長遲緩,此指標(biāo)主要反映過去或長期慢性營養(yǎng)不良。

(3)消瘦

兒童的身高和體重與同年齡、同性別參照人群標(biāo)準(zhǔn)相比,低于中位減2個標(biāo)準(zhǔn)差,但高于或等于中位數(shù)減3個標(biāo)準(zhǔn)差,為中度消瘦,如低于參照人群的中位數(shù)減3個標(biāo)準(zhǔn)差為重度消瘦,此指標(biāo)反映兒童近期急性營養(yǎng)不良。

常有兩種典型癥狀。一種為消瘦型,由于熱能嚴(yán)重不足引起,小兒矮小、消瘦,皮下脂肪消失,皮膚推動彈性,頭發(fā)干燥易脫落、體弱乏力、萎靡不振。另一種為水腫型,由蛋白質(zhì)嚴(yán)重缺乏引起,周身水腫,眼瞼和身體低垂部位水腫,皮膚干燥萎縮,角化脫屑,或有色素沉著,頭發(fā)脆弱易斷和脫落,指甲脆弱有橫溝,無食欲,肝大、常有腹瀉和水樣便。也有混合型,介于兩者之間。并都可伴有其他營養(yǎng)素缺乏的表現(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; } }