|
@@ -18,6 +18,10 @@
|
|
|
<span>病历号:</span>
|
|
|
<input class="patientNumInp" type="text" placeholder="请输入病历号">
|
|
|
</span>
|
|
|
+ <span class="filterItem typeFilter">
|
|
|
+ <span>病人姓名:</span>
|
|
|
+ <input class="patientNameInp" type="text" placeholder="请输入病人姓名">
|
|
|
+ </span>
|
|
|
<span class="filterItem typeFilter">
|
|
|
<span>科室:</span>
|
|
|
<span class="selectDept">
|
|
@@ -27,16 +31,13 @@
|
|
|
<ul class="deptList filterDropList"></ul>
|
|
|
</span>
|
|
|
<span class="filterItem doctorFilter">
|
|
|
- <span>医生:</span>
|
|
|
+ <span>医生(住院/主治/主任):</span>
|
|
|
<span class="selectDoctor">
|
|
|
|
|
|
</span>
|
|
|
<!-- <input class="doctorInp" type="text" placeholder="请输入医生姓名"> -->
|
|
|
</span>
|
|
|
- <span class="filterItem typeFilter">
|
|
|
- <span>病人姓名:</span>
|
|
|
- <input class="patientNameInp" type="text" placeholder="请输入病人姓名">
|
|
|
- </span>
|
|
|
+
|
|
|
<span class="filterItem typeFilter clearfix">
|
|
|
<span class="fl">入院日期:</span>
|
|
|
<span class="datapickerBox fl"><input type="text" placeholder="请选择时间" id="datepicker" autocomplete="off" /></span>
|
|
@@ -69,7 +70,9 @@
|
|
|
<th class="bedNum textCenter">床号</th>
|
|
|
<th class="inHospitalDate textCenter">入院日期</th>
|
|
|
<th class="outHospitalDate textCenter">出院日期</th>
|
|
|
+ <th class="doctorName textCenter">住院医生</th>
|
|
|
<th class="doctorName textCenter">主治医生</th>
|
|
|
+ <th class="doctorName textCenter">主任医生</th>
|
|
|
<th class="deptName textCenter">科室</th>
|
|
|
<th class="recordLevel textCenter">病历等级</th>
|
|
|
<th class="recordScore textCenter">病历得分</th>
|
|
@@ -80,7 +83,7 @@
|
|
|
</tbody>
|
|
|
<tfoot>
|
|
|
<tr>
|
|
|
- <td colspan="15">
|
|
|
+ <td colspan="17">
|
|
|
<div class="tabFoot">
|
|
|
<span class="scoreOpera" data-selectAll=false><img class="iconCheck" src="" alt="checkbox">全选</span>
|
|
|
<span class="recordScoreBtn">评分</span>
|