Elizabeth's proactive approach involves introducing urinal toilet attachment , an ingenious concept that optimizes space and functionality.

DialysisPrintOrdersixtySeven.vue 60KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598
  1. <template>
  2. <div>
  3. <div id="dialysis-print-box-1">
  4. <div
  5. id="dialysis-print-box-1-1"
  6. class="dialysis-print-order print-template-two print_page_main_content"
  7. >
  8. <div style="display: inline-block; width: 100%; text-align: center">
  9. <div
  10. class="order-yy-name"
  11. style="
  12. letter-spacing: 0;
  13. font-weight: 600;
  14. font-size: 22px;
  15. display: inline-block;
  16. "
  17. >
  18. {{ orgname }}
  19. </div>
  20. <div
  21. class="order-title"
  22. style="
  23. letter-spacing: 0;
  24. font-weight: 600;
  25. font-size: 22px;
  26. display: inline-block;
  27. "
  28. >
  29. 血液净化治疗记录单
  30. </div>
  31. <div class="infoTitle"> 透前情况</div>
  32. <div style="margin: 10px 0px;">
  33. <table class="table" border="1"
  34. style="border-collapse: collapse;text-align: left;width: 100%;
  35. ">
  36. <tr>
  37. <td>姓名:{{ patientInfo.name }}</td>
  38. <td>性别: {{ patientInfo_gender_1 ? "男" : "女" }}</td>
  39. <td>年龄:{{ getAge(patientInfo) }}岁</td>
  40. <td>门诊号: {{
  41. patientInfo.dialysis_no
  42. ? patientInfo.dialysis_no
  43. : "/"
  44. }}</td>
  45. </tr>
  46. <tr>
  47. <td>病床床号:
  48. <span>
  49. {{
  50. dialysisOrder &&
  51. dialysisOrder.DeviceNumber &&
  52. dialysisOrder.DeviceNumber.number.length > 0
  53. ? dialysisOrder.DeviceNumber.number
  54. : patientInfo.DialysisSchedule.device_number.number
  55. }}
  56. </span>
  57. </td>
  58. <td>治疗时间:{{getTime(prescription.record_date,"{y}-{m}-{d}") }}</td>
  59. <td>干体重:{{ predialysis.dry_weight ? predialysis.dry_weight : "/" }}kg</td>
  60. <td>上次透后体重:
  61. {{lastafterdialysis.weight_after?lastafterdialysis.weight_after:"未称重"}}kg
  62. </td>
  63. </tr>
  64. <tr>
  65. <td>透前体重:
  66. {{
  67. predialysis.weight_before ? predialysis.weight_before : "/"
  68. }}kg
  69. </td>
  70. <td>透析总次数:{{ patientInfo.total_dialysis + patientInfo.user_sys_before_count }}次</td>
  71. <td colspan="2">患者评估:
  72. 入科方式:
  73. <span v-if="receiverTreatmentAccess.way == 1">步行</span>
  74. <span v-if="receiverTreatmentAccess.way == 2">扶行</span>
  75. <span v-if="receiverTreatmentAccess.way == 3">轮椅</span>
  76. <span v-if="receiverTreatmentAccess.way == 4">平车</span>
  77. 意识:
  78. <span v-if="receiverTreatmentAccess.consciousness == 1">清醒</span>
  79. <span v-if="receiverTreatmentAccess.consciousness == 2">嗜睡</span>
  80. <span v-if="receiverTreatmentAccess.consciousness == 4">模糊</span>
  81. <span v-if="receiverTreatmentAccess.consciousness == 3">昏迷</span>
  82. </td>
  83. </tr>
  84. <tr>
  85. <td colspan="4">
  86. <span style="width: 14%;">血管通路: {{ predialysis.blood_access_part_opera_name }}</span>
  87. <span style="width: 14%;">部位:{{ predialysis.blood_access_part_id }}</span>
  88. <span style="width: 14%;">通路评估:
  89. 内瘘:
  90. <span v-if="predialysis.internal_fistula.indexOf('自体内瘘') >-1">自体内瘘</span>
  91. <span v-if="predialysis.internal_fistula.indexOf('震颤-存在') >-1">震颤-存在</span>
  92. <span v-if="predialysis.internal_fistula.indexOf('震颤-减弱') >-1">震颤-减弱</span>
  93. <span v-if="predialysis.internal_fistula.indexOf('震颤-无') >-1">震颤-无</span>
  94. </span>
  95. <!-- <span style="width: 14%;">震颤:</span>
  96. <span style="width: 14%;">外观:</span> -->
  97. <span style="width: 14%;">置换方式:
  98. {{
  99. getDisplaceLiquiPart(prescription.displace_liqui_part)
  100. }}
  101. </span>
  102. <span style="width: 14%;">置换总量:
  103. {{ prescription.displace_liqui_value ? prescription.displace_liqui_value : "/" }}
  104. </span>
  105. </td>
  106. </tr>
  107. <tr>
  108. <td colspan="4">
  109. <div>
  110. 透前生命体征:
  111. T <span>
  112. {{predialysis.temperature
  113. ? predialysis.temperature : "/"
  114. }} ℃
  115. </span>&nbsp;
  116. P <span>
  117. {{
  118. predialysis.pulse_frequency
  119. ? predialysis.pulse_frequency
  120. : "/"
  121. }}次/分
  122. </span>&nbsp;
  123. R <span>
  124. {{
  125. predialysis.breathing_rate
  126. ? predialysis.breathing_rate
  127. : "/"
  128. }}次/分
  129. </span>&nbsp;
  130. BP <span>
  131. {{predialysis.systolic_blood_pressure ? predialysis.systolic_blood_pressure : "/"}} /
  132. {{ predialysis.diastolic_blood_pressure ? predialysis.diastolic_blood_pressure : '/' }}mmHg
  133. </span>&nbsp;
  134. </div>
  135. </td>
  136. </tr>
  137. </table>
  138. </div>
  139. <div class="infoTitle">透析处方</div>
  140. <div style="margin: 10px 0px;">
  141. <table class="table" border="1"
  142. style="border-collapse: collapse;text-align: left;width: 100%;
  143. ">
  144. <tr>
  145. <td>治疗模式:
  146. <span v-if="prescription.mode_id == 1">HD</span>
  147. <span v-if="prescription.mode_id == 2">HDF</span>
  148. <span v-if="prescription.mode_id == 3">HD+HP</span>
  149. <span v-if="prescription.mode_id == 4">HP</span>
  150. <span v-if="prescription.mode_id == 5">HF</span>
  151. <span v-if="prescription.mode_id == 6">SCUF</span>
  152. <span v-if="prescription.mode_id == 7">IUF</span>
  153. <span v-if="prescription.mode_id == 8">HFHD</span>
  154. <span v-if="prescription.mode_id == 9"> HFHD+HP</span>
  155. <span v-if="prescription.mode_id == 10">PHF</span>
  156. <span v-if="prescription.mode_id == 11">HFR</span>
  157. <span v-if="prescription.mode_id == 12">HDF+HP</span>
  158. <span v-if="prescription.mode_id == 13">CRRT</span>
  159. <span v-if="prescription.mode_id == 14">腹水回输</span>
  160. <span v-if="prescription.mode_id == 15">HD前置换</span>
  161. <span v-if="prescription.mode_id == 16">HD后置换</span>
  162. <span v-if="prescription.mode_id == 17">HDF前置换</span>
  163. <span v-if="prescription.mode_id == 18">HDF后置换</span>
  164. <span v-if="prescription.mode_id == 19"> IUF+HD</span>
  165. <span v-if="prescription.mode_id == 22"> 血浆胆红素吸附+HDF</span>
  166. <span v-if="prescription.mode_id == 23"> 血浆胆红素吸附</span>
  167. <span v-if="prescription.mode_id == 24">I-HDF</span>
  168. <span v-if="prescription.mode_id == 25"> HD高通</span>
  169. <span v-if="prescription.mode_id == 29"> PE</span>
  170. <span v-if="prescription.mode_id == 30">血浆胆红素吸附+HP</span>
  171. </td>
  172. <td>
  173. 透析时长:
  174. {{ prescription.dialysis_duration_hour ? prescription.dialysis_duration_hour : "0" }} h
  175. {{ prescription.dialysis_duration_minute ? prescription.dialysis_duration_minute : "0" }} min
  176. </td>
  177. <td>预超:{{prescription.target_ultrafiltration }}L</td>
  178. <td>血流量:{{ prescription.blood_flow_volume ? prescription.blood_flow_volume : "/" }}ml/min</td>
  179. </tr>
  180. <tr>
  181. <td colspan="4">抗凝剂:
  182. {{prescription.anticoagulant_name?prescription.anticoagulant_name : "/"}}
  183. 首剂:{{ prescription.anticoagulant_shouji ? prescription.anticoagulant_shouji: ""}}
  184. <span>
  185. <span v-if="prescription.anticoagulant == 4">iu</span>
  186. <span v-if="prescription.anticoagulant == 3">iu</span>
  187. <span v-if="prescription.anticoagulant == 2">mg</span>
  188. <span v-if="prescription.anticoagulant == 5">ml</span>
  189. <span v-if="prescription.anticoagulant == 6">iu</span>
  190. <span v-if="prescription.anticoagulant == 7">iu</span>
  191. <span v-if="prescription.anticoagulant == 8">iu</span>
  192. <span v-if="prescription.anticoagulant == 9">iu</span>
  193. <span v-if="prescription.anticoagulant == 10">iu</span>
  194. <span v-if="prescription.anticoagulant == 11">iu</span>
  195. <span v-if="prescription.anticoagulant == 13">iu</span>
  196. </span>
  197. 维持:{{prescription.anticoagulant_weichi? prescription.anticoagulant_weichi : ""}}
  198. <span v-if="prescription.anticoagulant == 2">mg/h</span>
  199. <span v-if="prescription.anticoagulant == 3">iu/h</span>
  200. <span v-if="prescription.anticoagulant == 4">ml</span>
  201. <span v-if="prescription.anticoagulant == 5">ml/h</span>
  202. <span v-if="prescription.anticoagulant == 6">iu/h</span>
  203. <span v-if="prescription.anticoagulant == 7">iu/h</span>
  204. <span v-if="prescription.anticoagulant == 8">iu/h</span>
  205. <span v-if="prescription.anticoagulant == 9">iu/h</span>
  206. <span v-if="prescription.anticoagulant == 10">iu/h</span>
  207. <span v-if="prescription.anticoagulant == 11">iu/h</span>
  208. <span v-if="prescription.anticoagulant == 13">iu/h</span>
  209. 总量:{{prescription.anticoagulant_zongliang? prescription.anticoagulant_zongliang: ""}}
  210. <span v-if="prescription.anticoagulant == 2">mg</span>
  211. <span v-if="prescription.anticoagulant == 3">iu</span>
  212. <span v-if="prescription.anticoagulant == 4">ml</span>
  213. <span v-if="prescription.anticoagulant == 5">ml</span>
  214. <span v-if="prescription.anticoagulant == 6">iu</span>
  215. <span v-if="prescription.anticoagulant == 7">iu</span>
  216. <span v-if="prescription.anticoagulant == 8">iu</span>
  217. <span v-if="prescription.anticoagulant == 9">iu</span>
  218. <span v-if="prescription.anticoagulant == 10">iu</span>
  219. <span v-if="prescription.anticoagulant == 11">iu</span>
  220. <span v-if="prescription.anticoagulant == 13">iu</span>
  221. </td>
  222. </tr>
  223. <tr>
  224. <td colspan="2">透析机:{{predialysis.machine_type ? predialysis.machine_type : ""}}</td>
  225. <td colspan="2">透析器/灌流器:
  226. {{ prescription.dialysis_dialyszers ? prescription.dialysis_dialyszers : "/" }}
  227. {{ prescription.dialysis_irrigation ? prescription.dialysis_irrigation : "/" }}
  228. </td>
  229. </tr>
  230. <tr>
  231. <td colspan="4">
  232. <span style="width: 14%;">透析液:
  233. 流量: {{prescription.dialysate_flow?prescription.dialysate_flow:"" }} ml/min
  234. 温度: {{ prescription.dialysate_temperature }} ℃
  235. 钾:{{ prescription.kalium }} mmol/L
  236. 钠:{{ prescription.sodium }} mmol/L
  237. 钙:{{ prescription.calcium }} mmol/L
  238. 碳酸氢盐: {{ prescription.bicarbonate }} mmol/L
  239. CI : 109 mmol/L
  240. Mg: 0.5mmol/L
  241. </span>
  242. </td>
  243. </tr>
  244. <tr>
  245. <td colspan="2"></td>
  246. <td colspan="2">
  247. 处方医生:
  248. <span
  249. style="height: 30px; display: inline-block">
  250. {{ getAdminUser(doctor_advices[0].advice_doctor) }}
  251. </span>
  252. <!-- <img
  253. style="height: 60px; width:30%"
  254. :src="setAdminUserES(doctor_advices[0].advice_doctor)"
  255. alt=""
  256. srcset=""
  257. v-else
  258. /> -->
  259. </td>
  260. </tr>
  261. </table>
  262. </div>
  263. <div class="infoTitle">透析记录</div>
  264. <div style="margin: 10px 0px;">
  265. <table class="table" border="1"
  266. style="border-collapse: collapse;width: 100%;"
  267. >
  268. <tr>
  269. <th rowspan="2" width="50">时间</th>
  270. <th colspan="3" style="text-align: center;">生命体征</th>
  271. <th colspan="7" style="text-align: center;">机器数据</th>
  272. <th rowspan="2" width="170">备注</th>
  273. <th rowspan="2" width="80">签名</th>
  274. </tr>
  275. <tr>
  276. <th width="70">血压<br>mmHg</th>
  277. <th width="40">呼吸<br>次/分</th>
  278. <th width="40">心率<br>次/分</th>
  279. <th width="50">血流量<br>ml/min</th>
  280. <th width="50">静脉压<br>mmHg</th>
  281. <th width="50">透析液<br>温度℃</th>
  282. <th width="50">置换率<br>L/h</th>
  283. <th width="50">超滤量<br>ml</th>
  284. <th width="50">超滤率<br>ml/h</th>
  285. <th width="50">电导率<br>ms/cm</th>
  286. </tr>
  287. <tr v-for="(monitor, monindex) in monitors" :key="monindex">
  288. <td>{{ getTime(monitor.operate_time, "{h}:{i}") }}</td>
  289. <td>{{monitor.systolic_blood_pressure? monitor.systolic_blood_pressure + "/": ""}}
  290. {{monitor.diastolic_blood_pressure? monitor.diastolic_blood_pressure: ""}}</td>
  291. <td>{{monitor.breathing_rate ? monitor.breathing_rate : ""}}</td>
  292. <td>{{ monitor.pulse_frequency? monitor.pulse_frequency: ""}}</td>
  293. <td>{{monitor.blood_flow_volume? monitor.blood_flow_volume: ""}}</td>
  294. <td>{{monitor.venous_pressure? monitor.venous_pressure: ""}}</td>
  295. <td>{{monitor.dialysate_temperature? monitor.dialysate_temperature: ""}}</td>
  296. <td>{{monitor.replacement_rate? monitor.replacement_rate: ""}}</td>
  297. <td>{{monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: ""}}</td>
  298. <td>{{monitor.ultrafiltration_rate? monitor.ultrafiltration_rate: ""}}</td>
  299. <td>{{monitor.conductivity? monitor.conductivity: ""}}</td>
  300. <td>
  301. {{monitor.symptom?monitor.symptom:"" }}&nbsp;
  302. {{monitor.dispose? monitor.dispose: ""}}&nbsp;
  303. {{monitor.result? monitor.result: ""}}
  304. </td>
  305. <td>
  306. <span
  307. style="height: 30px; display: inline-block">
  308. {{ getAdminUser(monitor.monitoring_nurse) }}
  309. </span>
  310. <!-- <img v-if="setAdminUserES(monitor.monitoring_nurse) != ''"
  311. style="height: 60px"
  312. :src="setAdminUserES(monitor.monitoring_nurse)"
  313. alt=""
  314. srcset=""
  315. v-else
  316. /> -->
  317. </td>
  318. </tr>
  319. </table>
  320. </div>
  321. <div style="margin-bottom: 10px;">
  322. <table class="table" border="1"
  323. style="border-collapse: collapse;text-align: center;width: 100%;"
  324. >
  325. <tr>
  326. <th width="10%">开立时间</th>
  327. <th width="45%">医嘱内容</th>
  328. <th width="10%">医生签名</th>
  329. <th width="10%">执行时间</th>
  330. <th width="10%">护士签名</th>
  331. </tr>
  332. <tr
  333. v-for="(advice, advice_index) in doctor_advices"
  334. :key="advice_index"
  335. >
  336. <td height="32px">
  337. <span v-if="advice.start_time">
  338. {{ getTime(advice.start_time, "{h}:{i}") }}
  339. </span>
  340. </td>
  341. <td
  342. height="32px"
  343. class="advice-name"
  344. style="padding-left: 7px"
  345. >
  346. <tr :rowspan="advice.prescriptionChild.length" v-for="(it,key) in advice.prescriptionChild" style="border: none;">
  347. <td style="border: none;">
  348. <span>{{ it.advice_name }}</span>
  349. <span v-if="it && it.advice_desc"
  350. >({{ it.advice_desc
  351. }}{{ it.drug_spec_unit }})</span
  352. >
  353. <span v-if="it.prescribing_number"
  354. >&nbsp;&nbsp; {{ it.prescribing_number
  355. }}{{ it.prescribing_number_unit }}</span
  356. >
  357. <span v-if="it.single_dose != 0"
  358. >{{ it.single_dose
  359. }}{{ it.single_dose_unit }}</span
  360. >
  361. <span>{{ it.delivery_way}}</span>
  362. <span>{{
  363. it.execution_frequency
  364. }}</span>
  365. <span v-if="it.remark.length > 0"
  366. >({{ it.remark }})</span
  367. >
  368. </td>
  369. </tr>
  370. </td>
  371. <td height="32px">
  372. <span>
  373. {{ getAdminUser(advice.advice_doctor) }}
  374. </span>
  375. </td>
  376. <td height="32px">
  377. <span v-if="advice.execution_time">{{
  378. getTime(advice.execution_time, "{h}:{i}")
  379. }}</span>
  380. </td>
  381. <td height="32px">
  382. <span>
  383. {{ getAdminUser(advice.execution_staff) }}
  384. </span>
  385. </td>
  386. </tr>
  387. </table>
  388. </div>
  389. <div class="infoTitle">透后情况</div>
  390. <div style="margin: 10px 0px;">
  391. <table class="table" border="1"
  392. style="border-collapse: collapse;text-align: left;width: 100%;
  393. ">
  394. <tr>
  395. <td>透后体重:
  396. {{
  397. afterdialysis.weight_after
  398. ? parseFloat(
  399. afterdialysis.weight_after -
  400. afterdialysis.additional_weight
  401. ).toFixed(1)
  402. : "/"
  403. }} kg
  404. </td>
  405. <td>实超:{{ afterdialysis.actual_ultrafiltration }}ml</td>
  406. <td>实际治疗时长:
  407. {{
  408. afterdialysis.actual_treatment_hour
  409. ? afterdialysis.actual_treatment_hour
  410. : "0"
  411. }}小时{{
  412. afterdialysis.actual_treatment_minute
  413. ? afterdialysis.actual_treatment_minute
  414. : "0"
  415. }}分钟
  416. </td>
  417. <td>下机时间:
  418. {{ getTime(dialysisOrder.end_time, "{y}-{m}-{d} {h}:{i}") ? getTime(dialysisOrder.end_time, "{y}-{m}-{d} {h}:{i}") : "0" }}
  419. </td>
  420. </tr>
  421. <tr>
  422. <td colspan="4">
  423. <div>
  424. 透后生命体征:
  425. T: <span>
  426. {{ afterdialysis.temperature }} ℃
  427. </span>&nbsp;
  428. P: <span>
  429. {{ afterdialysis.pulse_frequency }} 次/分
  430. </span>&nbsp;
  431. R: <span>
  432. {{ afterdialysis.breathing_rate }} 次/分
  433. </span>&nbsp;
  434. BP: <span>
  435. {{ afterdialysis.systolic_blood_pressure }} / {{ afterdialysis.diastolic_blood_pressure }}mmHg
  436. </span>&nbsp;
  437. </div>
  438. </td>
  439. </tr>
  440. <tr>
  441. <td colspan="4">
  442. <span>通路评估:
  443. 内瘘:{{
  444. afterdialysis.internal_fistula
  445. ? afterdialysis.internal_fistula
  446. : ""
  447. }}
  448. 导管:{{
  449. afterdialysis.catheter ? afterdialysis.catheter : ""
  450. }}
  451. </span>
  452. </td>
  453. </tr>
  454. </table>
  455. </div>
  456. <div class="infoTitle">治疗小结</div>
  457. <div style="height: 80px;margin: 10px 0px;text-align: left;">
  458. <span>治疗小结:{{summary.dialysis_summary?summary.dialysis_summary:'/'}}</span>
  459. </div>
  460. <div style="text-align: left;width: 100%;">
  461. <table>
  462. <tr>
  463. <td width="8%">上机护士:</td>
  464. <td width="10%">
  465. <div>
  466. <span>
  467. {{
  468. getAdminUser(
  469. dialysisOrder == null
  470. ? 0
  471. : dialysisOrder.start_nurse
  472. )
  473. }}</span>
  474. </div>
  475. </td>
  476. <td width="8%">核对护士:</td>
  477. <td width="10%">
  478. <span>{{getAdminUser(check==null?0:check.modifier)}}</span>
  479. <!-- <img style="height:65px;width: 90%;" :src="setAdminUserES(dialysisOrder==null?0:dialysisOrder.finish_nurse)" alt="" srcset="" v-else> -->
  480. </td>
  481. <td width="8%">下机护士:</td>
  482. <td width="10%">
  483. <span>{{getAdminUser(dialysisOrder==null?0:dialysisOrder.finish_nurse)}}</span>
  484. <!-- <img style="height:65px;width: 90%;" :src="setAdminUserES(dialysisOrder==null?0:dialysisOrder.finish_nurse)" alt="" srcset="" v-else> -->
  485. </td>
  486. <td width="5%">医生:</td>
  487. <td width="10%">
  488. <span>{{getAdminUser(prescription.creater)}}</span>
  489. <!-- <img style="height:65px;width: 90%;" :src="setAdminUserES(prescription.creater)" alt="" srcset="" v-else> -->
  490. </td>
  491. </tr>
  492. </table>
  493. </div>
  494. </div>
  495. </div>
  496. </div>
  497. </div>
  498. </template>
  499. <script>
  500. import CheckBox from "../batch_print/option_check_box";
  501. import { getDialysisRecord } from "@/api/dialysis";
  502. import { getDataConfig } from "@/utils/data";
  503. import { jsGetAge, uParseTime } from "@/utils/tools";
  504. import LabelBox from "../printItem/LabelBox";
  505. import BreadCrumb from "@/xt_pages/components/bread-crumb";
  506. // import DialysisPrintOrderOne from './template/dialysisPrintOrderOne'
  507. // import DialysisPrintOrderTwo from './template/dialysisPrintOrderTwo'
  508. import print from "print-js";
  509. export default {
  510. name: "dialysisPrintOrderSix",
  511. props: ["childResponse"],
  512. components: {
  513. // DialysisPrintOrderOne,
  514. // DialysisPrintOrderTwo,
  515. CheckBox,
  516. LabelBox,
  517. BreadCrumb,
  518. },
  519. data() {
  520. return {
  521. way_arr: [],
  522. consciousness_arr: [],
  523. appetite_arr: [],
  524. posture_arr: [],
  525. sick_condition_arr: [],
  526. precaution_arr: [],
  527. intake_arr: [],
  528. nutrition_arr: [],
  529. crumbs: [
  530. { path: false, name: "透析管理" },
  531. { path: false, name: "打印单" },
  532. ],
  533. operators: [],
  534. adminUser: [],
  535. check: {},
  536. xtdate: "",
  537. dialysisOrder: {
  538. DeviceNumber: [],
  539. },
  540. displaceLiquiPartOptions: [],
  541. operatorMaps: {},
  542. complications: [
  543. "低血压",
  544. "高血压",
  545. "心律失常",
  546. "头晕",
  547. "头痛",
  548. "呕吐",
  549. "抽搐",
  550. "出血",
  551. "心衰",
  552. "腹痛",
  553. ],
  554. jilurow: 0,
  555. advice_jilurow: 0,
  556. loading: false,
  557. orgname: "",
  558. patientInfo_gender_1: false,
  559. patientInfo_gender_2: false,
  560. patientInfo_source_2: false,
  561. patientInfo_source_1: false,
  562. modeOptions: {},
  563. replacementWays: [],
  564. perfusionApparatus: [],
  565. anticoagulantsConfit: {},
  566. bloodAccessParOpera: {},
  567. dialysateFormulationOptions: {},
  568. totollength: 0,
  569. queryParams: {
  570. xtdate: "",
  571. xtno: "",
  572. patient_id:0,
  573. },
  574. patientInfo: {
  575. birth: "",
  576. age: "",
  577. DialysisSchedule: {
  578. device_number: { number: "" },
  579. device_zone: { name: "" },
  580. },
  581. gender: 0,
  582. },
  583. predialysis: {
  584. score: "",
  585. internal_fistula: "",
  586. internal_fistula_skin: "",
  587. catheter: "",
  588. blood_access_part_opera_name: "",
  589. },
  590. afterdialysis: {
  591. complications_index: "",
  592. },
  593. lastafterdialysis: {},
  594. prescription: {
  595. dialysate_formulation_name: "",
  596. device: {},
  597. },
  598. advices: [],
  599. users: [],
  600. monitors: [],
  601. monitors2: [],
  602. summary: {},
  603. receiverTreatmentAccess: {},
  604. org_template_info: {},
  605. doctor_advices: [],
  606. doctor_advices_2: [],
  607. advice_groups: [],
  608. advice_groups_2: [],
  609. print_length: 0,
  610. blood_access_part: [],
  611. blood_access_part_opera: [],
  612. AlPanel: {
  613. id: 0,
  614. name: "",
  615. type: 1,
  616. shouji: 2,
  617. weichi: 2,
  618. zongliang: 2,
  619. gaimingcheng: -1,
  620. gaijiliang: -1,
  621. shouji_unit: "mg",
  622. weichi_unit: "mg/h",
  623. zongliang_unit: "mg",
  624. gaimingcheng_unit: "",
  625. gaijiliang_unit: "",
  626. },
  627. org_id: 0,
  628. };
  629. },
  630. methods: {
  631. // 获取当前年份,用于年龄计算
  632. getoldAge() {
  633. let date = new Date();
  634. let year = date.getFullYear();
  635. let year_d =
  636. this.xtdate.split("-")[0] - this.patientInfo.birth.split("-")[0];
  637. let year_m = this.xtdate.split("-")[1];
  638. let birth_m = this.patientInfo.birth.split("-")[1];
  639. let year_date = this.xtdate.split("-")[2];
  640. let birth_date = this.patientInfo.birth.split("-")[2];
  641. // console.log(year,'今年年月')
  642. // console.log(this.xtdate.split('-'),'病人就诊年月')
  643. console.log(this.patientInfo.birth, "病人生日");
  644. // console.log(year_d,'year_d')
  645. if (year_m < birth_m) {
  646. return year_d - 1;
  647. } else if (year_m == birth_m) {
  648. if (year_date < birth_date) {
  649. return year_d - 1;
  650. } else {
  651. return year_d;
  652. }
  653. } else {
  654. return year_d;
  655. }
  656. },
  657. checkData() {
  658. if (this.receiverTreatmentAccess.way == 0) {
  659. this.$message.error("入科方式未填");
  660. } else if (this.predialysis.symptom_before_dialysis == "") {
  661. this.$message.error("透前症状未填");
  662. } else if (this.predialysis.temperature == "") {
  663. this.$message.error("透前体温未填");
  664. } else if (this.predialysis.pulse_frequency == "") {
  665. this.$message.error("透前脉搏未填");
  666. } else if (this.predialysis.breathing_rate == "") {
  667. this.$message.error("透前呼吸频率未填");
  668. } else if (
  669. this.predialysis.systolic_blood_pressure == 0 ||
  670. this.predialysis.diastolic_blood_pressure == 0
  671. ) {
  672. this.$message.error("透前血压未填完整");
  673. } else if (this.predialysis.puncture_way == "") {
  674. this.$message.error("穿刺方式未填");
  675. } else if (this.predialysis.puncture_needle == "") {
  676. this.$message.error("穿刺针未填");
  677. } else if (
  678. this.predialysis.blood_access_part_id == "" &&
  679. this.predialysis.blood_access_part_opera_name == ""
  680. ) {
  681. this.$message.error("血管通路未填");
  682. } else if (this.predialysis.internal_fistula == "") {
  683. this.$message.error("透前内瘘未填");
  684. } else if (this.predialysis.catheter == "") {
  685. this.$message.error("透前导管未填");
  686. } else if (this.prescription.mode_id == "") {
  687. this.$message.error("透析方式未填");
  688. } else if (
  689. this.prescription.displace_liqui_part == 0 &&
  690. this.prescription.mode_id == 2
  691. ) {
  692. this.$message.error("置换方式未填");
  693. } else if (
  694. this.prescription.displace_liqui_value == 0 &&
  695. this.prescription.mode_id == 2
  696. ) {
  697. this.$message.error("置换量未填");
  698. } else if (this.prescription.blood_flow_volume == 0) {
  699. this.$message.error("血流量未填");
  700. } else if (
  701. this.prescription.dialysis_duration_hour == 0 &&
  702. this.prescription.dialysis_duration_minute == 0
  703. ) {
  704. this.$message.error("透析时间未填");
  705. } else if (
  706. this.prescription.dialyzer_perfusion_apparatus == "" &&
  707. this.prescription.dialysis_dialyszers == ""
  708. ) {
  709. this.$message.error("透析器未填");
  710. } else if (this.prescription.dialysis_irrigation == "") {
  711. this.$message.error("灌流器未填");
  712. } else if (
  713. this.prescription.plasma_separator == "" &&
  714. this.org_id == 9538
  715. ) {
  716. this.$message.error("血浆分离器未填");
  717. } else if (
  718. this.prescription.bilirubin_adsorption_column == "" &&
  719. this.org_id == 9538
  720. ) {
  721. this.$message.error("胆红素吸附柱未填");
  722. } else if (this.predialysis.weight_before == 0) {
  723. this.$message.error("透前体重未填");
  724. } else if (this.predialysis.dry_weight == 0) {
  725. this.$message.error("干体重未填");
  726. } else if (this.prescription.target_ultrafiltration == 0) {
  727. this.$message.error("计划超滤量未填");
  728. } else if (this.prescription.calcium == 0) {
  729. this.$message.error("钙未填");
  730. } else if (this.prescription.sodium == 0) {
  731. this.$message.error("钠未填");
  732. } else if (this.prescription.kalium == 0) {
  733. this.$message.error("钾未填");
  734. } else if (this.prescription.bicarbonate == 0) {
  735. this.$message.error("碳酸氢根未填");
  736. } else if (this.prescription.dialysate_flow == 0) {
  737. this.$message.error("透析液流量未填");
  738. } else if (this.prescription.anticoagulant == 0) {
  739. this.$message.error("抗凝剂未填");
  740. } else if (
  741. this.prescription.anticoagulant_gaimingcheng == "" &&
  742. this.prescription.anticoagulant == 5
  743. ) {
  744. this.$message.error("钙名称未填");
  745. } else if (
  746. this.prescription.anticoagulant_gaijiliang == "" &&
  747. this.prescription.anticoagulant == 5
  748. ) {
  749. this.$message.error("钙剂量未填");
  750. } else if (this.afterdialysis.temperature == 0) {
  751. this.$message.error("透后体温未填");
  752. } else if (this.afterdialysis.pulse_frequency == 0) {
  753. this.$message.error("透后脉搏未填");
  754. } else if (this.afterdialysis.breathing_rate == 0) {
  755. this.$message.error("透后呼吸频率未填");
  756. } else if (
  757. this.afterdialysis.systolic_blood_pressure == 0 ||
  758. this.afterdialysis.diastolic_blood_pressure == 0
  759. ) {
  760. this.$message.error("透后血压未填完整");
  761. } else if (
  762. this.afterdialysis.actual_treatment_hour == 0 &&
  763. this.afterdialysis.actual_treatment_minute == 0
  764. ) {
  765. this.$message.error("实际治疗时间未填");
  766. } else if (this.afterdialysis.cruor == "") {
  767. this.$message.error("透析器凝血未填");
  768. } else if (this.afterdialysis.internal_fistula == "") {
  769. this.$message.error("透后内瘘未填");
  770. } else if (this.afterdialysis.catheter == "") {
  771. this.$message.error("透后导管未填");
  772. } else if (this.afterdialysis.weight_after == 0) {
  773. this.$message.error("透后体重未填");
  774. } else if (this.afterdialysis.weight_loss == 0) {
  775. this.$message.error("透后体重减少未填");
  776. } else if (this.afterdialysis.dialysis_intakes == 0) {
  777. this.$message.error("透析中入量未填");
  778. } else if (this.afterdialysis.actual_ultrafiltration == 0) {
  779. this.$message.error("实际超滤量未填");
  780. } else if (this.summary.dialysis_summary == "") {
  781. this.$message.error("透析小结未填");
  782. } else if (
  783. this.dialysisOrder == null ||
  784. this.dialysisOrder.puncture_nurse == 0
  785. ) {
  786. this.$message.error("穿刺护士未填");
  787. } else if (
  788. this.dialysisOrder == null ||
  789. this.dialysisOrder.start_nurse == 0
  790. ) {
  791. this.$message.error("治疗护士未填");
  792. } else if (this.dialysisOrder == null && this.check.creater == 0) {
  793. this.$message.error("核对人员未填");
  794. } else if (
  795. this.dialysisOrder != null &&
  796. this.dialysisOrder.start_nurse == this.check.modifier &&
  797. this.check.creater == 0
  798. ) {
  799. this.$message.error("核对人员未填");
  800. } else if (
  801. this.dialysisOrder != null &&
  802. this.dialysisOrder.start_nurse == this.check.creater &&
  803. this.check.modifier == 0
  804. ) {
  805. this.$message.error("核对人员未填");
  806. } else if (
  807. this.dialysisOrder != null &&
  808. this.dialysisOrder.start_nurse != this.check.creater &&
  809. this.dialysisOrder.start_nurse != this.check.modifier &&
  810. this.check.creater == 0
  811. ) {
  812. this.$message.error("核对人员未填");
  813. } else if (
  814. this.dialysisOrder == null ||
  815. this.dialysisOrder.finish_nurse == 0
  816. ) {
  817. this.$message.error("下机护士未填");
  818. } else if (this.prescription.creater == 0) {
  819. this.$message.error("医生签名未填");
  820. } else if (this.tableAdvice.length > 0) {
  821. let num = 0;
  822. this.tableAdvice.map((item) => {
  823. if (item.id > 0 && (item.created_time || item.start_time)) {
  824. this.users.map((it) => {
  825. if (it.id == item.advice_doctor) {
  826. if (it.user_type == 3) {
  827. num++;
  828. this.$message.closeAll();
  829. this.$message.error("存在不是医生保存的医嘱");
  830. } else if (
  831. it.id == item.execution_staff &&
  832. item.execution_staff > 0
  833. ) {
  834. if (it.user_type == 2) {
  835. num++;
  836. this.$message.closeAll();
  837. this.$message.error("存在不是护士执行的医嘱");
  838. }
  839. } else if (it.id == item.checker && item.checker > 0) {
  840. if (it.user_type == 2) {
  841. num++;
  842. this.$message.closeAll();
  843. this.$message.error("存在不是护士核对的医嘱");
  844. }
  845. }
  846. } else if (
  847. it.id == item.execution_staff &&
  848. item.execution_staff > 0
  849. ) {
  850. if (it.user_type == 2) {
  851. num++;
  852. this.$message.closeAll();
  853. this.$message.error("存在不是护士执行的医嘱");
  854. }
  855. } else if (it.id == item.checker && item.checker > 0) {
  856. if (it.user_type == 2) {
  857. num++;
  858. this.$message.closeAll();
  859. this.$message.error("存在不是护士核对的医嘱");
  860. }
  861. }
  862. });
  863. }
  864. });
  865. if (num == 0) {
  866. this.$message.success("核对完成");
  867. }
  868. } else {
  869. this.$message.success("核对完成");
  870. }
  871. },
  872. getDisplaceLiquiPart: function (val) {
  873. let displace_liqui_part_name = "/";
  874. const displace_liqui_part = this.displaceLiquiPartOptions;
  875. for (let i = 0; i < displace_liqui_part.length; i++) {
  876. if (displace_liqui_part[i].id == val) {
  877. displace_liqui_part_name = displace_liqui_part[i].name;
  878. }
  879. }
  880. return displace_liqui_part_name;
  881. },
  882. replacementWaysById: function (val) {
  883. let replacementWaysname = "/";
  884. // let vascular_access = getDataConfig('hemodialysis', 'vascular_access')
  885. for (let i = 0; i < this.replacementWays.length; i++) {
  886. if (this.replacementWays[i].id == val) {
  887. replacementWaysname = this.replacementWays[i].name;
  888. }
  889. }
  890. return replacementWaysname;
  891. },
  892. QueryPartById: function (val) {
  893. let vascular_access_part_name = "/";
  894. const vascular_access = getDataConfig("hemodialysis", "vascular_access");
  895. for (let i = 0; i < vascular_access.length; i++) {
  896. if (vascular_access[i].id == val) {
  897. vascular_access_part_name = vascular_access[i].name;
  898. }
  899. }
  900. return vascular_access_part_name;
  901. },
  902. getAdminUser(id) {
  903. if (id == 0) {
  904. return "";
  905. }
  906. if (id == undefined) {
  907. return "";
  908. }
  909. for (let i = 0; i < this.adminUser.length; i++) {
  910. if (this.adminUser[i].id == id) {
  911. return this.adminUser[i].name;
  912. }
  913. }
  914. },
  915. getTime(value, temp) {
  916. if (value == 0) {
  917. return "";
  918. }
  919. if (value != undefined) {
  920. return uParseTime(value, temp);
  921. }
  922. return "";
  923. },
  924. getUnit: function (val) {
  925. switch (val) {
  926. case 1:
  927. return "g";
  928. break;
  929. case 2:
  930. return "ml";
  931. break;
  932. }
  933. },
  934. printThisPage() {
  935. var ptime = Math.round(new Date().getTime() / 1000);
  936. this.print_time = uParseTime(ptime, "{y}-{m}-{d} {h}:{i}");
  937. const style =
  938. '@media print {.dialysis-print-order{width:960px;margin:0 auto}.dialysis-print-order .order-yy-name{margin:auto;text-align:center;font-size:20px;letter-spacing:5px}.dialysis-print-order .order-title{margin:auto;font-weight:600;text-align:center;font-size:22px;padding:10px}.dialysis-print-order .table-box{width:100%;line-height:23px;font-size:14px}.dialysis-print-order .print-table{width:100%;text-align:center;border-collapse:collapse;line-height:25px;font-size:14px}.dialysis-print-order .print-table-no{width:100%;text-align:left;border-collapse:collapse;font-size:14px} .dialysis-print-order .under_line {display: inline-block;border-bottom: 1px solid #999;text-align:left;white-space: nowrap;width: 50%;} .dialysis-print-order .title-box{text-align:center;font-size:16px;border:1px solid #666}.dialysis-print-order .radio-lebel-box{font-weight:400;cursor:pointer}.dialysis-print-order .radio-no{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.dialysis-print-order .radio-inner{white-space:nowrap;cursor:pointer;outline:0;display:inline-block;line-height:1;position:relative;vertical-align:middle}.dialysis-print-order .radio-fang{display:inline-block;position:relative;border:1px solid #000;box-sizing:border-box;width:14px;height:14px;background-color:#fff;z-index:1;transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.dialysis-print-order .is-checked-radio::after{content:"√";font-size:15px}}.dialysis-print-order .print-table-no tr td { padding: 8px 5px; line-height: 25px; }.es-img{height: 20px; }.advice-name{text-align: left;}.advice-children{display:flex;} .dialysis-print-order .print-table tr td{padding: 0px 0px;} .print-template-two tr {line-height: 30px;} .title-box-pro{border: 0 #fff;line-height: 40px;height: 40px;text-align: left;padding-left: 10px !important;} .text-align-left{text-align: left !important;padding-left:10px !important;font-size: 14px !important;line-height: 25px;}';
  939. if (this.org_template_info.template_id == 1) {
  940. printJS({
  941. printable: "dialysis-print-box",
  942. type: "html",
  943. style: style,
  944. scanStyles: false,
  945. });
  946. } else if (
  947. this.org_template_info.template_id == 2 ||
  948. this.org_template_info.template_id == 0
  949. ) {
  950. printJS({
  951. printable: "dialysis-print-box-1",
  952. type: "html",
  953. style: style,
  954. scanStyles: false,
  955. });
  956. }
  957. },
  958. getNumber() {
  959. if (this.dialysisOrder != null) {
  960. return (
  961. this.patientInfo.DialysisSchedule.device_zone.name +
  962. this.dialysisOrder.DeviceNumber.number
  963. );
  964. } else {
  965. return (
  966. this.patientInfo.DialysisSchedule.device_zone.name +
  967. this.patientInfo.DialysisSchedule.device_number.number
  968. );
  969. }
  970. },
  971. getXuserName(id) {
  972. if (id <= 0) {
  973. return "";
  974. }
  975. var name = "";
  976. if (this.users == null || typeof this.users.length === "undefined") {
  977. return name;
  978. }
  979. var leng = this.users.length;
  980. if (leng == 0) {
  981. return name;
  982. }
  983. for (let index = 0; index < leng; index++) {
  984. if (this.users[index].id == id) {
  985. name = this.users[index].name;
  986. break;
  987. }
  988. }
  989. return name;
  990. },
  991. setAdminUserES(id) {
  992. if (id == 0) {
  993. return "";
  994. }
  995. if (id in this.operatorMaps) {
  996. return this.operatorMaps[id].url;
  997. } else {
  998. return "";
  999. }
  1000. },
  1001. modeName(mode_id) {
  1002. return typeof this.modeOptions[mode_id] !== "undefined" &&
  1003. typeof this.modeOptions[mode_id].name !== "undefined"
  1004. ? this.modeOptions[mode_id].name
  1005. : "";
  1006. },
  1007. getDialysisRecord() {
  1008. this.loading = true;
  1009. // getDialysisRecord(this.queryParams).then(response => {
  1010. var response = this.childResponse;
  1011. if (response.data.state == 1) {
  1012. this.adminUser = response.data.data.users;
  1013. this.users = response.data.data.users;
  1014. this.patientInfo = response.data.data.patientInfo;
  1015. this.patientInfo.birth = uParseTime(
  1016. this.patientInfo.birthday,
  1017. "{y}-{m}-{d}"
  1018. );
  1019. // console.log(this.patientInfo.birth,'测试生日')
  1020. // this.patientInfo.age = jsGetAge(this.patientInfo.birth, '-')
  1021. if (response.data.data.patientInfo.first_dialysis_date != 0) {
  1022. this.patientInfo.first_dialysis_date = uParseTime(
  1023. response.data.data.patientInfo.first_dialysis_date,
  1024. "{y}-{m}-{d}"
  1025. );
  1026. } else {
  1027. this.patientInfo.first_dialysis_date = "";
  1028. }
  1029. this.check = response.data.data.check;
  1030. this.xtdate = response.data.data.xtdate;
  1031. this.predialysis = response.data.data.PredialysisEvaluation;
  1032. // console.log('透前评估', this.predialysis)
  1033. this.predialysis.blood_access_part_opera_name =
  1034. this.bloodAccessParOperaName(
  1035. this.predialysis.blood_access_part_opera_id
  1036. );
  1037. this.afterdialysis = response.data.data.AssessmentAfterDislysis;
  1038. // console.log('透后体重', this.afterdialysis)
  1039. this.lastafterdialysis = response.data.data.assessmentAfterDislysis;
  1040. // console.log("上次透后体重", this.lastafterdialysis.weight_after);
  1041. this.operators = response.data.data.operators;
  1042. // console.log("operators", this.operators);
  1043. this.dialysisOrder =
  1044. response.data.data.dialysisOrder === null
  1045. ? null
  1046. : response.data.data.dialysisOrder;
  1047. // console.log("上机233232323232", this.dialysisOrder);
  1048. if (this.operators.length > 0) {
  1049. var operatorsLen = this.operators.length;
  1050. for (var index = 0; index < operatorsLen; index++) {
  1051. this.$set(
  1052. this.operatorMaps,
  1053. this.operators[index].creator,
  1054. this.operators[index]
  1055. );
  1056. }
  1057. }
  1058. this.afterdialysis.txqnx = -1;
  1059. if (this.afterdialysis.cruor.indexOf("0度") > -1) {
  1060. this.afterdialysis.txqnx = 0;
  1061. }
  1062. if (this.afterdialysis.cruor.indexOf("Ⅰ度") > -1) {
  1063. this.afterdialysis.txqnx = 1;
  1064. }
  1065. if (this.afterdialysis.cruor.indexOf("Ⅱ度") > -1) {
  1066. this.afterdialysis.txqnx = 2;
  1067. }
  1068. if (this.afterdialysis.cruor.indexOf("Ⅲ度") > -1) {
  1069. this.afterdialysis.txqnx = 3;
  1070. }
  1071. this.afterdialysis.complications =
  1072. this.afterdialysis.complication.split(",");
  1073. this.afterdialysis.complications_other = [];
  1074. this.afterdialysis.complications_index = [];
  1075. var acllen = this.afterdialysis.complications.length;
  1076. for (let index = 0; index < acllen; index++) {
  1077. if (
  1078. this.complications.indexOf(
  1079. this.afterdialysis.complications[index]
  1080. ) >= 0
  1081. ) {
  1082. this.afterdialysis.complications_index.push(
  1083. this.afterdialysis.complications[index]
  1084. );
  1085. } else if (
  1086. this.complications.indexOf(
  1087. this.afterdialysis.complications[index]
  1088. ) < 0 &&
  1089. this.afterdialysis.complications_other.indexOf(
  1090. this.afterdialysis.complications[index]
  1091. ) < 0
  1092. ) {
  1093. this.afterdialysis.complications_other.push(
  1094. this.afterdialysis.complications[index]
  1095. );
  1096. }
  1097. }
  1098. this.afterdialysis.complications_other =
  1099. this.afterdialysis.complications_other.join(",");
  1100. this.prescription = response.data.data.dialysisPrescription;
  1101. // console.log("透析处方", this.prescription);
  1102. this.receiverTreatmentAccess =
  1103. response.data.data.receiverTreatmentAccess;
  1104. this.prescription.mode = this.modeName(this.prescription.mode_id);
  1105. var rwLen = this.replacementWays.length;
  1106. this.prescription.replacement = "";
  1107. for (let index = 0; index < rwLen; index++) {
  1108. if (
  1109. this.replacementWays[index].id == this.prescription.replacement_way
  1110. ) {
  1111. this.prescription.replacement = this.replacementWays[index].name;
  1112. break;
  1113. }
  1114. }
  1115. this.prescription.dialysate_formulation_name =
  1116. this.dialysateFormulationName(
  1117. this.prescription.dialysate_formulation
  1118. );
  1119. var paLen = this.perfusionApparatus.length;
  1120. this.prescription.perfusion_apparatus_name = "";
  1121. for (let index = 0; index < paLen; index++) {
  1122. if (
  1123. this.perfusionApparatus[index].id ==
  1124. this.prescription.perfusion_apparatus
  1125. ) {
  1126. this.prescription.perfusion_apparatus_name =
  1127. this.perfusionApparatus[index].name;
  1128. break;
  1129. }
  1130. }
  1131. var acLen = this.anticoagulantsConfit.length;
  1132. var thisALID = this.prescription.anticoagulant;
  1133. this.prescription.anticoagulant_name = "";
  1134. if (
  1135. typeof this.anticoagulantsConfit[thisALID] !== "undefined" &&
  1136. this.anticoagulantsConfit[thisALID] != null
  1137. ) {
  1138. this.prescription.anticoagulant_name =
  1139. this.anticoagulantsConfit[thisALID].name;
  1140. this.AlPanel = this.anticoagulantsConfit[thisALID];
  1141. }
  1142. this.advices = response.data.data.advices;
  1143. this.tableAdvice = response.data.data.advices;
  1144. // console.log("医嘱数据2222222222", this.advices);
  1145. this.monitors = response.data.data.monitors;
  1146. this.summary = response.data.data.summary;
  1147. this.org_template_info = response.data.data.org_template_info;
  1148. if (this.monitors.length <= 6) {
  1149. var nl = 6;
  1150. this.print_length = 6;
  1151. for (let index = 0; index < nl; index++) {
  1152. if (
  1153. this.monitors[index] == undefined ||
  1154. this.monitors[index].length <= 0
  1155. ) {
  1156. this.monitors2.push([]);
  1157. } else {
  1158. continue;
  1159. }
  1160. }
  1161. }
  1162. var tempmonitorflag = true;
  1163. for (let index = 0; index < this.monitors.length; index++) {
  1164. const monitor = this.monitors[index];
  1165. this.monitors[index].end = "";
  1166. if (Object.keys(monitor).length > 0 && index > 1) {
  1167. if (
  1168. (this.dialysisOrder &&
  1169. monitor.operate_time == this.dialysisOrder.end_time)&&(this.org_id!=10414)
  1170. ) {
  1171. this.monitors[index].end = "【结束透析】";
  1172. tempmonitorflag = false;
  1173. }
  1174. if ((tempmonitorflag && index == this.monitors.length - 1)&&(this.org_id!=10414)) {
  1175. this.monitors[index].end = "【结束透析】";
  1176. }
  1177. }
  1178. }
  1179. this.jilurow = this.monitors.length + 1;
  1180. this.advice_jilurow = this.advices.length + 1;
  1181. var childMap = {};
  1182. for (const index in this.advices) {
  1183. if (this.advices[index].parent_id == 0) {
  1184. continue;
  1185. }
  1186. if (!(this.advices[index].parent_id in childMap)) {
  1187. childMap[this.advices[index].parent_id] = [];
  1188. }
  1189. childMap[this.advices[index].parent_id].push(this.advices[index]);
  1190. }
  1191. var advices = [];
  1192. for (const index in this.advices) {
  1193. if (this.advices[index].parent_id > 0) {
  1194. continue;
  1195. }
  1196. var item = this.advices[index];
  1197. if (item.id in childMap) {
  1198. item.children = childMap[item.id];
  1199. } else {
  1200. item.children = [];
  1201. }
  1202. advices.push(item);
  1203. }
  1204. var leftAdvice = [];
  1205. var rightAdvice = [];
  1206. var adlen = advices.length;
  1207. var halfLen = adlen % 2 == 0 ? adlen / 2 : (adlen + 1) / 2;
  1208. for (var i = 0; i < halfLen; i++) {
  1209. leftAdvice.push(advices[i]);
  1210. rightAdvice.push(advices[i + halfLen]);
  1211. }
  1212. if (halfLen < 5) {
  1213. var nl = 5 - leftAdvice.length;
  1214. for (let index = 0; index < nl; index++) {
  1215. leftAdvice.push([]);
  1216. }
  1217. var nl = 5 - rightAdvice.length;
  1218. for (let index = 0; index < nl; index++) {
  1219. rightAdvice.push([]);
  1220. }
  1221. }
  1222. this.advices = [];
  1223. for (var i = 0; i < halfLen; i++) {
  1224. var item = [];
  1225. item.push(leftAdvice[i]);
  1226. item.push(rightAdvice[i]);
  1227. this.advices.push(item);
  1228. }
  1229. this.loading = false;
  1230. this.doctor_advices =
  1231. response.data.data.advices == null ? [] : response.data.data.advices;
  1232. for (let index = 0; index < this.doctor_advices.length; index++) {
  1233. this.doctor_advices[index]["isShow"] = 2;
  1234. }
  1235. if (this.doctor_advices.length <= 6) {
  1236. var nl = 6;
  1237. this.print_length = 6;
  1238. for (let index = 0; index < nl; index++) {
  1239. if (
  1240. this.doctor_advices[index] == undefined ||
  1241. this.doctor_advices[index].length <= 0
  1242. ) {
  1243. this.doctor_advices.push([]);
  1244. } else {
  1245. continue;
  1246. }
  1247. }
  1248. }
  1249. this.totollength = this.doctor_advices.length + this.monitors.length;
  1250. console.log("this.totollength",this.totollength)
  1251. if (this.totollength > 18) {
  1252. var temp_advice_length = 17 - this.monitors.length;
  1253. var doctor_advices_1 = [];
  1254. var doctor_advices_2 = [];
  1255. for (let index = 0; index < this.doctor_advices.length; index++) {
  1256. const element = this.doctor_advices[index];
  1257. if (temp_advice_length > index) {
  1258. doctor_advices_1.push(element);
  1259. } else {
  1260. doctor_advices_2.push(element);
  1261. }
  1262. }
  1263. this.doctor_advices = doctor_advices_1;
  1264. this.doctor_advices_2 = doctor_advices_2;
  1265. }
  1266. var docArr = []
  1267. if(this.doctor_advices!=null && this.doctor_advices.length>0){
  1268. for(let i=0;i<this.doctor_advices.length;i++){
  1269. if(this.doctor_advices[i].delivery_way!='口服'){
  1270. docArr.push(this.doctor_advices[i])
  1271. }
  1272. }
  1273. }
  1274. this.doctor_advices = []
  1275. this.doctor_advices = docArr
  1276. if(this.doctor_advices!=null && this.doctor_advices.length>0){
  1277. for(let i=0;i<this.doctor_advices.length;i++){
  1278. this.doctor_advices[i].groupPrescriptionId = this.doctor_advices[i].prescription_id + "_" + this.doctor_advices[i].groupno
  1279. }
  1280. console.log("医嘱内容我我哦我我哦doctor_advices",this.doctor_advices)
  1281. let dataInfo = {}
  1282. this.doctor_advices.forEach((item, index) => {
  1283. let { groupPrescriptionId } = item
  1284. if (!dataInfo[groupPrescriptionId]) {
  1285. dataInfo[groupPrescriptionId] = {
  1286. groupPrescriptionId:item.groupPrescriptionId,
  1287. start_time:item.start_time,
  1288. advice_name:item.advice_name,
  1289. advice_desc:item.advice_desc,
  1290. parent_id:item.parent_id,
  1291. drug_spec_unit:item.drug_spec_unit,
  1292. prescribing_number:item.prescribing_number,
  1293. prescribing_number_unit:item.prescribing_number_unit,
  1294. single_dose:item.single_dose,
  1295. single_dose_unit:item.single_dose_unit,
  1296. delivery_way:item.delivery_way,
  1297. execution_frequency:item.execution_frequency,
  1298. remark:item.remark,
  1299. execution_time:item.execution_time,
  1300. execution_staff:item.execution_staff,
  1301. prescriptionChild:[],
  1302. }
  1303. }
  1304. })
  1305. let newArr = Object.values(dataInfo)
  1306. if(newArr!=null && newArr.length >0){
  1307. for(let i=0;i<newArr.length;i++){
  1308. for(let j=0;j<this.doctor_advices.length;j++){
  1309. if(newArr[i].groupPrescriptionId == this.doctor_advices[j].groupPrescriptionId){
  1310. newArr[i].prescriptionChild.push(this.doctor_advices[j])
  1311. }
  1312. }
  1313. }
  1314. }
  1315. console.log("newArr",newArr)
  1316. this.doctor_advices = []
  1317. this.doctor_advices = newArr
  1318. }
  1319. } else {
  1320. this.loading = false;
  1321. this.$message.error("请求数据失败");
  1322. return false;
  1323. }
  1324. // })
  1325. },
  1326. bloodAccessParOperaName(id) {
  1327. if (id in this.bloodAccessParOpera) {
  1328. return this.bloodAccessParOpera[id].name;
  1329. }
  1330. return "";
  1331. },
  1332. dialysateFormulationName(id) {
  1333. if (id in this.dialysateFormulationOptions) {
  1334. return this.dialysateFormulationOptions[id].name;
  1335. }
  1336. return "";
  1337. },
  1338. // getAge: function (val) {
  1339. // if (
  1340. // this.org_template_info.template_id == 2 ||
  1341. // this.org_template_info.template_id == 0
  1342. // ) {
  1343. // if (val.age == 0) {
  1344. // return jsGetAge(val.birth, "-");
  1345. // } else {
  1346. // return val.age;
  1347. // }
  1348. // } else {
  1349. // return this.getoldAge();
  1350. // }
  1351. // },
  1352. getAge: function(val) {
  1353. if (val.id_card_no) {
  1354. var thisLen = val.id_card_no.length
  1355. var birth = ''
  1356. if (thisLen == 15) {
  1357. birth = '19' + val.id_card_no.substr(6, 6)
  1358. } else {
  1359. birth = val.id_card_no.substr(6, 8)
  1360. }
  1361. var birthtwo =
  1362. birth.substr(0, 4) +
  1363. '-' +
  1364. birth.substr(4, 2) +
  1365. '-' +
  1366. birth.substr(6, 2)
  1367. var age = jsGetAge(birthtwo, '-')
  1368. return age
  1369. }
  1370. },
  1371. newAdviceGroupObject: function () {
  1372. return Object.assign(
  1373. {},
  1374. {
  1375. group_no: 0,
  1376. // advice_doctor: 0,
  1377. // start_time: 0,
  1378. advices: [],
  1379. // exec_staff: 0,
  1380. // exec_time: 0,
  1381. // checker: 0,
  1382. }
  1383. );
  1384. },
  1385. getFloat: function (x) {
  1386. if (x == 0) {
  1387. return "/";
  1388. }
  1389. if (x != ".") {
  1390. var f = Math.round(x * 100) / 100;
  1391. var s = f.toString();
  1392. var rs = s.indexOf(".");
  1393. if (rs <= 0) {
  1394. rs = s.length;
  1395. s += ".";
  1396. }
  1397. while (s.length <= rs + 1) {
  1398. s += "0";
  1399. }
  1400. return s;
  1401. } else {
  1402. return "0.0";
  1403. }
  1404. },
  1405. },
  1406. watch: {
  1407. "patientInfo.gender": function () {
  1408. if (this.patientInfo.gender == 1) {
  1409. this.patientInfo_gender_1 = true;
  1410. this.patientInfo_gender_2 = false;
  1411. } else if (this.patientInfo.gender == 2) {
  1412. this.patientInfo_gender_2 = true;
  1413. this.patientInfo_gender_1 = false;
  1414. } else {
  1415. this.patientInfo_gender_2 = false;
  1416. this.patientInfo_gender_1 = false;
  1417. }
  1418. },
  1419. "patientInfo.source": function () {
  1420. if (this.patientInfo.source == 1) {
  1421. this.patientInfo_source_1 = true;
  1422. this.patientInfo_source_2 = false;
  1423. } else if (this.patientInfo.source == 2) {
  1424. this.patientInfo_source_2 = true;
  1425. this.patientInfo_source_1 = false;
  1426. } else {
  1427. this.patientInfo_source_2 = false;
  1428. this.patientInfo_source_1 = false;
  1429. }
  1430. },
  1431. },
  1432. created() {
  1433. this.way_arr = getDataConfig("hemodialysis", "way");
  1434. this.consciousness_arr = getDataConfig("hemodialysis", "consciousness");
  1435. this.appetite_arr = getDataConfig("hemodialysis", "appetite");
  1436. this.posture_arr = getDataConfig("hemodialysis", "posture");
  1437. this.sick_condition_arr = getDataConfig("hemodialysis", "sick_condition");
  1438. this.precaution_arr = getDataConfig("hemodialysis", "precaution");
  1439. this.intake_arr = getDataConfig("hemodialysis", "intake");
  1440. this.nutrition_arr = getDataConfig("hemodialysis", "nutrition");
  1441. var xtuser = this.$store.getters.xt_user;
  1442. this.orgname = xtuser.org.org_name;
  1443. // this.orgname = "遂溪方济医院";
  1444. this.modeOptions = this.$store.getters.treatment_mode;
  1445. this.replacementWays = this.$store.getters.replacement_ways;
  1446. this.perfusionApparatus = this.$store.getters.perfusion_apparatus;
  1447. this.anticoagulantsConfit = this.$store.getters.anticoagulants_confit;
  1448. this.displaceLiquiPartOptions = this.$store.getters.displace_liqui;
  1449. this.blood_access_part = getDataConfig("hemodialysis", "vascular_access");
  1450. this.blood_access_part_opera = getDataConfig(
  1451. "hemodialysis",
  1452. "vascular_access_desc"
  1453. );
  1454. this.org_id = this.$store.getters.xt_user.org.id;
  1455. // this.bloodAccessParOpera = getDataConfig('hemodialysis', 'vascular_access_desc')
  1456. var bloodAccessParOpera = getDataConfig(
  1457. "hemodialysis",
  1458. "vascular_access_desc"
  1459. );
  1460. for (var key in bloodAccessParOpera) {
  1461. this.bloodAccessParOpera[bloodAccessParOpera[key].id] =
  1462. bloodAccessParOpera[key];
  1463. }
  1464. var dialysateFormulationOptions = getDataConfig(
  1465. "hemodialysis",
  1466. "dialysate_formulation"
  1467. );
  1468. for (var key in dialysateFormulationOptions) {
  1469. this.dialysateFormulationOptions[dialysateFormulationOptions[key].id] =
  1470. dialysateFormulationOptions[key];
  1471. }
  1472. const xtdate = this.$route.query && this.$route.query.xtdate;
  1473. // console.log("xtdate", xtdate);
  1474. const xtno = this.$route.query && this.$route.query.xtno;
  1475. // console.log("xtno", xtno);
  1476. if (
  1477. typeof xtdate === "string" &&
  1478. xtdate.length > 0 &&
  1479. typeof xtno === "string" &&
  1480. xtno.length > 0
  1481. ) {
  1482. this.queryParams.xtdate = xtdate;
  1483. this.queryParams.xtno = xtno;
  1484. this.getDialysisRecord();
  1485. } else {
  1486. this.$message.error("参数不齐");
  1487. return false;
  1488. }
  1489. },
  1490. };
  1491. </script>
  1492. <style lang="scss">
  1493. .print_page_main_content {
  1494. background-color: white;
  1495. width: 960px;
  1496. margin: 0 auto 50px;
  1497. padding: 0 0 0 0;
  1498. page-break-after: always;
  1499. .order-yy-name {
  1500. margin: auto;
  1501. text-align: center;
  1502. font-size: 20px;
  1503. letter-spacing: 5px;
  1504. }
  1505. .order-title {
  1506. margin: auto;
  1507. font-weight: 600;
  1508. text-align: center;
  1509. font-size: 22px;
  1510. padding: 10px;
  1511. }
  1512. .infoTitle{
  1513. // background: #efe7e7;
  1514. // border-top: 1px solid black;
  1515. padding: 5px 0px;
  1516. font-weight:bolder;
  1517. }
  1518. .table tr td{
  1519. padding: 5px;
  1520. }
  1521. }
  1522. </style>