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

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

科普文章

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

如何判斷中醫(yī)對(duì)運(yùn)動(dòng)性閉經(jīng)

發(fā)布時(shí)間:2020-09-1658944次瀏覽

運(yùn)動(dòng)員在體育比賽或緊張的訓(xùn)練過(guò)程中出現(xiàn)的閉經(jīng),稱(chēng)為運(yùn)動(dòng)性閉經(jīng),多與精神過(guò)度緊張,導(dǎo)致內(nèi)分泌功能紊亂有關(guān)。中醫(yī)學(xué)認(rèn)為運(yùn)動(dòng)性閉經(jīng)多與精神過(guò)度緊張,氣機(jī)運(yùn)動(dòng)逆亂,沖任功能失調(diào),血海不能滿(mǎn)盈有關(guān)?;颊呖沙霈F(xiàn)月經(jīng)稀發(fā),量少,或有血塊,甚則閉經(jīng)不行,常伴小腹脹痛,乳房、胸脅脹痛不適,脘悶噯氣,食欲減退,腰酸墜痛;舌黯或有瘀點(diǎn),脈弦或澀。中醫(yī)診斷運(yùn)動(dòng)性閉經(jīng)須與下列疾病鑒別:

腎虛精虧型閉經(jīng)

月經(jīng)初潮較遲,經(jīng)量少,色淡紅,漸至經(jīng)閉,眩暈耳鳴,腰膝酸軟,口干,手足心熱,或潮熱汗出,舌淡紅少苔,脈弦細(xì)或細(xì)澀。

氣血虛弱型閉經(jīng)

月經(jīng)后期,經(jīng)量少色淡,漸至經(jīng)閉,頭暈乏力,面色不華,健忘失眠,氣短懶言,毛發(fā)、肌膚缺少光澤,舌淡,脈虛弱無(wú)力。

氣滯血瘀型閉經(jīng)

經(jīng)期先后不定,漸至或突然經(jīng)閉,胸脅、乳房、小腹脹痛,心煩易怒,舌暗有瘀點(diǎn),脈弦澀。

痰濕凝滯型閉經(jīng)

月經(jīng)后期,漸至經(jīng)閉,形體肥胖,脘悶,倦怠,食少,嘔惡,帶下量多色白,舌苔白膩,脈弦滑。
?

' }else{ return '' } } function loadHtmlVoice(list){ if(list){ if(list.litpic){ return '
' +''+ list.title +' ' +'
' +'' +'' +'' +'
' +'
' +'
'+ (list.format_description || list.format_description) +'
' +'
' +'
' +'' +'' +'語(yǔ)音時(shí)長(zhǎng) '+ timeFt(list.durations_time.minute, list.durations_time.second) +'' +'' +'

' +''+ date_format(list.ctime, 'yyyy-MM-dd') +'' +'

' +'

' +''+ list.c_click +' 次收聽(tīng)' +'

' +'
' +'
' +'
' +'
' }else{ return '
' +'
' +''+ list.title +' ' +'
' +'
'+ (list.format_description || list.format_description) +'
' +'
' +'
' +'' +'' +'語(yǔ)音時(shí)長(zhǎng) '+ timeFt(list.durations_time.minute, list.durations_time.second) +'' +'' +'

' +''+ date_format(list.ctime, 'yyyy-MM-dd') +'' +'

' +'

' +''+ list.c_click +' 次收聽(tīng)' +'

' +'
' +'
' +'
' } }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 '
' +'
' +'' +'問(wèn)' +''+ list.title +' ' +'' +'
' +'
'+ list.content +'
' +'
' +'' +'
' +'
' }else{ return '' } } // 對(duì)Date的擴(kuò)展,將 Date 轉(zhuǎn)化為指定格式的String // 月(M)、日(d)、小時(shí)(H)、分(m)、秒(s)、季度(q) 可以用 1-2 個(gè)占位符, // 年(y)可以用 1-4 個(gè)占位符,毫秒(S)只能用 1 個(gè)占位符(是 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(), //小時(shí) "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; } }