|
@@ -459,7 +459,21 @@ function renderBillingPush(list, name, code) {
|
|
|
</div>`
|
|
|
$("." + code).append(boxStr)
|
|
|
$('.moduleItem.' + code).addClass("tips").css("display", "block")
|
|
|
-
|
|
|
+ //输血后血常规提醒,传参给his
|
|
|
+ $(".otherremind .billingPushItem:contains('输血完成后,请及时复查血常规')").click(()=>{
|
|
|
+ window.parent.postMessage({
|
|
|
+ "mrn": msg.mrn, //病历号 getMr返回-技术服务返回
|
|
|
+ "series": msg.series, //就诊次数
|
|
|
+ "orders": [
|
|
|
+ {
|
|
|
+ "type": 1,
|
|
|
+ "orders": [
|
|
|
+ '输血(血小板)'
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },'*')
|
|
|
+ })
|
|
|
}
|
|
|
|
|
|
//更新消息个数
|