uncorrectedCasesStatistics.html 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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 partDetailControl">
  11. <div class="partTitle">
  12. <p><a href="console.html">控制台 / </a>时效性相关统计</p>
  13. <div class="dateDetail fr">
  14. </div>
  15. </div>
  16. <div class="partTitleT"></div>
  17. <div class="main-body">
  18. <div class="filterBox clearfix">
  19. <!-- <span class="filterItem typeFilter deptListWrap">
  20. <span>科室名称:</span>
  21. <span class="selectDept">
  22. 全部
  23. </span>
  24. <ul class="deptList filterDropList"></ul>
  25. </span> -->
  26. <span class="filterItem typeFilter">
  27. <span>科室名称:</span>
  28. <!-- <input class="patientNumInp" style="width: 148px;" type="text" placeholder="请输入科室名称"> -->
  29. <input type="text" class="selectDept canEditDept" value="全部">
  30. <ul class="deptList filterDropList"></ul>
  31. </span>
  32. <span class="filterItem typeFilter clearfix dataSelectLight">
  33. <span class="fl">出院日期:</span>
  34. <span class="datapickerBox fl"><input type="text" placeholder="请选择时间" id="datepicker" autocomplete="off" readonly/></span>
  35. <span class="divide fl">-</span>
  36. <span class="datapickerBox fl"><input type="text" placeholder="请选择时间" id="datepicker2" autocomplete="off" readonly/></span>
  37. </span>
  38. <span class="filter">查询</span>
  39. <span class="filterclear abnormalClear">重置</span>
  40. <span class="exportData">导出</span>
  41. </div>
  42. <div style="display: table;padding-right: 30px;" class="tableBox">
  43. <table class="key-list">
  44. <thead>
  45. <tr class="tabTitle"></tr>
  46. <!-- <th class="moduleName" style="width: 65px;">序号</th>
  47. <th class="beHospitalId textCenter" code="deptName">科室名称</th>
  48. <th class="beHospitalId textCenter" code="consultationNum">入院记录24h内<br/>未完成</th>
  49. <th class="beHospitalId textCenter" code="consultationPercentStr">首程8h内未完成</th>
  50. <th class="beHospitalId textCenter" code="operationNameNum">入院后未连记3天</th>
  51. <th class="beHospitalId textCenter" code="operationNamePercentStr">主治48h未查房</th>
  52. <th class="beHospitalId textCenter" code="operation15MinuteNum">主任72h未查房</th>
  53. <th class="beHospitalId textCenter" code="operation15MinutePercentStr">术后24h无手术记录</th>
  54. <th class="beHospitalId textCenter" code="operationTimeNum">术后首程未即刻完成</th>
  55. <th class="beHospitalId textCenter" code="operationTimePercentStr">术后24h内无主刀查房</th>
  56. <th class="beHospitalId textCenter" code="crisisNum">术后未连记3天</th>
  57. <th class="beHospitalId textCenter" code="crisisPercentStr">病危无1天1记</th>
  58. <th class="beHospitalId textCenter" code="stageSummaryNum">病重无2天1记</th>
  59. <th class="beHospitalId textCenter" code="stageSummaryPercentStr">主任每周无2次查房</th>
  60. <th class="beHospitalId textCenter" code="stageSummaryPercentStr">主治每周无3次查房</th>
  61. <th class="beHospitalId textCenter" code="stageSummaryPercentStr">转入记录24h内未完成</th>
  62. <th class="beHospitalId textCenter" code="stageSummaryPercentStr">转入后未连记3天</th>
  63. <th class="beHospitalId textCenter textBreak" code="stageSummaryPercentStr">无阶段小结</th> -->
  64. </thead>
  65. <tbody>
  66. </tbody>
  67. </table>
  68. </div>
  69. <div class="pagination"></div>
  70. </div>
  71. </div>
  72. </body>
  73. </html>