qcListDept.html 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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 clearfix">
  14. <span class="filterItem typeFilter">
  15. <span>病人住院序号:</span>
  16. <input class="patientNumInp" style="width: 148px;" type="text" placeholder="请输入病人住院序号">
  17. </span>
  18. <span class="filterItem typeFilter">
  19. <span>病人姓名:</span>
  20. <input class="patientNameInp" type="text" placeholder="请输入病人姓名">
  21. </span>
  22. <span class="filterItem typeFilter">
  23. <span>科室:</span>
  24. <span class="selectDept">
  25. 全部
  26. </span>
  27. <ul class="deptList filterDropList"></ul>
  28. </span>
  29. <span class="filterItem typeFilter">
  30. <span>医生姓名:</span>
  31. <input class="doctorInp" type="text" placeholder="请输入医生姓名">
  32. </span>
  33. <span class="filterItem doctorFilter">
  34. <span>医生工号:</span>
  35. <input class="doctorNumInp" type="text" placeholder="请输入医生工号">
  36. </span>
  37. <span class="filterItem typeFilter clearfix" style="margin-top: 3px;">
  38. <span class="fl">出院日期:</span>
  39. <span class="datapickerBox fl"><input type="text" placeholder="请选择时间" id="datepicker" autocomplete="off" /></span>
  40. <span class="divide fl">-</span>
  41. <span class="datapickerBox fl"><input type="text" placeholder="请选择时间" id="datepicker2" autocomplete="off" /></span>
  42. </span>
  43. <span class="filterItem">
  44. <span>病历等级:</span>
  45. <span class="selectLevel">全部</span>
  46. <ul class="levelList filterDropList">
  47. <Li class="levelItem" data-name="全部" data-id="全部">全部</Li>
  48. <Li class="levelItem" data-name="未评分" data-id="未评分">未评分</Li>
  49. <Li class="levelItem" data-name="甲" data-id="甲">甲</Li>
  50. <li class="levelItem" data-name="乙" data-id=乙>乙</li>
  51. <li class="levelItem" data-name="丙" data-id=丙>丙</li>
  52. </ul>
  53. </span>
  54. <span class="filter">查询</span>
  55. <!-- <span class="reset">重置</span> -->
  56. <span class="filterclear abnormalClear filterclearT">重置</span>
  57. </div>
  58. <div>
  59. <table>
  60. <thead>
  61. <tr>
  62. <td colspan="17" style="background: #fff">
  63. <div class="tabFoot">
  64. <span class="scoreOpera" data-selectAll=false><img class="iconCheck" src="../images/icon_unchecked.png" alt="checkbox">全选</span>
  65. <span class="recordScoreBtn">评分</span>
  66. </div>
  67. </td>
  68. </tr>
  69. <th class="textCenter" ></th>
  70. <th class="recordScoreOpera textCenter" style="width: 65px;">操作</th>
  71. <th class="beHospitalId textCenter" code="behospital_code">病人住院序号</th>
  72. <th class="patientNo textCenter" code="file_code">病案号</th>
  73. <th class="patientName textCenter" code="name" style="width: 100px;">病人姓名</th>
  74. <th class="patientSex textCenter" code="sex">性别</th>
  75. <th class="patientage textCenter" code="age">年龄</th>
  76. <th class="bedNum textCenter" code="bed_code">床号</th>
  77. <th class="inHospitalDate textCenter" code="behospital_date">入院日期</th>
  78. <th class="outHospitalDate textCenter desc" code="leave_hospital_date">出院日期</th>
  79. <th class="doctorName textCenter" code="beh_doctor_name">住院医生</th>
  80. <th class="doctorName textCenter" code="doctor_name">主管医生</th>
  81. <th class="doctorName textCenter" code="director_doctor_name">主任医生</th>
  82. <th class="deptName textCenter" code="beh_dept_name">科室</th>
  83. <th class="recordLevel textCenter" code="level">病历等级</th>
  84. <th class="recordScore textCenter" code="score_res">病历得分</th>
  85. <th class="scoreTime textCenter" code="grade_time">评分时间</th>
  86. </thead>
  87. <tbody>
  88. </tbody>
  89. <!-- <tfoot>
  90. <tr>
  91. <td colspan="17">
  92. <div class="tabFoot">
  93. <span class="scoreOpera" data-selectAll=false><img class="iconCheck" src="../images/icon_unchecked.png" alt="checkbox">全选</span>
  94. <span class="recordScoreBtn">评分</span>
  95. </div>
  96. </td>
  97. </tr>
  98. </tfoot> -->
  99. </table>
  100. </div>
  101. <!--<div class="tabFoot">
  102. <span class="scoreOpera" data-selectAll=false><img class="iconCheck" src="" alt="checkbox">全选</span>
  103. <span class="recordScoreBtn">评分</span>
  104. </div>-->
  105. <div class="pagination"></div>
  106. </div>
  107. </div>
  108. </body>
  109. </html>