先兆流產(chǎn)嚴(yán)重嗎
發(fā)布時(shí)間:2020-07-0155915次瀏覽
先兆流產(chǎn)是否嚴(yán)重需動(dòng)態(tài)觀(guān)察。出血量較小一般不嚴(yán)重,及時(shí)采取措施可保胎成功;出血量較大有劇烈腹痛時(shí)就比較嚴(yán)重,可能會(huì)出現(xiàn)流產(chǎn)、胎停育。
一、出血量小的先兆流產(chǎn)不嚴(yán)重
只有少量的陰道出血癥狀不伴發(fā)腹痛,一般就不是特別嚴(yán)重。及時(shí)應(yīng)用藥物保胎治療,并注意臥床休息,減少活動(dòng),可會(huì)保胎成功。
二、出血量大的先兆流產(chǎn)較嚴(yán)重
有些孕婦出現(xiàn)先兆流產(chǎn)的時(shí)候,陰道出血量比較大,還會(huì)伴隨著劇烈的腹痛感,會(huì)是出現(xiàn)了難免流產(chǎn)這時(shí)就比較嚴(yán)重,不宜再進(jìn)行保胎,應(yīng)該清宮防止宮內(nèi)感染,誘發(fā)多種婦科疾病。
'
}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 ''
}
}
// 對(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;
}
}