|
@@ -0,0 +1,136 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="en">
|
|
|
+
|
|
|
+<head>
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
+ <title>病历质控报表</title>
|
|
|
+
|
|
|
+</head>
|
|
|
+
|
|
|
+<body>
|
|
|
+ <div class="container qcList">
|
|
|
+ <h2>病历质控报表</h2>
|
|
|
+ <div class="main-body">
|
|
|
+ <div class="filterBox">
|
|
|
+ <div class="clearfix">
|
|
|
+ <span class="filterItem typeFilter deptListWrap">
|
|
|
+ <span>科室:</span>
|
|
|
+ <input type="text" class="selectDept canEditDept" value="全部">
|
|
|
+ <ul class="deptList filterDropList"></ul>
|
|
|
+ </span>
|
|
|
+ <span class="filterItem typeFilter clearfix" >
|
|
|
+ <span class="fl">出院日期:</span>
|
|
|
+ <span class="datapickerBox fl"><input type="text" placeholder="请选择时间" id="datepicker" autocomplete="off" readonly /></span>
|
|
|
+ <span class="divide fl">-</span>
|
|
|
+ <span class="datapickerBox fl"><input type="text" placeholder="请选择时间" id="datepicker2" autocomplete="off" readonly/></span>
|
|
|
+ </span>
|
|
|
+ <span class="filterItem">
|
|
|
+ <span>病历等级:</span>
|
|
|
+ <span class="selectLevel">全部</span>
|
|
|
+ <ul class="levelList filterDropList">
|
|
|
+ <Li class="levelItem" data-name="全部" data-id="全部">全部</Li>
|
|
|
+ <Li class="levelItem" data-name="未评分" data-id="未评分">未评分</Li>
|
|
|
+ <Li class="levelItem" data-name="甲" data-id="甲">甲</Li>
|
|
|
+ <li class="levelItem" data-name="乙" data-id=乙>乙</li>
|
|
|
+ <li class="levelItem" data-name="丙" data-id=丙>丙</li>
|
|
|
+ </ul>
|
|
|
+ </span>
|
|
|
+ <span class="filter">查询</span>
|
|
|
+ <span class="filterclear abnormalClear filterclearT">重置</span>
|
|
|
+ <span class="export">导出</span>
|
|
|
+ </div>
|
|
|
+ <a href="javascript:void(0);" class="filter-toggler up" id="filterToggler">展开筛选</a>
|
|
|
+ <div class="toggle-item clearfix">
|
|
|
+ <span class="filterItem typeFilter">
|
|
|
+ <span>病人姓名:</span>
|
|
|
+ <input class="patientNameInp" type="text" placeholder="请输入病人姓名">
|
|
|
+ </span>
|
|
|
+ <span class="filterItem typeFilter">
|
|
|
+ <span>病人住院序号:</span>
|
|
|
+ <input class="patientNumInp" style="width: 148px;" type="text" placeholder="请输入病人住院序号">
|
|
|
+ </span>
|
|
|
+ <span class="filterItem doctorFilter">
|
|
|
+ <span>主管医生:</span>
|
|
|
+ <input class="doctorInp" type="text" placeholder="请输入主管医生">
|
|
|
+ </span>
|
|
|
+ <span class="filterItem doctorFilter fpFilterItem">
|
|
|
+ <span>病案首页核查人:</span>
|
|
|
+ <input class="fpCheckPeople" type="text" placeholder="请输入核查人">
|
|
|
+ </span>
|
|
|
+ <span class="filterItem doctorFilter qcFiliterItem">
|
|
|
+ <span>病历核查人:</span>
|
|
|
+ <input class="qcCheckPeople" type="text" placeholder="请输入核查人">
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="overAuto">
|
|
|
+ <table class="qctable">
|
|
|
+ <thead>
|
|
|
+ <!--<tr class="tabOpera">
|
|
|
+ <td colspan="18" style="background: #fff">
|
|
|
+ <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 class="tabTitle">
|
|
|
+ <!--code用于排序兼容之前的页面,key用于获取字段值-->
|
|
|
+ <th class="beHospitalId textCenter">序号</th>
|
|
|
+ <th class="patientName textCenter" code="name" key="name" style="width: 100px;">病人姓名</th>
|
|
|
+ <th class="beHospitalId textCenter" code="behospitalCode" key="behospitalCode">病人住院序号</th>
|
|
|
+ <th class="doctorName textCenter" code="doctorName" key="doctorName">主管医生</th>
|
|
|
+ <th class="deptName textCenter" code="deptName" key="deptName">科室</th>
|
|
|
+ <th class="outHospitalDate textCenter desc" code key="leaveHospitalDate">出院日期</th>
|
|
|
+ <th class="patientNo textCenter" key="medHomePage">病案首页</th>
|
|
|
+ <th class="patientNo textCenter" key="medHomePageScore">扣分</th>
|
|
|
+ <th class="patientNo textCenter" key="admissionNote">入院记录</th>
|
|
|
+ <th class="patientNo textCenter" key="admissionNoteScore">扣分</th>
|
|
|
+ <th class="patientNo textCenter" key="firstCourseNote">首次病程录</th>
|
|
|
+ <th class="patientNo textCenter" key="firstCourseNoteScore">扣分</th>
|
|
|
+ <th class="patientNo textCenter" key="courseRecord">病程记录</th>
|
|
|
+ <th class="patientNo textCenter" key="courseRecordScore">扣分</th>
|
|
|
+ <th class="patientNo textCenter" key="operationInfo">手术信息</th>
|
|
|
+ <th class="patientNo textCenter" key="operationInfoScore">扣分</th>
|
|
|
+ <th class="patientNo textCenter" key="dischargeNote">出院记录</th>
|
|
|
+ <th class="patientNo textCenter" key="dischargeNoteScore">扣分</th>
|
|
|
+ <th class="patientNo textCenter" key="docAdviceNote">医嘱单</th>
|
|
|
+ <th class="patientNo textCenter" key="docAdviceNoteScore">扣分</th>
|
|
|
+ <th class="patientNo textCenter" key="otherCase">其他</th>
|
|
|
+ <th class="patientNo textCenter" key="otherCaseScore">扣分</th>
|
|
|
+ <th class="recordScore textCenter" key="totalScore">总分</th>
|
|
|
+ <th class="recordLevel textCenter" code="level" key="level">病历等级</th>
|
|
|
+ <th class="patientSex textCenter" code="mrName" key="mrName">病案首页核查人</th>
|
|
|
+ <th class="patientSex textCenter" code="chName" key="chName">病历核查人</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody class="tbody">
|
|
|
+
|
|
|
+ </tbody>
|
|
|
+ <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> -->
|
|
|
+ </tfoot>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <!--<div class="tabFoot">
|
|
|
+ <span class="scoreOpera" data-selectAll=false><img class="iconCheck" src="" alt="checkbox">全选</span>
|
|
|
+ <span class="recordScoreBtn">评分</span>
|
|
|
+ </div>-->
|
|
|
+
|
|
|
+ <div class="pagination"></div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+</body>
|
|
|
+
|
|
|
+</html>
|