下面消炎用什么藥最好
發(fā)布時間:2020-08-0562767次瀏覽
陰道炎患者可根據不同的病因選擇用藥,臨床常用的藥物為達克寧栓、甲硝唑栓、雙唑泰栓、復方甲硝唑等。在藥物治療的同時注意日常護理,注意清淡飲食,做好私處的衛(wèi)生。
女性會陰處很容易細菌乘虛而入,造成婦科炎癥。陰道炎是較為常見的一種婦科炎癥,可引起局部的瘙癢、紅腫、灼熱等癥狀。出現陰道炎應盡快使用藥物控制炎癥,避免疾病加重。那么,下面消炎用什么藥最好?
1、下面消炎用什么藥最好
引起陰道炎癥的病原體較多,不同的病因使用的藥物不同的。陰道炎是由念珠菌感染而導致,可用制霉菌素栓等進行治療。若是滴蟲性陰道炎,可以應用甲硝唑栓治療。
老年性陰道炎可以應用雙唑泰栓、復方甲硝唑等進行治療,同時應注意增強陰道局部的抵抗力。細菌性陰道炎則可應用復方甲硝唑栓進行治療。
2、陰道炎的日常注意事項
患有陰道炎除使用消炎類藥物治療,平時也要注意護理。應保持外陰的清潔和干燥,內褲應選擇寬松、純棉的,非必要應避免使用護墊。特別是應注意經期衛(wèi)生,使用透氣性比較好的衛(wèi)生巾,經期避免性生活,不應頻繁使用洗液。飲食上可適當多吃富含蛋白質、維生素的食物,避免辛辣、刺激性食物。
'
}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的擴展,將 Date 轉化為指定格式的String
// 月(M)、日(d)、小時(H)、分(m)、秒(s)、季度(q) 可以用 1-2 個占位符,
// 年(y)可以用 1-4 個占位符,毫秒(S)只能用 1 個占位符(是 1-3 位的數字)
// 例子:
// 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;
}
}