qcListDept.html 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <title>病历质控评分</title>
  8. </head>
  9. <body>
  10. <div class="container">
  11. <h2>质控评分</h2>
  12. <div class="main-body">
  13. <div class="filterBox">
  14. <div class="clearfix">
  15. <span class="filterItem typeFilter">
  16. <span>病人住院序号:</span>
  17. <input class="patientNumInp" style="width: 148px;" type="text" placeholder="请输入病人住院序号">
  18. </span>
  19. <span class="filterItem typeFilter">
  20. <span>病人姓名:</span>
  21. <input class="patientNameInp" type="text" placeholder="请输入病人姓名">
  22. </span>
  23. <span class="filterItem typeFilter">
  24. <span>科室:</span>
  25. <span class="selectDept">
  26. 全部
  27. </span>
  28. <ul class="deptList filterDropList"></ul>
  29. </span>
  30. <span class="filter">查询</span>
  31. <span class="export">导出</span>
  32. <span class="filterclear abnormalClear filterclearT">重置</span>
  33. </div>
  34. <a href="javascript:void(0);" class="filter-toggler" id="filterToggler">收起筛选</a>
  35. <div class="toggle-item clearfix">
  36. <span class="filterItem typeFilter">
  37. <span>医生姓名:</span>
  38. <input class="doctorInp" type="text" placeholder="请输入医生姓名">
  39. </span>
  40. <span class="filterItem doctorFilter">
  41. <span>医生工号:</span>
  42. <input class="doctorNumInp" type="text" placeholder="请输入医生工号">
  43. </span>
  44. <span class="filterItem typeFilter clearfix" style="margin-top: 3px;">
  45. <span class="fl">出院日期:</span>
  46. <span class="datapickerBox fl"><input type="text" placeholder="请选择时间" id="datepicker" autocomplete="off" /></span>
  47. <span class="divide fl">-</span>
  48. <span class="datapickerBox fl"><input type="text" placeholder="请选择时间" id="datepicker2" autocomplete="off" /></span>
  49. </span>
  50. <span class="filterItem">
  51. <span>病历等级:</span>
  52. <span class="selectLevel">全部</span>
  53. <ul class="levelList filterDropList">
  54. <Li class="levelItem" data-name="全部" data-id="全部">全部</Li>
  55. <Li class="levelItem" data-name="未评分" data-id="未评分">未评分</Li>
  56. <Li class="levelItem" data-name="甲" data-id="甲">甲</Li>
  57. <li class="levelItem" data-name="乙" data-id=乙>乙</li>
  58. <li class="levelItem" data-name="丙" data-id=丙>丙</li>
  59. </ul>
  60. </span>
  61. </div>
  62. </div>
  63. <div>
  64. <table>
  65. <thead>
  66. <tr>
  67. <td colspan="18" style="background: #fff">
  68. <div class="tabFoot">
  69. <span class="scoreOpera" data-selectAll=false><img class="iconCheck" src="../images/icon_unchecked.png" alt="checkbox">全选</span>
  70. <span class="recordScoreBtn">评分</span>
  71. </div>
  72. </td>
  73. </tr>
  74. <th class="textCenter" ></th>
  75. <th class="recordScoreOpera textCenter" style="width: 65px;">操作</th>
  76. <th class="beHospitalId textCenter" code="behospital_code">病人住院序号</th>
  77. <th class="patientNo textCenter" code="file_code">病案号</th>
  78. <th class="patientName textCenter" code="name" style="width: 100px;">病人姓名</th>
  79. <th class="patientSex textCenter" code="sex">性别</th>
  80. <th class="patientage textCenter" code="age">年龄</th>
  81. <th class="bedNum textCenter" code="bed_code">床号</th>
  82. <th class="inHospitalDate textCenter" code="behospital_date">入院日期</th>
  83. <th class="outHospitalDate textCenter desc" code="leave_hospital_date">出院日期</th>
  84. <th class="diagnose textCenter" code="diagnose">主诊断</th>
  85. <th class="doctorName textCenter" code="beh_doctor_name">住院医生</th>
  86. <th class="doctorName textCenter" code="doctor_name">主管医生</th>
  87. <th class="doctorName textCenter" code="director_doctor_name">主任医生</th>
  88. <th class="deptName textCenter" code="beh_dept_name">科室</th>
  89. <th class="recordLevel textCenter" code="level">病历等级</th>
  90. <th class="recordScore textCenter" code="score_res">病历得分</th>
  91. <th class="scoreTime textCenter" code="grade_time">评分时间</th>
  92. </thead>
  93. <tbody>
  94. </tbody>
  95. <!-- <tfoot>
  96. <tr>
  97. <td colspan="17">
  98. <div class="tabFoot">
  99. <span class="scoreOpera" data-selectAll=false><img class="iconCheck" src="../images/icon_unchecked.png" alt="checkbox">全选</span>
  100. <span class="recordScoreBtn">评分</span>
  101. </div>
  102. </td>
  103. </tr>
  104. </tfoot> -->
  105. </table>
  106. </div>
  107. <!--<div class="tabFoot">
  108. <span class="scoreOpera" data-selectAll=false><img class="iconCheck" src="" alt="checkbox">全选</span>
  109. <span class="recordScoreBtn">评分</span>
  110. </div>-->
  111. <div class="pagination"></div>
  112. </div>
  113. </div>
  114. </body>
  115. </html>