|
@@ -251,7 +251,7 @@ function renderModuleWrapper(moduleList) {
|
|
|
|
|
|
}
|
|
|
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++) {
|
|
|
if (pushCode.indexOf(list[i].code) > -1) {
|
|
|
if (list[i].status == "1") {
|
|
@@ -262,7 +262,7 @@ function isNeedPush(list) {
|
|
|
return false
|
|
|
}
|
|
|
function isNeedPushWarning(list) {
|
|
|
- let pushCode = ["crivalue", "rationali", "highrisk", "otherremind"]
|
|
|
+ let pushCode = ["crivalue", "rationali", "highrisk", "otherremind", "nurse"]
|
|
|
for (let i = 0; i < list.length; i++) {
|
|
|
if (pushCode.indexOf(list[i].code.trim()) > -1) {
|
|
|
if (list[i].status == "1") {
|