Browse Source

问题修改

1178232204@qq.com 3 years ago
parent
commit
540876c7fa
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/js/cdssHorizontal.js

+ 2 - 2
src/js/cdssHorizontal.js

@@ -251,7 +251,7 @@ function renderModuleWrapper(moduleList) {
 
 
 }
 }
 function isNeedPush(list) {
 function isNeedPush(list) {
-  let pushCode = ['critical', "diag", "lis", "pacs", "symptom", "vital", "treat", "medicines", 'evaluation', 'general', 'medicine', 'operation', 'nurse']
+  let pushCode = ['critical', "diag", "lis", "pacs", "symptom", "vital", "treat", "medicines", 'evaluation', 'general', 'medicine', 'operation', 'nurse', 'maydiagnose', 'hasdiagnose']
   for (let i = 0; i < list.length; i++) {
   for (let i = 0; i < list.length; i++) {
     if (pushCode.indexOf(list[i].code) > -1) {
     if (pushCode.indexOf(list[i].code) > -1) {
       if (list[i].status == "1") {
       if (list[i].status == "1") {
@@ -262,7 +262,7 @@ function isNeedPush(list) {
   return false
   return false
 }
 }
 function isNeedPushWarning(list) {
 function isNeedPushWarning(list) {
-  let pushCode = ["crivalue", "rationali", "highrisk", "otherremind"]
+  let pushCode = ["crivalue", "rationali", "highrisk", "otherremind", "nurse"]
   for (let i = 0; i < list.length; i++) {
   for (let i = 0; i < list.length; i++) {
     if (pushCode.indexOf(list[i].code.trim()) > -1) {
     if (pushCode.indexOf(list[i].code.trim()) > -1) {
       if (list[i].status == "1") {
       if (list[i].status == "1") {