order.html 36KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715
  1. <style>
  2. .dialysis-print-order{
  3. width:960px; margin:0 auto
  4. }
  5. .dialysis-print-order .order-yy-name{
  6. margin: auto;
  7. text-align: center;
  8. font-size: 20px;
  9. letter-spacing: 5px;
  10. }
  11. .dialysis-print-order .order-title{
  12. margin: auto;
  13. font-weight: 600;
  14. text-align: center;
  15. font-size: 22px;
  16. padding: 10px 20px 20px 20px;
  17. }
  18. .dialysis-print-order .table-box {
  19. margin-top: 10px;
  20. width: 100%;
  21. line-height: 20px;
  22. font-size: 14px;
  23. }
  24. .dialysis-print-order .print-table {
  25. width: 100%;
  26. text-align: center;
  27. border-collapse: collapse;
  28. line-height: 35px;
  29. font-size: 14px;
  30. }
  31. .dialysis-print-order .print-table-no {
  32. width: 100%;
  33. text-align: center;
  34. border-collapse: collapse;
  35. font-size: 14px;
  36. }
  37. .dialysis-print-order .under-line {
  38. border-bottom: 1px solid #999;
  39. width: 95%;
  40. text-align: center;
  41. margin-left: 2px;
  42. }
  43. .dialysis-print-order .title-box{
  44. text-align: center;
  45. font-size: 20px;
  46. border: 1px solid #666;
  47. letter-spacing: 10px;
  48. }
  49. </style>
  50. <div id="dialysis-print-box">
  51. <div class="dialysis-print-order" >
  52. <div class="order-yy-name">{{orgname}}</div>
  53. <div class="order-title">血液净化治疗记录单</div>
  54. <table class="table-box">
  55. <tbody>
  56. <tr>
  57. <td width="50">姓名: </td>
  58. <td width="90">
  59. <div class="under-line">&nbsp;{{patientInfo.name}}</div>
  60. </td>
  61. <td width="50">性别: </td>
  62. <td width="120">
  63. <div>
  64. <label for="gender_1" class=""> <input id="gender_1" name="gender" type="radio" value="1"> 男</label>
  65. <label for="gender_2"> <input id="gender_2" name="gender" type="radio" value="2"> 女</label>
  66. </div>
  67. </td>
  68. <td width="40">年龄</td>
  69. <td width="40">
  70. <div class="under-line">{{patientInfo.age}}&nbsp;岁</div>
  71. </td>
  72. <td width="60">透析号</td>
  73. <td width="90">
  74. <div class="under-line">&nbsp;{{patientInfo.dialysis_no}}</div>
  75. </td>
  76. <td width="40">来自</td>
  77. <td width="60">
  78. <div class="under-line">&nbsp;
  79. <span v-if="patientInfo.source==1">门诊</span>
  80. <span v-else-if="patientInfo.source==2">住院</span>
  81. </div>
  82. </td>
  83. <td width="40">病区</td>
  84. <td width="75">
  85. <div class="under-line">&nbsp;{{patientInfo.DialysisSchedule.DeviceZone.name}}</div>
  86. </td>
  87. <td width="85">床号(机号)</td>
  88. <td width="60">
  89. <div class="under-line">&nbsp;{{patientInfo.DialysisSchedule.DeviceNumber.number}}</div>
  90. </td>
  91. <td width="80">透析次数</td>
  92. <td width="40">
  93. <div class="under-line">&nbsp;{{patientInfo.total_dialysis}}</div>
  94. </td>
  95. <td width="40">日期</td>
  96. <td width="120">
  97. <div class="under-line">&nbsp;<span>{{queryParams.xtdate}}</span></div>
  98. </td>
  99. </tr>
  100. </tbody>
  101. </table>
  102. <table class="table-box">
  103. <tbody>
  104. <tr>
  105. <td width="40">备注</td>
  106. <td width="">
  107. <div class="under-line">&nbsp;{{patientInfo.remark}}</div>
  108. </td>
  109. <td width="100">首次透析时间</td>
  110. <td width="130">
  111. <div class="under-line">&nbsp;{{patientInfo.first_dialysis_date}}</div>
  112. </td>
  113. <td width=""></td>
  114. </tr>
  115. </tbody>
  116. </table>
  117. <table class="print-table" border="1">
  118. <tbody>
  119. <tr>
  120. <td width="50%" class="title-box">透析前评估</td>
  121. </tr>
  122. <tr>
  123. <td style="padding-bottom:15px;">
  124. <table class="table-box">
  125. <tbody>
  126. <tr>
  127. <td width="13">T</td>
  128. <td width="">
  129. <div class="under-line">&nbsp;{{predialysis.temperature}}</div>
  130. </td>
  131. <td width="30">℃</td>
  132. <td width="30"></td>
  133. <td width="13">R</td>
  134. <td width="">
  135. <div class="under-line">&nbsp;{{predialysis.breathing_rate}}</div>
  136. </td>
  137. <td width="60">次/分</td>
  138. <td width="30"></td>
  139. <td width="20">BP</td>
  140. <td width="">
  141. <div class="under-line">&nbsp;{{predialysis.systolic_blood_pressure}}/{{predialysis.diastolic_blood_pressure}}</div>
  142. </td>
  143. <td width="20">mmHg</td>
  144. </tr>
  145. </tbody>
  146. </table>
  147. <table class="print-table">
  148. <tbody>
  149. <tr>
  150. <td width="55%">
  151. <table class="table-box">
  152. <tbody>
  153. <tr>
  154. <td width="90">透析间期:</td>
  155. <td>
  156. <div class="under-line">&nbsp;{{predialysis.dialysis_interphase}}</div>
  157. </td>
  158. </tr>
  159. </tbody>
  160. </table>
  161. </td>
  162. <td>
  163. <table class="table-box">
  164. <tbody>
  165. <tr>
  166. <td width="90">透前症状:</td>
  167. <td>
  168. <div class="under-line">&nbsp;{{predialysis.symptom_before_dialysis}}</div>
  169. </td>
  170. </tr>
  171. </tbody>
  172. </table>
  173. </td>
  174. </tr>
  175. <tr>
  176. <td>
  177. <table class="table-box">
  178. <tbody>
  179. <tr>
  180. <td width="60">内瘘:</td>
  181. <td>
  182. <div class="under-line">&nbsp;{{predialysis.internal_fistula}}</div>
  183. </td>
  184. </tr>
  185. </tbody>
  186. </table>
  187. </td>
  188. <td>
  189. <table class="table-box">
  190. <tbody>
  191. <tr>
  192. <td width="60">导管:</td>
  193. <td>
  194. <div class="under-line">&nbsp;{{predialysis.catheter}}</div>
  195. </td>
  196. </tr>
  197. </tbody>
  198. </table>
  199. </td>
  200. </tr>
  201. <tr>
  202. <td>
  203. <table class="table-box">
  204. <tbody>
  205. <tr>
  206. <td width="75">合并症:</td>
  207. <td>
  208. <div class="under-line">&nbsp;{{predialysis.complication}}</div>
  209. </td>
  210. </tr>
  211. </tbody>
  212. </table>
  213. </td>
  214. <td>
  215. <table class="table-box">
  216. <tbody>
  217. <tr>
  218. <td width="110">前次透析后:</td>
  219. <td width="">
  220. <div class="under-line">&nbsp;{{predialysis.last_post_dialysis}}</div>
  221. </td>
  222. <td width="20"></td>
  223. </tr>
  224. </tbody>
  225. </table>
  226. </td>
  227. </tr>
  228. <tr>
  229. <td>
  230. <table class="table-box">
  231. <tbody>
  232. <tr>
  233. <td width="90">透前称重:</td>
  234. <td width="">
  235. <div class="under-line">&nbsp;{{predialysis.weight_before}}</div>
  236. </td>
  237. <td width="20">kg</td>
  238. <td width="30"></td>
  239. </tr>
  240. </tbody>
  241. </table>
  242. </td>
  243. <td>
  244. <table class="table-box">
  245. <tbody>
  246. <tr>
  247. <td width="90">附加物重:</td>
  248. <td width="">
  249. <div class="under-line">&nbsp;{{predialysis.additional_weight}}</div>
  250. </td>
  251. <td width="20">kg</td>
  252. </tr>
  253. </tbody>
  254. </table>
  255. </td>
  256. </tr>
  257. </tbody>
  258. </table>
  259. </td>
  260. </tr>
  261. </tbody>
  262. </table>
  263. <table class="print-table" border="1">
  264. <tbody>
  265. <tr>
  266. <td class="title-box">透析后评估</td>
  267. </tr>
  268. <tr>
  269. <td style="padding-bottom:15px;">
  270. <table class="table-box">
  271. <tbody>
  272. <tr>
  273. <td width="20">BP</td>
  274. <td width="">
  275. <div class="under-line">&nbsp;{{afterdialysis.systolic_blood_pressure}}/{{afterdialysis.diastolic_blood_pressure}}</div>
  276. </td>
  277. <td width="20">mmHg</td>
  278. <td width="30"></td>
  279. <td width="13">T</td>
  280. <td width="">
  281. <div class="under-line">&nbsp;{{afterdialysis.temperature}}</div>
  282. </td>
  283. <td width="30">℃</td>
  284. <td width="30"></td>
  285. <td width="13">R</td>
  286. <td width="">
  287. <div class="under-line">&nbsp;{{afterdialysis.breathing_rate}}</div>
  288. </td>
  289. <td width="60">次/分</td>
  290. </tr>
  291. </tbody>
  292. </table>
  293. <table class="print-table">
  294. <tbody>
  295. <tr>
  296. <td width="50%">
  297. <table class="table-box">
  298. <tbody>
  299. <tr>
  300. <td width="100">实际超滤量:</td>
  301. <td width="">
  302. <div class="under-line">&nbsp;{{afterdialysis.actual_ultrafiltration}}</div>
  303. </td>
  304. <td width="20">ml</td>
  305. <td width="30"></td>
  306. </tr>
  307. </tbody>
  308. </table>
  309. </td>
  310. <td>
  311. <table class="table-box">
  312. <tbody>
  313. <tr>
  314. <td width="100">实际置换量:</td>
  315. <td width="">
  316. <div class="under-line">&nbsp;{{afterdialysis.actual_displacement}}</div>
  317. </td>
  318. <td width="20">L</td>
  319. </tr>
  320. </tbody>
  321. </table>
  322. </td>
  323. </tr>
  324. <tr>
  325. <td width="50%">
  326. <table class="table-box">
  327. <tbody>
  328. <tr>
  329. <td width="60">凝血:</td>
  330. <td>
  331. <div class="under-line">&nbsp;{{afterdialysis.cruor}}</div>
  332. </td>
  333. </tr>
  334. </tbody>
  335. </table>
  336. </td>
  337. <td>
  338. <table class="table-box">
  339. <tbody>
  340. <tr>
  341. <td width="90">透后症状:</td>
  342. <td>
  343. <div class="under-line">&nbsp;{{afterdialysis.symptom_after_dialysis}}</div>
  344. </td>
  345. </tr>
  346. </tbody>
  347. </table>
  348. </td>
  349. </tr>
  350. <tr>
  351. <td>
  352. <table class="table-box">
  353. <tbody>
  354. <tr>
  355. <td width="60">内瘘:</td>
  356. <td>
  357. <div class="under-line">&nbsp;{{afterdialysis.internal_fistula}}</div>
  358. </td>
  359. </tr>
  360. </tbody>
  361. </table>
  362. </td>
  363. <td>
  364. <table class="table-box">
  365. <tbody>
  366. <tr>
  367. <td width="60">导管:</td>
  368. <td>
  369. <div class="under-line">&nbsp;{{afterdialysis.catheter}}</div>
  370. </td>
  371. </tr>
  372. </tbody>
  373. </table>
  374. </td>
  375. </tr>
  376. <tr>
  377. <td>
  378. <table class="table-box">
  379. <tbody>
  380. <tr>
  381. <td width="75">并发症:</td>
  382. <td>
  383. <div class="under-line">&nbsp;{{afterdialysis.complication}}</div>
  384. </td>
  385. </tr>
  386. </tbody>
  387. </table>
  388. </td>
  389. <td>
  390. <table class="table-box">
  391. <tbody>
  392. <tr>
  393. <td width="150">实际治疗时间:</td>
  394. <td>
  395. <div class="under-line">&nbsp;{{afterdialysis.actual_treatment_hour}} h {{afterdialysis.actual_treatment_minute}} min </div>
  396. </td>
  397. </tr>
  398. </tbody>
  399. </table>
  400. </td>
  401. </tr>
  402. </tbody>
  403. </table>
  404. </td>
  405. </tr>
  406. </tbody>
  407. </table>
  408. <table class="print-table" border="1">
  409. <tbody>
  410. <tr>
  411. <td width="50%" class="title-box">透析处方</td>
  412. </tr>
  413. <tr>
  414. <td style="padding-bottom:15px;">
  415. <table class="table-box">
  416. <tbody>
  417. <tr>
  418. <td width="90">透析方式:</td>
  419. <td width="">
  420. <div class="under-line">&nbsp;{{prescription.mode}}</div>
  421. </td>
  422. <td width="100">处方脱水量:</td>
  423. <td width="">
  424. <div class="under-line">&nbsp;{{prescription.dewater_amount}}</div>
  425. </td>
  426. <td width="20">L</td>
  427. <td width="90">透析时长:</td>
  428. <td width="">
  429. <div class="under-line">&nbsp;{{prescription.dialysis_duration}}</div>
  430. </td>
  431. <td width="20">h</td>
  432. <td width="">&nbsp;</td>
  433. <td width="90">置换方式:</td>
  434. <td width="">
  435. <div class="under-line">&nbsp;{{prescription.replacement}}</div>
  436. </td>
  437. <td width="">&nbsp;</td>
  438. <td width="100">置换总量:</td>
  439. <td width="">
  440. <div class="under-line">&nbsp;{{prescription.replacement_total}}</div>
  441. </td>
  442. <td width="30">L</td>
  443. </tr>
  444. </tbody>
  445. </table>
  446. <table class="table-box">
  447. <tbody>
  448. <tr>
  449. <td width="75">透析器:</td>
  450. <td width="">
  451. <div class="under-line">&nbsp;{{prescription.perfusion_apparatus_name}}</div>
  452. </td>
  453. <td width="20"></td>
  454. <td width="60">机号:</td>
  455. <td width="">
  456. <div class="under-line">&nbsp;{{prescription.device.name}}</div>
  457. </td>
  458. <td width=""></td>
  459. </tr>
  460. </tbody>
  461. </table>
  462. <table class="table-box">
  463. <tbody>
  464. <tr>
  465. <td width="75">血流量:</td>
  466. <td width="60">
  467. <div class="under-line">&nbsp;{{prescription.blood_flow_volume}}</div>
  468. </td>
  469. <td width="90">ml/min</td>
  470. <td width=""></td>
  471. <td width="60">抗凝剂</td>
  472. <td width="">
  473. <div class="under-line">&nbsp;{{prescription.anticoagulant}}</div>
  474. </td>
  475. <td width="">&nbsp;</td>
  476. <template v-if="AlPanel.shouji != -1">
  477. <td width="40">首剂</td>
  478. <td width="">
  479. <div class="under-line">&nbsp;{{prescription.anticoagulant_shouji}}</div>
  480. </td>
  481. <td width="">{{AlPanel.shouji_unit}}</td>
  482. </template>
  483. <template v-if="AlPanel.weichi != -1">
  484. <td width="40">维持</td>
  485. <td width="">
  486. <div class="under-line">&nbsp;{{prescription.anticoagulant_weichi}}</div>
  487. </td>
  488. <td width="">{{AlPanel.weichi_unit}}</td>
  489. </template>
  490. <template v-if="AlPanel.zongliang != -1">
  491. <td width="40">总量</td>
  492. <td width="">
  493. <div class="under-line">&nbsp;{{prescription.anticoagulant_zongliang}}</div>
  494. </td>
  495. <td width="">{{AlPanel.zongliang_unit}}</td>
  496. </template>
  497. <template v-if="AlPanel.gaimingcheng != -1">
  498. <td width="60">钙名称</td>
  499. <td width="">
  500. <div class="under-line">&nbsp;{{prescription.anticoagulant_gaimingcheng}}</div>
  501. </td>
  502. <td width=""></td>
  503. </template>
  504. <template v-if="AlPanel.gaijiliang != -1">
  505. <td width="40">剂量</td>
  506. <td width="">
  507. <div class="under-line">&nbsp;{{prescription.anticoagulant_gaijiliang}}</div>
  508. </td>
  509. <td>{{AlPanel.gaijiliang_unit}}</td>
  510. </template>
  511. </tr>
  512. </tbody>
  513. </table>
  514. <table class="table-box">
  515. <tbody>
  516. <tr>
  517. <td width="100">透析液配方:</td>
  518. <td width="18">钾</td>
  519. <td width="">
  520. <div class="under-line">&nbsp;{{prescription.kalium}}</div>
  521. </td>
  522. <td width="75">mmol/L</td>
  523. <td width="18">钠</td>
  524. <td width="">
  525. <div class="under-line">&nbsp;{{prescription.sodium}}</div>
  526. </td>
  527. <td width="75">mmol/L</td>
  528. <td width="18">钙</td>
  529. <td width="">
  530. <div class="under-line">&nbsp;{{prescription.calcium}}</div>
  531. </td>
  532. <td width="75">mmol/L</td>
  533. <td width="75">碳酸氢根</td>
  534. <td width="">
  535. <div class="under-line">&nbsp;{{prescription.bicarbonate}}</div>
  536. </td>
  537. <td width="75">mmol/L</td>
  538. </tr>
  539. </tbody>
  540. </table>
  541. </td>
  542. </tr>
  543. </tbody>
  544. </table>
  545. <table class="print-table" border="1">
  546. <tbody>
  547. <tr>
  548. <td class="title-box">临时医嘱</td>
  549. </tr>
  550. </tbody>
  551. </table>
  552. <table class="print-table-no" border="1" count="0">
  553. <tbody>
  554. <tr>
  555. <td width="100">时间</td>
  556. <td>医嘱内容</td>
  557. <td width="75">医生签名</td>
  558. <td width="75">执行时间</td>
  559. <td width="75">执行人员</td>
  560. <td width="75">核对人员</td>
  561. </tr>
  562. <tr v-for="advice in advices" :key="advice.id">
  563. <td> {{advice.start_time | parseTime('{y}-{m}-{d} {h}:{i}')}}</td>
  564. <td>
  565. <span v-if="advice.parent_id>0">└</span>
  566. <span >{{advice.advice_name }}</span>
  567. <span >{{advice.advice_desc}}</span>
  568. <span v-if="advice.single_dose">{{advice.single_dose}}{{advice.single_dose_unit}}</span>
  569. <span v-if="advice.prescribing_number">{{advice.prescribing_number}}{{advice.prescribing_number_unit}}</span>
  570. <span >{{advice.delivery_way}}</span>
  571. <span >{{advice.execution_frequency}}</span>
  572. </td>
  573. <td>{{getXuserName(advice.advice_doctor)}}</td>
  574. <td><span v-if="advice.execution_time!=0" >{{advice.execution_time| parseTime('{y}-{m}-{d} {h}:{i}:{s}')}}</span></td>
  575. <td><span v-if="advice.parent_id==0" >{{getXuserName(advice.execution_staff)}}</span></td>
  576. <td><span v-if="advice.parent_id==0" >{{getXuserName(advice.checker)}}</span>
  577. </td>
  578. </tr>
  579. </tbody>
  580. </table>
  581. <table class="print-table" border="1">
  582. <tbody>
  583. <tr>
  584. <td class="title-box">监测记录</td>
  585. </tr>
  586. </tbody>
  587. </table>
  588. <table class="print-table-no" border="1" count="0">
  589. <tbody>
  590. <tr>
  591. <td >时间</td>
  592. <td >血压<font size="2">(mmHg)</font></td>
  593. <td >脉率<font size="2">(次/分)</font></td>
  594. <td >呼吸<font size="2">(次/分)</font></td>
  595. <td >血流量<font size="2">(ml/min)</font></td>
  596. <td >静脉压<font size="2">(mmHg)</font></td>
  597. <td >跨膜压<font size="2">(mmHg)</font></td>
  598. <td >超滤量<font size="2"> (ml/h)</font></td>
  599. <td >钠浓度<font size="2"> (mmol/L)</font></td>
  600. <td >透析液温度<font size="2"> (℃)</font></td>
  601. <td >置换率<font size="2"> (ml/min)</font></td>
  602. <td >置换量<font size="2"> (L)</font></td>
  603. <td width="" style="min-width:45px;">病情变化</td>
  604. <td width="" style="min-width:120px;">处理</td>
  605. <td width="" style="min-width:45px;">结果</td>
  606. </tr>
  607. <tr v-for="monitor in monitors" :key="monitor.id">
  608. <td>&nbsp;{{monitor.monitoring_date | parseTime('{y}-{m}-{d}')}} {{monitor.monitoring_time}}</td>
  609. <td>&nbsp;{{monitor.systolic_blood_pressure}} / {{monitor.diastolic_blood_pressure}}</td>
  610. <td>&nbsp;{{monitor.pulse_frequency}}</td>
  611. <td>&nbsp;{{monitor.breathing_rate}}</td>
  612. <td>&nbsp;{{monitor.blood_flow_volume}}</td>
  613. <td>&nbsp;{{monitor.venous_pressure}}</td>
  614. <td>&nbsp;{{monitor.transmembrane_pressure}}</td>
  615. <td>&nbsp;{{monitor.ultrafiltration_volume}}</td>
  616. <td>&nbsp;{{monitor.sodium_concentration}}</td>
  617. <td>&nbsp;{{monitor.dialysate_temperature}}</td>
  618. <td>&nbsp;{{monitor.replacement_rate}}</td>
  619. <td>&nbsp;{{monitor.displacement_quantity}}</td>
  620. <td>&nbsp;{{monitor.symptom}}</td>
  621. <td>&nbsp;{{monitor.dispose}}</td>
  622. <td>&nbsp;{{monitor.result}}</td>
  623. </tr>
  624. </tbody>
  625. </table>
  626. <table class="print-table" border="1">
  627. <tbody>
  628. <tr>
  629. <td class="title-box">治疗小结</td>
  630. </tr>
  631. <tr>
  632. <td style="padding-bottom:15px;">
  633. <table class="table-box">
  634. <tbody>
  635. <tr>
  636. <td width="75">透后宣教:</td>
  637. <td width="">
  638. <div class="under-line" style="text-align:left;">&nbsp;{{summary.mission}}</div>
  639. </td>
  640. <td width=""></td>
  641. </tr>
  642. </tbody>
  643. </table>
  644. <table class="table-box">
  645. <tbody>
  646. <tr>
  647. <td width="75">治疗小结</td>
  648. <td width="">
  649. <div class="under-line" style="text-align:left;">&nbsp;{{summary.dialysis_summary}}</div>
  650. </td>
  651. </tr>
  652. </tbody>
  653. </table>
  654. <!-- <table class="table-box">
  655. <tbody>
  656. <tr>
  657. <td width="75">
  658. 换药护士
  659. </td>
  660. <td width="90">
  661. <div class="under-line">&nbsp; </div>
  662. </td>
  663. <td width=""></td>
  664. <td width="75">治疗护士</td>
  665. <td width="90">
  666. <div class="under-line">&nbsp;</div>
  667. </td>
  668. <td width=""></td>
  669. <td width="75">核对人员</td>
  670. <td width="90">
  671. <div class="under-line">&nbsp;</div>
  672. </td>
  673. <td width=""></td>
  674. <td width="75">下机护士</td>
  675. <td width="90">
  676. <div class="under-line">&nbsp;</div>
  677. </td>
  678. <td width=""></td>
  679. <td width="75">治疗医生</td>
  680. <td width="90">
  681. <div class="under-line">&nbsp;</div>
  682. </td>
  683. </tr>
  684. </tbody>
  685. </table> -->
  686. </td>
  687. </tr>
  688. </tbody>
  689. </table>
  690. </div>
  691. </div>