|
@@ -60,36 +60,44 @@
|
|
<div>
|
|
<div>
|
|
<table>
|
|
<table>
|
|
<thead>
|
|
<thead>
|
|
- <th class="textCenter" ></th>
|
|
|
|
- <th class="recordScoreOpera textCenter" style="width: 65px;">操作</th>
|
|
|
|
- <th class="beHospitalId textCenter" code="behospital_code">病人住院序号</th>
|
|
|
|
- <th class="patientNo textCenter" code="file_code">病案号</th>
|
|
|
|
- <th class="patientName textCenter" code="name" style="width: 100px;">病人姓名</th>
|
|
|
|
- <th class="patientSex textCenter" code="sex">性别</th>
|
|
|
|
- <th class="patientage textCenter" code="age">年龄</th>
|
|
|
|
- <th class="bedNum textCenter" code="bed_code">床号</th>
|
|
|
|
- <th class="inHospitalDate textCenter" code="behospital_date">入院日期</th>
|
|
|
|
- <th class="outHospitalDate textCenter" code="leave_hospital_date">出院日期</th>
|
|
|
|
- <th class="doctorName textCenter" code="beh_doctor_name">住院医生</th>
|
|
|
|
- <th class="doctorName textCenter" code="doctor_name">主管医生</th>
|
|
|
|
- <th class="doctorName textCenter" code="director_doctor_name">主任医生</th>
|
|
|
|
- <th class="deptName textCenter" code="beh_dept_name">科室</th>
|
|
|
|
- <th class="recordLevel textCenter" code="level">病历等级</th>
|
|
|
|
- <th class="recordScore textCenter" code="score_res">病历得分</th>
|
|
|
|
- <th class="scoreTime textCenter" code="grade_time">评分时间</th>
|
|
|
|
|
|
+ <tr>
|
|
|
|
+ <td colspan="17">
|
|
|
|
+ <div class="tabFoot">
|
|
|
|
+ <span class="scoreOpera" data-selectAll=false><img class="iconCheck" src="../images/icon_unchecked.png" alt="checkbox">全选</span>
|
|
|
|
+ <span class="recordScoreBtn">评分</span>
|
|
|
|
+ </div>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <th class="textCenter" ></th>
|
|
|
|
+ <th class="recordScoreOpera textCenter" style="width: 65px;">操作</th>
|
|
|
|
+ <th class="beHospitalId textCenter" code="behospital_code">病人住院序号</th>
|
|
|
|
+ <th class="patientNo textCenter" code="file_code">病案号</th>
|
|
|
|
+ <th class="patientName textCenter" code="name" style="width: 100px;">病人姓名</th>
|
|
|
|
+ <th class="patientSex textCenter" code="sex">性别</th>
|
|
|
|
+ <th class="patientage textCenter" code="age">年龄</th>
|
|
|
|
+ <th class="bedNum textCenter" code="bed_code">床号</th>
|
|
|
|
+ <th class="inHospitalDate textCenter" code="behospital_date">入院日期</th>
|
|
|
|
+ <th class="outHospitalDate textCenter" code="leave_hospital_date">出院日期</th>
|
|
|
|
+ <th class="doctorName textCenter" code="beh_doctor_name">住院医生</th>
|
|
|
|
+ <th class="doctorName textCenter" code="doctor_name">主管医生</th>
|
|
|
|
+ <th class="doctorName textCenter" code="director_doctor_name">主任医生</th>
|
|
|
|
+ <th class="deptName textCenter" code="beh_dept_name">科室</th>
|
|
|
|
+ <th class="recordLevel textCenter" code="level">病历等级</th>
|
|
|
|
+ <th class="recordScore textCenter" code="score_res">病历得分</th>
|
|
|
|
+ <th class="scoreTime textCenter" code="grade_time">评分时间</th>
|
|
</thead>
|
|
</thead>
|
|
<tbody>
|
|
<tbody>
|
|
|
|
|
|
</tbody>
|
|
</tbody>
|
|
<tfoot>
|
|
<tfoot>
|
|
- <tr>
|
|
|
|
- <td colspan="17">
|
|
|
|
- <div class="tabFoot">
|
|
|
|
- <span class="scoreOpera" data-selectAll=false><img class="iconCheck" src="../images/icon_unchecked.png" alt="checkbox">全选</span>
|
|
|
|
- <span class="recordScoreBtn">评分</span>
|
|
|
|
- </div>
|
|
|
|
- </td>
|
|
|
|
- </tr>
|
|
|
|
|
|
+ <tr>
|
|
|
|
+ <td colspan="17">
|
|
|
|
+ <div class="tabFoot">
|
|
|
|
+ <span class="scoreOpera" data-selectAll=false><img class="iconCheck" src="../images/icon_unchecked.png" alt="checkbox">全选</span>
|
|
|
|
+ <span class="recordScoreBtn">评分</span>
|
|
|
|
+ </div>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
</tfoot>
|
|
</tfoot>
|
|
</table>
|
|
</table>
|
|
</div>
|
|
</div>
|