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

assessmentBefore.vue 25KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788
  1. <template>
  2. <div class="plate-box">
  3. <h2 class="DetailsTit">
  4. <span>{{ title }}</span>
  5. </h2>
  6. <div class="plate ">
  7. <ul>
  8. <li v-if="isShow('透前称重')">
  9. <label>透前体重 : </label>
  10. <span class="content" v-if="weight_before != '0'">{{
  11. weight_before
  12. }}</span>
  13. <span class="unit" v-if="weight_before != '0'">kg</span>
  14. </li>
  15. <li v-if="isShow('透前体重备注')">
  16. <label>透前体重备注 : </label>
  17. <span class="content">
  18. {{this.record.weight_befor_remake}}
  19. </span>
  20. </li>
  21. <li v-if="isShow('干体重')">
  22. <label>干体重 : </label>
  23. <span class="content" v-if="dry_weight != '0'">{{ dry_weight }}</span>
  24. <span class="unit" v-if="dry_weight != '0'">kg</span>
  25. </li>
  26. <li v-if="isShow('身高')">
  27. <label>身高 : </label>
  28. <span class="content">
  29. {{this.record.height}}
  30. </span>
  31. </li>
  32. <li v-if="isShow('年龄')">
  33. <label>年龄 : </label>
  34. <span class="content">
  35. {{this.record.age}}
  36. </span>
  37. </li>
  38. <li v-if="isShow('脉搏')">
  39. <label>脉搏 : </label>
  40. <span class="content" v-if="pulse_frequency != '0'">{{
  41. pulse_frequency
  42. }}</span>
  43. <span class="unit" v-if="pulse_frequency != '0'">次/分</span>
  44. </li>
  45. <li v-if="isShow('出血')">
  46. <label>出血</label>
  47. <span class="content">{{
  48. is_hemorrhage ? hemorrhage + ";" + hemorrhage_other : "无"
  49. }}</span>
  50. <span class="unit"> </span>
  51. </li>
  52. <li v-if="isShow('透析频次')">
  53. <label>透析频次: </label>
  54. <span class="content">{{
  55. dialysis_count ? dialysis_count : ""
  56. }}</span>
  57. <span class="unit">{{ dialysis_count ? "次/周" : "" }}</span>
  58. </li>
  59. <li v-if="isShow('穿刺针')">
  60. <label>穿刺针 : </label>
  61. <span class="content">{{ this.record.puncture_needle }}</span>
  62. </li>
  63. <li v-if="isShow('穿刺点')">
  64. <label>穿刺点 : </label>
  65. <span class="content">{{ this.record.point_puncture }}</span>
  66. </li>
  67. <li v-if="isShow('位置')">
  68. <label>位置</label>
  69. <span
  70. class="content"
  71. v-if="this.record.venous_catheterization_part != -1"
  72. >{{
  73. getVenousCatheterizationPart(
  74. this.record.venous_catheterization_part
  75. )
  76. }}</span
  77. >
  78. </li>
  79. <li v-if="isShow('其他中心静脉导管')">
  80. <label>其他中心静脉导管:</label>
  81. <span class="content">{{ ductus_arantii_other }}</span>
  82. <span class="unit"> </span>
  83. </li>
  84. <li v-if="isShow('体液过多症状')">
  85. <label>体液过多症状 : </label>
  86. <!-- <span class="content">{{ getHumorExcessiveSymptom(this.record.humor_excessive_symptom) }}</span> -->
  87. <span>{{this.record.humor_excessive_symptom}}</span>
  88. </li>
  89. <li v-if="isShow('其他感染情况')">
  90. <label>其他感染情况:</label>
  91. <span class="content">{{ infect_other }}</span>
  92. <span class="unit"> </span>
  93. </li>
  94. <li v-if="isShow('其他皮肤情况')">
  95. <label>其他皮肤情况:</label>
  96. <span class="content">{{ skin_other }}</span>
  97. <span class="unit"> </span>
  98. </li>
  99. </ul>
  100. <ul>
  101. <li v-if="isShow('收缩压')">
  102. <label>收缩压 : </label>
  103. <span class="content" v-if="systolic_blood_pressure != '0'">{{
  104. systolic_blood_pressure
  105. }}</span>
  106. <span class="unit" v-if="systolic_blood_pressure != '0'">mmHg</span>
  107. </li>
  108. <li v-if="isShow('导管打折')">
  109. <label>导管打折 : </label>
  110. <span class="content" v-if="this.record.catheter_bend == 0"></span>
  111. <span class="content" v-if="this.record.catheter_bend == 1">{{
  112. "有"
  113. }}</span>
  114. <span class="content" v-if="this.record.catheter_bend == 2">{{
  115. "无"
  116. }}</span>
  117. <span class="unit"></span>
  118. </li>
  119. <li v-if="isShow('导管')">
  120. <label>导管 : </label>
  121. <span class="content">{{ catheter }}</span>
  122. <span class="unit"></span>
  123. </li>
  124. <li v-if="isShow('呼吸频率')">
  125. <label>呼吸频率 : </label>
  126. <span class="content" v-if="breathing_rate != '0'">{{
  127. breathing_rate
  128. }}</span>
  129. <span class="unit" v-if="breathing_rate != '0'">次/分</span>
  130. </li>
  131. <li v-if="isShow('并发症')">
  132. <label>并发症: </label>
  133. <span class="content">{{ complication }}</span>
  134. <span class="unit"></span>
  135. </li>
  136. <li v-if="isShow('内瘘')">
  137. <label>内瘘: </label>
  138. <span class="content">{{ internal_fistula }}</span>
  139. <span class="unit"></span>
  140. </li>
  141. <li v-if="isShow('血管通路(内瘘)')">
  142. <label>血管通路(内瘘) : </label>
  143. <span class="content">{{ blood_access_internal_fistula }}</span>
  144. </li>
  145. <li v-if="isShow('穿刺方式')">
  146. <label>穿刺方式 : </label>
  147. <!-- <span class="content">{{ getWay(this.record.puncture_way) }}</span> -->
  148. <span class="content">{{record.puncture_way}}</span>
  149. </li>
  150. <li v-if="isShow('其他位置')">
  151. <label>其他位置</label>
  152. <span
  153. class="content"
  154. v-if="
  155. this.record.venous_catheterization_part_other &&
  156. this.record.venous_catheterization_part_other.length > 0
  157. "
  158. >{{ venous_catheterization_part_other }}</span
  159. >
  160. </li>
  161. <li v-if="isShow('急诊')">
  162. <label>急诊: </label>
  163. <span class="content">{{
  164. getEmergencyTreatment(this.record.emergency_treatment)
  165. }}</span>
  166. <span
  167. class="content"
  168. v-if="
  169. this.record.emergency_treatment_other &&
  170. this.record.emergency_treatment_other.length > 0
  171. "
  172. >,{{ emergency_treatment_other }}</span
  173. >
  174. </li>
  175. <li v-if="isShow('外露')">
  176. <label>外露:</label>
  177. <span class="content">{{
  178. this.record.exposed ? this.record.exposed : ""
  179. }}</span>
  180. <span class="unit">cm</span>
  181. </li>
  182. <li v-if="isShow('血管通路部位')">
  183. <label>血管通路部位:</label>
  184. <!-- <span class="content">{{getBloodAccessPart(this.record.blood_access_part_id)}}</span> -->
  185. <span class="content">{{this.record.blood_access_part_id}}</span>
  186. <span class="unit"> </span>
  187. </li>
  188. </ul>
  189. <ul>
  190. <li v-if="isShow('舒张压')">
  191. <label>舒张压 : </label>
  192. <span class="content" v-if="diastolic_blood_pressure != '0'">{{
  193. diastolic_blood_pressure
  194. }}</span>
  195. <span class="unit" v-if="diastolic_blood_pressure != '0'">mmHg</span>
  196. </li>
  197. <li v-if="isShow('衣物重')">
  198. <label>衣物重 : </label>
  199. <span class="content" v-if="additional_weight != '0'">{{
  200. additional_weight
  201. }}</span>
  202. <span class="unit" v-if="additional_weight != '0'">kg</span>
  203. </li>
  204. <li v-if="isShow('体温')">
  205. <label>体温 : </label>
  206. <span class="content" v-if="temperature != '0'">{{
  207. temperature
  208. }}</span>
  209. <span class="unit" v-if="temperature != '0'">℃</span>
  210. </li>
  211. <li v-if="isShow('前次透析后症状')">
  212. <label>前次透析后症状: </label>
  213. <span class="content" v-if="last_post_dialysis != '0'">{{
  214. last_post_dialysis
  215. }}</span>
  216. <span class="unit" v-if="last_post_dialysis != '0'"></span>
  217. </li>
  218. <li v-if="isShow('透析前症状')">
  219. <label>透析前症状 : </label>
  220. <span class="content">{{ symptom_before_dialysis }}</span>
  221. <span class="unit"></span>
  222. </li>
  223. <li v-if="isShow('透析期间')">
  224. <label>透析期间 : </label>
  225. <span class="content" v-if="dialysis_interphase != '0'">{{
  226. dialysis_interphase
  227. }}</span>
  228. <span class="unit" v-if="dialysis_interphase != '0'"></span>
  229. </li>
  230. <li v-if="isShow('透析机型号')">
  231. <label>透析机型号:</label>
  232. <span class="content" v-if="machine_type != '0'">
  233. {{ machine_type }}
  234. </span>
  235. </li>
  236. <li v-if="isShow('血管杂音')">
  237. <label>血管杂音 : </label>
  238. <span class="content">{{
  239. getBloodAccessNoise(this.record.blood_access_noise)
  240. }}</span>
  241. </li>
  242. <li v-if="isShow('中心静脉置管')">
  243. <label>中心静脉置管</label>
  244. <span class="content">{{
  245. getVenousCatheterization(this.record.venous_catheterization)
  246. }}</span>
  247. <span class="unit"> </span>
  248. </li>
  249. <li v-if="isShow('中心静脉导管')">
  250. <label>中心静脉导管: </label>
  251. <span class="content">{{ this.record.ductus_arantii }}</span>
  252. </li>
  253. <li v-if="isShow('感染')">
  254. <label>感染:</label>
  255. <span class="content">{{
  256. this.record.is_infect == 1 ? "无" : "有"
  257. }}</span>
  258. <span class="unit"> </span>
  259. </li>
  260. <li v-if="isShow('皮肤')">
  261. <label>皮肤:</label>
  262. <!-- <span class="content">{{ getSkin(this.record.skin) }}</span> -->
  263. <span class="content">{{this.record.skin}}</span>
  264. <span class="unit"></span>
  265. </li>
  266. <li v-if="isShow('血管通路')">
  267. <label>血管通路:</label>
  268. <span class="content">{{
  269. getBloodAccessOpera(this.record.blood_access_part_opera_id)
  270. }}</span>
  271. <span class="unit"> </span>
  272. </li>
  273. <li v-if="isShow('血管通路皮肤情况')">
  274. <label>血管通路皮肤情况: </label>
  275. <span class="content">{{ internal_fistula_skin }}</span>
  276. <span class="unit"></span>
  277. </li>
  278. <li v-if="isShow('导管缝线')">
  279. <label>导管缝线: </label>
  280. <span class="content" v-if="this.record.id > 0 && this.record.catheter_suture.length > 0 && this.record.catheter_suture_other.length > 0 ">{{this.record.catheter_suture }},{{this.record.catheter_suture_other }}</span>
  281. <span class="content" v-if="this.record.id >0 && this.record.catheter_suture.length > 0 && this.record.catheter_suture_other.length == 0 ">{{this.record.catheter_suture }}</span>
  282. <span class="content" v-if="this.record.id >0 && this.record.catheter_suture.length == 0 && this.record.catheter_suture_other.length > 0 ">{{this.record.catheter_suture_other }}</span>
  283. <span class="content" v-if="this.record.id >0 && this.record.catheter_suture.length == 0 && this.record.catheter_suture_other.length == 0 "></span>
  284. <span class="unit"></span>
  285. </li>
  286. <li v-if="isShow('尿量')">
  287. <label>尿量(ml): </label>
  288. <span class="content">{{ this.record.urine_volume ? this.record.urine_volume : ''}}</span>
  289. <span class="unit" v-if="this.record.urine_volume">ml</span>
  290. </li>
  291. <li v-if="isShow('水肿')">
  292. <label>水肿: </label>
  293. <span class="content">{{ this.record.edema}}</span>
  294. <span class="unit"></span>
  295. </li>
  296. <li v-if="isShow('特殊处理情况')">
  297. <label>特殊处理情况: </label>
  298. <span class="content">{{ this.record.special_treatment}}</span>
  299. <span class="unit"></span>
  300. </li>
  301. <li v-if="isShow('血栓')">
  302. <label>血栓: </label>
  303. <span class="content" v-if="this.record.thromubus_type == 1">有</span>
  304. <span class="content" v-if="this.record.thromubus_type == 2">无</span>
  305. <span class="unit"></span>
  306. </li>
  307. <li v-if="isShow('血栓')">
  308. <label>导管AV端约为(cm): </label>
  309. <span class="content">{{this.record.thrombus_av}}</span>
  310. <span class="unit"></span>
  311. </li>
  312. <li v-if="isShow('血栓')">
  313. <label>导管A端约(cm): </label>
  314. <span class="content">{{this.record.thromubus_a}}</span>
  315. <span class="unit"></span>
  316. </li>
  317. <li v-if="isShow('血栓')">
  318. <label>导管V端约(cm): </label>
  319. <span class="content">{{this.record.thromubus_v}}</span>
  320. <span class="unit"></span>
  321. </li>
  322. <li v-if="isShow('预增脱水量')">
  323. <label>预增脱水量(L): </label>
  324. <span class="content">{{this.record.dehydration}}</span>
  325. <span class="unit"></span>
  326. </li>
  327. <li v-if="isShow('透析前药物')">
  328. <label>透析前药物: </label>
  329. <span class="content">{{this.record.pre_dialysis_drugs}}</span>
  330. <span class="unit"></span>
  331. </li>
  332. <li v-if="isShow('围手术期')">
  333. <label>围手术期: </label>
  334. <span class="content">
  335. <span v-if="this.record.period==1">无</span>
  336. <span v-if="this.record.period==2">有</span>
  337. </span>
  338. <span class="unit"></span>
  339. </li>
  340. <li v-if="isShow('预计进食量')">
  341. <label>预计进食量: </label>
  342. <span class="content">{{this.record.estimated_food_intake}}</span>
  343. <span class="unit"></span>
  344. </li>
  345. <li v-if="isShow('透析期间血压')">
  346. <label>透析期间血压: </label>
  347. <span class="content">{{this.record.blood_pressure_during_dialysis}}</span>
  348. <span class="unit"></span>
  349. </li>
  350. <li v-if="isShow('透前尿素')">
  351. <label>透前尿素(mmol/L): </label>
  352. <span class="content">{{this.record.urea_befor}}</span>
  353. <span class="unit"></span>
  354. </li>
  355. <li v-if="isShow('抽吸')">
  356. <label>抽吸: </label>
  357. <span class="content">{{this.record.suction}}</span>
  358. <span class="unit"></span>
  359. </li>
  360. <li v-if="isShow('住院科室')">
  361. <label>住院科室: </label>
  362. <span class="content">{{this.record.his_department}}</span>
  363. <span class="unit"></span>
  364. </li>
  365. <li v-if="isShow('住院床位')">
  366. <label>住院床位: </label>
  367. <span class="content">{{this.record.his_bed}}</span>
  368. <span class="unit"></span>
  369. </li>
  370. <li v-if="isShow('透前症状')">
  371. <label>透前症状: </label>
  372. <span class="content">{{this.record.befor_symptoms}}</span>
  373. <span class="unit"></span>
  374. </li>
  375. </ul>
  376. </div>
  377. <div class="note">
  378. 备注 : <span>{{ remark }}</span>
  379. </div>
  380. <!-- <div class="note">处方医生 : {{doctor}}</div> -->
  381. <div class="middleLine"></div>
  382. </div>
  383. </template>
  384. <script>
  385. import store from '@/store'
  386. import { getDataConfig } from '@/utils/data'
  387. export default {
  388. name: 'assessmentBefore',
  389. data() {
  390. return {
  391. title: '透前评估 '
  392. }
  393. },
  394. props: {
  395. record: {
  396. type: Object
  397. }
  398. },
  399. created(){
  400. console.log("血栓22222",this.record)
  401. },
  402. computed: {
  403. weight_before: function() {
  404. if (this.record.id == 0) {
  405. return '-'
  406. }
  407. return this.record.weight_before
  408. },
  409. additional_weight: function() {
  410. if (this.record.id == 0) {
  411. return '-'
  412. }
  413. return this.record.additional_weight
  414. },
  415. systolic_blood_pressure: function() {
  416. if (this.record.id == 0) {
  417. return '-'
  418. }
  419. return this.record.systolic_blood_pressure
  420. },
  421. last_post_dialysis: function() {
  422. if (this.record.id == 0) {
  423. return '-'
  424. }
  425. return this.record.last_post_dialysis
  426. },
  427. dry_weight: function() {
  428. if (this.record.id == 0) {
  429. return '-'
  430. }
  431. return this.record.dry_weight
  432. },
  433. diastolic_blood_pressure: function() {
  434. if (this.record.id == 0) {
  435. return '-'
  436. }
  437. return this.record.diastolic_blood_pressure
  438. },
  439. dialysis_interphase: function() {
  440. if (this.record.id == 0) {
  441. return '-'
  442. }
  443. return this.record.dialysis_interphase
  444. },
  445. catheter: function() {
  446. if (this.record.id == 0) {
  447. return '-'
  448. }
  449. return this.record.catheter
  450. },
  451. temperature: function() {
  452. if (this.record.id == 0) {
  453. return '-'
  454. }
  455. return this.record.temperature
  456. },
  457. pulse_frequency: function() {
  458. if (this.record.id == 0) {
  459. return '-'
  460. }
  461. return this.record.pulse_frequency
  462. },
  463. machine_type: function() {
  464. if (this.record.id == 0) {
  465. return '-'
  466. }
  467. return this.record.machine_type
  468. },
  469. breathing_rate: function() {
  470. if (this.record.id == 0) {
  471. return '-'
  472. }
  473. return this.record.breathing_rate
  474. },
  475. symptom_before_dialysis: function() {
  476. if (this.record.id == 0) {
  477. return '-'
  478. }
  479. return this.record.symptom_before_dialysis
  480. },
  481. complication: function() {
  482. if (this.record.id == 0) {
  483. return '-'
  484. }
  485. return this.record.complication
  486. },
  487. internal_fistula: function() {
  488. if (this.record.id == 0) {
  489. return '-'
  490. }
  491. return this.record.internal_fistula
  492. },
  493. internal_fistula_skin: function() {
  494. if (this.record.id == 0) {
  495. return '-'
  496. }
  497. return this.record.internal_fistula_skin
  498. },
  499. is_hemorrhage: function() {
  500. if (this.record.id == 0) {
  501. return false
  502. }
  503. return this.record.is_hemorrhage == 1
  504. },
  505. hemorrhage: function() {
  506. if (this.record.id == 0) {
  507. return '-'
  508. }
  509. return this.record.hemorrhage
  510. },
  511. hemorrhage_other: function() {
  512. if (this.record.id == 0) {
  513. return '-'
  514. }
  515. return this.record.hemorrhage_other
  516. },
  517. remark: function() {
  518. if (this.record.id == 0) {
  519. return ''
  520. }
  521. return this.record.remark
  522. },
  523. dialysis_count: function() {
  524. if (this.record == null || this.record.id == '') {
  525. return '-'
  526. }
  527. return this.record.dialysis_count
  528. },
  529. internal_fistula_other: function() {
  530. if (this.record == null || this.record.id == '') {
  531. return '-'
  532. }
  533. return this.record.internal_fistula_other
  534. },
  535. venous_catheterization_part_other: function() {
  536. if (this.record == null || this.record.id == '') {
  537. return '-'
  538. }
  539. return this.record.venous_catheterization_part_other
  540. },
  541. emergency_treatment_other: function() {
  542. if (this.record == null || this.record.id == '') {
  543. return '-'
  544. }
  545. return this.record.emergency_treatment_other
  546. },
  547. blood_access_internal_fistula: function() {
  548. var name1 = ''
  549. var name2 = ''
  550. if (this.record == null || this.record.id == '') {
  551. return '-'
  552. }
  553. if (this.record.blood_access_internal_fistula == undefined) {
  554. name1 = ''
  555. } else {
  556. name1 = this.record.blood_access_internal_fistula + ','
  557. }
  558. if (this.record.internal_fistula_other == undefined) {
  559. name2 = ''
  560. } else {
  561. name2 = this.record.internal_fistula_other
  562. }
  563. return name1 + name2
  564. },
  565. ductus_arantii_other: function() {
  566. if (this.record == null || this.record.id == '') {
  567. return '-'
  568. }
  569. return this.record.ductus_arantii_other
  570. },
  571. infect_other: function() {
  572. if (this.record == null || this.record.id == '') {
  573. return '-'
  574. }
  575. return this.record.infect_other
  576. },
  577. skin_other: function() {
  578. if (this.record == null || this.record.id == '') {
  579. return '-'
  580. }
  581. return this.record.skin_other
  582. }
  583. },
  584. methods: {
  585. getBloodAccessPart: function(id) {
  586. var BloodAccessPart = getDataConfig('hemodialysis', 'vascular_access')
  587. var BloodAccessPartName = ''
  588. for (let i = 0; i < BloodAccessPart.length; i++) {
  589. if (BloodAccessPart[i].id == id) {
  590. BloodAccessPartName = BloodAccessPart[i].name
  591. }
  592. }
  593. return BloodAccessPartName
  594. },
  595. getBloodAccessOpera: function(id) {
  596. var BloodAccessOpera = getDataConfig(
  597. 'hemodialysis',
  598. 'vascular_access_desc'
  599. )
  600. var BloodAccessOperaName = ''
  601. for (let i = 0; i < BloodAccessOpera.length; i++) {
  602. if (BloodAccessOpera[i].id == id) {
  603. BloodAccessOperaName = BloodAccessOpera[i].name
  604. }
  605. }
  606. return BloodAccessOperaName
  607. },
  608. getBloodAccessInternalFistula: function(id) {
  609. var BloodAccessInternalFistulaOptions = this.$store.getters
  610. .blood_access_internal_fistula
  611. var BloodAccessInternalFistulaName = ''
  612. for (let i = 0; i < BloodAccessInternalFistulaOptions.length; i++) {
  613. if (BloodAccessInternalFistulaOptions[i].id == id) {
  614. BloodAccessInternalFistulaName =
  615. BloodAccessInternalFistulaOptions[i].name
  616. }
  617. }
  618. return BloodAccessInternalFistulaName
  619. },
  620. getBloodAccessNoise: function(id) {
  621. var BloodAccessNoiseOptions = this.$store.getters.blood_access_noise
  622. var BloodAccessNoiseName = ''
  623. for (let i = 0; i < BloodAccessNoiseOptions.length; i++) {
  624. if (BloodAccessNoiseOptions[i].id == id) {
  625. BloodAccessNoiseName = BloodAccessNoiseOptions[i].name
  626. }
  627. }
  628. return BloodAccessNoiseName
  629. },
  630. getVenousCatheterization: function(id) {
  631. var VenousCatheterizationOptions = this.$store.getters
  632. .venous_catheterization
  633. var VenousCatheterizationName = ''
  634. for (let i = 0; i < VenousCatheterizationOptions.length; i++) {
  635. if (VenousCatheterizationOptions[i].id == id) {
  636. VenousCatheterizationName = VenousCatheterizationOptions[i].name
  637. }
  638. }
  639. return VenousCatheterizationName
  640. },
  641. getWay: function(id) {
  642. var PunctureWayOptions = getDataConfig('hemodialysis', 'puncture_method')
  643. var PunctureWayOptionsName = ''
  644. for (let i = 0; i < PunctureWayOptions.length; i++) {
  645. if (PunctureWayOptions[i].id == id) {
  646. PunctureWayOptionsName = PunctureWayOptions[i].name
  647. }
  648. }
  649. return PunctureWayOptionsName
  650. },
  651. getHumorExcessiveSymptom: function(id) {
  652. var HumorExcessiveSymptoms = getDataConfig('hemodialysis', 'humor_excessive_symptom')
  653. var HumorExcessiveSymptomName = ''
  654. for (let i = 0; i < HumorExcessiveSymptoms.length; i++) {
  655. if (HumorExcessiveSymptoms[i].id == id) {
  656. HumorExcessiveSymptomName = HumorExcessiveSymptoms[i].name
  657. }
  658. }
  659. return HumorExcessiveSymptomName
  660. },
  661. getVenousCatheterizationPart: function(id) {
  662. var venousCatheterizationPartOptions = this.$store.getters
  663. .venous_catheterization_part
  664. var venousCatheterizationPartName = ''
  665. for (let i = 0; i < venousCatheterizationPartOptions.length; i++) {
  666. if (venousCatheterizationPartOptions[i].id == id) {
  667. venousCatheterizationPartName =
  668. venousCatheterizationPartOptions[i].name
  669. }
  670. }
  671. return venousCatheterizationPartName
  672. },
  673. getDuctusArantii: function(id) {
  674. var ductusArantiiOptions = this.$store.getters.ductus_arantii
  675. var ductusArantiiOptionsName = ''
  676. for (let i = 0; i < ductusArantiiOptions.length; i++) {
  677. if (ductusArantiiOptions[i].id == id) {
  678. ductusArantiiOptionsName = ductusArantiiOptions[i].name
  679. }
  680. }
  681. return ductusArantiiOptionsName
  682. },
  683. getEmergencyTreatment: function(id) {
  684. var emergencyTreatmentOptions = this.$store.getters.emergency_treatment
  685. var emergencyTreatmentName = ''
  686. for (let i = 0; i < emergencyTreatmentOptions.length; i++) {
  687. if (emergencyTreatmentOptions[i].id == id) {
  688. emergencyTreatmentName = emergencyTreatmentOptions[i].name
  689. }
  690. }
  691. return emergencyTreatmentName
  692. },
  693. isShow(name) {
  694. var filedList = store.getters.xt_user.fileds
  695. var arr = []
  696. for (let i = 0; i < filedList.length; i++) {
  697. if (
  698. filedList[i].module == 3 &&
  699. filedList[i].filed_name_cn == name &&
  700. filedList[i].is_show == 1
  701. ) {
  702. return true
  703. }
  704. }
  705. return false
  706. },
  707. getSkin: function(id) {
  708. var skinOptions = this.$store.getters.skin
  709. var skinName = ''
  710. for (let i = 0; i < skinOptions.length; i++) {
  711. if (skinOptions[i].id == id) {
  712. skinName = skinOptions[i].name
  713. }
  714. }
  715. return skinName
  716. }
  717. }
  718. }
  719. </script>
  720. <style rel="stylesheet/scss" lang="scss" scoped></style>