幼兒急疹什么樣
發(fā)布時間:2018-08-3152732次瀏覽
不管是對于什么樣的疾病,也只有了解了才可以更好的預(yù)防和治療,尤其是對于在生活中常見的疾病更是如此,而媽媽們最擔(dān)心的就是寶寶的健康,幼兒急疹是常見的危害疾病,那么,幼兒急疹什么樣呢?

什么是幼兒急疹
幼兒急疹也稱嬰兒玫瑰疹、燒疹、第六病(皰疹病毒6引起)。中醫(yī)稱為奶疹、假疹,民間稱臊疹子,古中醫(yī)書稱"奶麻"、"假麻"。是兒童早期的一種常見病,是由病毒引起的一種小兒急性傳染病。大多數(shù)兒童在2歲前都得過此病,本病特點(diǎn)是突發(fā)高燒,一般持續(xù)4天左右,然后全身出現(xiàn)粉紅色斑點(diǎn)樣皮疹。臨床上以突起發(fā)熱,熱退疹出為特點(diǎn)。
幼兒急疹特點(diǎn)
幼兒急疹是嬰幼兒時期常見的出疹性傳染病,由于外感風(fēng)熱濕邪,郁于肌膚,與氣血搏結(jié)所致。一年四季都有發(fā)病的可能,尤以春秋兩季較為普遍。常見于出生六個月至一歲以內(nèi)的寶寶?;歼^一次后將終身免疫。
幼兒急疹有兩個階段,在5—15天的潛伏期后,首先出現(xiàn)如下癥狀:
1、體溫達(dá)到39—40℃,但孩子狀態(tài)良好。
2、有時出現(xiàn)高熱驚厥,但有些孩子還會出現(xiàn)咳嗽、頸部淋巴結(jié)腫脹、耳痛等癥狀。
發(fā)病后4天左右進(jìn)入第二階段,這時的癥狀有:
1、體溫迅速恢復(fù)正常。
2、出現(xiàn)細(xì)小、清晰的粉紅色斑點(diǎn)狀皮疹,多分布在頭部和軀干部,可持續(xù)4天左右。
'
}else{
return ''
}
}
function loadHtmlVoice(list){
if(list){
if(list.litpic){
return '
'
+'
'+ list.title +' '
+'
'
+'
'
+'
'
+''
+'
'
+'
'
+'
'+ (list.format_description || list.format_description) +'
'
+'
'
+'
'
+'
'
+'
'
+'
'
}else{
return '
'
+'
'
+'
'+ list.title +' '
+'
'
+'
'+ (list.format_description || list.format_description) +'
'
+'
'
+'
'
+'
'
+'
'
}
}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 '
'
}else{
return ''
}
}
// 對Date的擴(kuò)展,將 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;
}
}