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

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

名醫(yī)視頻

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

痛經(jīng)如何用藥

發(fā)布時間:2020-04-3058447次播放

視頻內(nèi)容:

痛經(jīng)大多數(shù)是找不出原因的,也有少數(shù)痛經(jīng)能找出原因。找不出原因的痛經(jīng),最常用的就是用一些止痛藥。如果口服止痛藥不管用,還可以采用注射方式,使痛經(jīng)得到緩解。
其次,如果不使用止痛藥,可以采用解痙類的藥物, 比如口服避孕藥。因為痛經(jīng)的發(fā)生,是身體在排卵以后,產(chǎn)生了前列腺素類的一些物質(zhì),前列腺素類的物質(zhì)會加重痛經(jīng)的發(fā)生。采用口服避孕藥,抑制身體排卵,這種狀況就會得到緩解,從而痛經(jīng)就得到醫(yī)治。
有些婦女的痛經(jīng)是有原因的,這種原因最常見的叫做子宮內(nèi)膜異位癥。子宮內(nèi)膜異位癥引起的痛經(jīng),具有進(jìn)行性加重的特點。用腹腔鏡進(jìn)行手術(shù),腹腔鏡手術(shù)是一個微創(chuàng)的手術(shù),對患者的創(chuàng)傷比較小。子宮內(nèi)膜異位癥的患者,還可以采用保守性的藥物治療,比如采用口服避孕藥或其他一些激素類的藥物,或者在子宮內(nèi)安放,曼月樂的宮內(nèi)節(jié)育器,這種宮內(nèi)節(jié)育器能夠在子宮內(nèi)緩慢的定期釋放一些藥物,從而緩解患者痛經(jīng)。
如果患者的痛經(jīng)出現(xiàn)了急劇的變化,比如在短期內(nèi)痛經(jīng)的性狀,或痛經(jīng)的程度,發(fā)生了明顯的改變。要及早的到醫(yī)院就診。假如是一些惡性疾病的發(fā)生,也會出現(xiàn)痛經(jīng)的加重。

分享到微信朋友圈

×

用微信“掃一掃”圖中二維碼,

即可把視頻分享給您的微信好友或朋友圈。

' }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的擴(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; } }