Просмотр исходного кода

1、增加页面验证数据,提供归一前和归一后诊断数据

louhr 5 лет назад
Родитель
Сommit
191c406723
1 измененных файлов с 6 добавлено и 6 удалено
  1. 6 6
      push-web/src/main/resources/static/pages/algorithm/list.html

+ 6 - 6
push-web/src/main/resources/static/pages/algorithm/list.html

@@ -401,12 +401,12 @@
             startDiag('/algorithm/page_neural', '#pacs_list', '5', resourceType, '151', '5');
 
         } else {
-//            startDiag('/algorithm/page_neural', '#symptom_list', '1', resourceType, '11', '1');
-//            startDiag('/algorithm/page_neural', '#vital_list', '3', resourceType, '31', '3');
-//            startDiag('/algorithm/page_neural', '#lis_list', '4', resourceType, '41', '4');
-//            startDiag('/algorithm/page_neural', '#pacs_list', '5', resourceType, '51', '5');
-//
-//            startDiagMapping('/algorithm/page_neural', '#diag_list', '2', resourceType, '21', '2');
+            startDiag('/algorithm/page_neural', '#symptom_list', '1', resourceType, '11', '1');
+            startDiag('/algorithm/page_neural', '#vital_list', '3', resourceType, '31', '3');
+            startDiag('/algorithm/page_neural', '#lis_list', '4', resourceType, '41', '4');
+            startDiag('/algorithm/page_neural', '#pacs_list', '5', resourceType, '51', '5');
+
+            startDiagMapping('/algorithm/page_neural', '#diag_list', '2', resourceType, '21', '2');
             startDiagMapping('/algorithm/page_neural', '#before_combine_diag_list', '2', resourceType, '21', '6');
         }
     }