|
@@ -181,6 +181,31 @@
|
|
<!-- /.box -->
|
|
<!-- /.box -->
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
+ <div class="col-xs-4">
|
|
|
|
+ <div class="box">
|
|
|
|
+ <div class="box-header">
|
|
|
|
+ <h3 class="box-title">归一前诊断信息</h3> <label id="before_combine_participle_diag"></label>
|
|
|
|
+ </div>
|
|
|
|
+ <!-- /.box-header -->
|
|
|
|
+ <div class="box-body">
|
|
|
|
+ <table id="before_combine_diag_list" class="table table-bordered table-striped">
|
|
|
|
+ <thead>
|
|
|
|
+ <tr>
|
|
|
|
+ <th>diag</th>
|
|
|
|
+ <th>dept</th>
|
|
|
|
+ <th>rate</th>
|
|
|
|
+ </tr>
|
|
|
|
+ </thead>
|
|
|
|
+ <tbody>
|
|
|
|
+
|
|
|
|
+ </tbody>
|
|
|
|
+ </table>
|
|
|
|
+ </div>
|
|
|
|
+ <!-- /.box-body -->
|
|
|
|
+ </div>
|
|
|
|
+ <!-- /.box -->
|
|
|
|
+ </div>
|
|
|
|
+
|
|
<div class="col-xs-4">
|
|
<div class="col-xs-4">
|
|
<div class="box">
|
|
<div class="box">
|
|
<div class="box-header">
|
|
<div class="box-header">
|
|
@@ -206,6 +231,14 @@
|
|
</div>
|
|
</div>
|
|
<!-- /.col -->
|
|
<!-- /.col -->
|
|
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+ <!-- /.row -->
|
|
|
|
+
|
|
|
|
+ <div class="row">
|
|
<div class="col-xs-4">
|
|
<div class="col-xs-4">
|
|
<div class="box">
|
|
<div class="box">
|
|
<div class="box-header">
|
|
<div class="box-header">
|
|
@@ -231,12 +264,6 @@
|
|
</div>
|
|
</div>
|
|
<!-- /.col -->
|
|
<!-- /.col -->
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- </div>
|
|
|
|
- <!-- /.row -->
|
|
|
|
-
|
|
|
|
- <div class="row">
|
|
|
|
<div class="col-xs-4">
|
|
<div class="col-xs-4">
|
|
<div class="box">
|
|
<div class="box">
|
|
<div class="box-header">
|
|
<div class="box-header">
|
|
@@ -367,18 +394,20 @@
|
|
var symptom = $("#symptom").val();
|
|
var symptom = $("#symptom").val();
|
|
if (diag != '' && symptom == '') {
|
|
if (diag != '' && symptom == '') {
|
|
$('#diag_list').html("");
|
|
$('#diag_list').html("");
|
|
|
|
+ $('#before_combine_diag_list').html("");
|
|
startDiag('/algorithm/page_neural', '#symptom_list', '1', resourceType, '111', '1');
|
|
startDiag('/algorithm/page_neural', '#symptom_list', '1', resourceType, '111', '1');
|
|
startDiag('/algorithm/page_neural', '#vital_list', '3', resourceType, '131', '3');
|
|
startDiag('/algorithm/page_neural', '#vital_list', '3', resourceType, '131', '3');
|
|
startDiag('/algorithm/page_neural', '#lis_list', '4', resourceType, '141', '4');
|
|
startDiag('/algorithm/page_neural', '#lis_list', '4', resourceType, '141', '4');
|
|
startDiag('/algorithm/page_neural', '#pacs_list', '5', resourceType, '151', '5');
|
|
startDiag('/algorithm/page_neural', '#pacs_list', '5', resourceType, '151', '5');
|
|
|
|
|
|
} else {
|
|
} 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');
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -485,7 +514,10 @@
|
|
$("#participle_pacs").html(json.data.participleSymptom);
|
|
$("#participle_pacs").html(json.data.participleSymptom);
|
|
json.data = json.data.pacs;
|
|
json.data = json.data.pacs;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ if (tp == '6') {
|
|
|
|
+ $("#before_combine_participle_diag").html(json.data.participleSymptom);
|
|
|
|
+ json.data = json.data.beforeCombineDis;
|
|
|
|
+ }
|
|
return json.data;
|
|
return json.data;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -601,7 +633,10 @@
|
|
$("#participle_pacs").html(json.data.participleSymptom);
|
|
$("#participle_pacs").html(json.data.participleSymptom);
|
|
json.data = json.data.pacs;
|
|
json.data = json.data.pacs;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ if (tp == '6') {
|
|
|
|
+ $("#before_combine_participle_diag").html(json.data.participleSymptom);
|
|
|
|
+ json.data = json.data.beforeCombineDis;
|
|
|
|
+ }
|
|
return json.data;
|
|
return json.data;
|
|
}
|
|
}
|
|
}
|
|
}
|