index.vue 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224
  1. <template>
  2. <div class="bg-box" style="overflow: hidden; position: relative;" :class="{'has_control': controlData.bSwitch }">
  3. <div class="bg-card">
  4. <h3 class="title">住院病案首页</h3>
  5. <div class="zyh">病案编号:{{ blInfo.patient_info.AAA28 }}</div>
  6. <div class="btn-wrapper">
  7. <el-button type="primary" class="export-btn" size="small" @click="onToggle">质控结果</el-button>
  8. </div>
  9. <!-- 基本信息 -->
  10. <table class="table">
  11. <tr>
  12. <td class="label">医疗机构</td>
  13. <td colspan="5">{{ blInfo.patient_other_info.ZA03 }}</td>
  14. <td class="label">统一社会信用代码</td>
  15. <td colspan="5">
  16. <NoValueInputVue :data="blInfo.patient_add.TYSHXYDM" />
  17. (组织机构机构代码:<NoValueInputVue :data="blInfo.patient_other_info.UNT_ID" />)
  18. </td>
  19. </tr>
  20. <tr>
  21. <td class="label">医疗付费方式</td>
  22. <td colspan="5">{{ blInfo.patient_info.AAA26C }}</td>
  23. <td class="label">健康卡号</td>
  24. <td colspan="3">{{ blInfo.patient_add.JKKH }}</td>
  25. <td class="label">住院次数</td>
  26. <td>{{ blInfo.patient_info.AAA29 }}</td>
  27. </tr>
  28. <tr>
  29. <td class="label">姓名</td>
  30. <td>{{ blInfo.patient_info.AAA01 }}</td>
  31. <td class="label">性别</td>
  32. <td>{{ blInfo.patient_info.AAA02C }}</td>
  33. <td class="label">出生日期</td>
  34. <td colspan="3">{{ blInfo.patient_info.AAA03 }}</td>
  35. <td class="label">年龄</td>
  36. <td>{{ blInfo.patient_info.AAA04 }}</td>
  37. <td class="label">天龄(不足1周岁)</td>
  38. <td>{{ blInfo.patient_info.AAA40 }}</td>
  39. </tr>
  40. <tr>
  41. <td class="label">出生地</td>
  42. <td colspan="3">
  43. <NoValueInputVue :data="blInfo.patient_address_info.AAA09 ? blInfo.patient_address_info.AAA09.replace('省', '') : ''" />(省)
  44. <NoValueInputVue :data="blInfo.patient_address_info.AAA10 ? blInfo.patient_address_info.AAA10.replace('市', '') : ''" />(市)
  45. </td>
  46. <td class="label">籍贯</td>
  47. <td colspan="3">
  48. <NoValueInputVue :data="blInfo.patient_address_info.AAA43 ? blInfo.patient_address_info.AAA43.replace('省', '') : ''" />(省)
  49. <NoValueInputVue :data="blInfo.patient_address_info.AAA44 ? blInfo.patient_address_info.AAA44.replace('市', '') : ''" />(市)
  50. </td>
  51. <td class="label">民族</td>
  52. <td>{{ blInfo.patient_info.AAA06C }}</td>
  53. <td class="label">国籍</td>
  54. <td>{{ blInfo.patient_info.AAA05C }}</td>
  55. </tr>
  56. <tr>
  57. <td class="label">身份证件类型</td>
  58. <td>{{ blInfo.patient_add.SFZJLX }}</td>
  59. <td class="label">身份证号</td>
  60. <td colspan="5">{{ blInfo.patient_info.AAA07 }}</td>
  61. <td class="label">职业</td>
  62. <td>{{ blInfo.patient_work_info.AAA18C }}</td>
  63. <td class="label">婚姻</td>
  64. <td>{{ blInfo.patient_info.AAA08C }}</td>
  65. </tr>
  66. <tr>
  67. <td class="label">现住址</td>
  68. <td colspan="7">
  69. <NoValueInputVue :data="blInfo.patient_address_info.AAA48 ? blInfo.patient_address_info.AAA48.replace('省', '') : ''" />(省)
  70. <NoValueInputVue :data="blInfo.patient_address_info.AAA49 ? blInfo.patient_address_info.AAA49.replace('市', '') : ''" />(市)
  71. <NoValueInputVue :data="blInfo.patient_address_info.AAA50 ? blInfo.patient_address_info.AAA50.replace('县', '') : ''" />(县)
  72. <NoValueInputVue :data="blInfo.patient_address_info.AAA15" />
  73. </td>
  74. <td class="label">电话</td>
  75. <td>{{ blInfo.patient_address_info.AAA51 }}</td>
  76. <td class="label">邮编</td>
  77. <td>{{ blInfo.patient_address_info.AAA17C }}</td>
  78. </tr>
  79. <tr>
  80. <td class="label">户口地址</td>
  81. <td colspan="9">
  82. <NoValueInputVue :data="blInfo.patient_address_info.AAA45 ? blInfo.patient_address_info.AAA45.replace('省', '') : ''" />(省)
  83. <NoValueInputVue :data="blInfo.patient_address_info.AAA46 ? blInfo.patient_address_info.AAA46.replace('市', '') : ''" />(市)
  84. <NoValueInputVue :data="blInfo.patient_address_info.AAA47 ? blInfo.patient_address_info.AAA47.replace('县', '') : ''" />(县)
  85. <NoValueInputVue :data="blInfo.patient_address_info.AAA12" />
  86. </td>
  87. <td class="label">邮编</td>
  88. <td>{{ blInfo.patient_address_info.AAA14C }}</td>
  89. </tr>
  90. <tr>
  91. <td class="label">工作单位及地址</td>
  92. <td colspan="7">{{ blInfo.patient_work_info.AAA19 }}</td>
  93. <td class="label">单位电话</td>
  94. <td>{{ blInfo.patient_work_info.AAA20 }}</td>
  95. <td class="label">邮编</td>
  96. <td>{{ blInfo.patient_work_info.AAA21C }}</td>
  97. </tr>
  98. <tr>
  99. <td class="label">联系人姓名</td>
  100. <td colspan="3">{{ blInfo.patient_contacts_info.AAA22 }}</td>
  101. <td class="label">地址</td>
  102. <td colspan="3">{{ blInfo.patient_contacts_info.AAA24 }}</td>
  103. <td class="label">关系</td>
  104. <td>{{ blInfo.patient_contacts_info.AAA23C }}</td>
  105. <td class="label">电话</td>
  106. <td>{{ blInfo.patient_contacts_info.AAA25 }}</td>
  107. </tr>
  108. <tr>
  109. <td class="label">入院途径</td>
  110. <td colspan="11">
  111. <span class="square">{{ blInfo.patient_info.AAB06C }}</span>
  112. <span class="mlr10" />1.门诊
  113. <span class="mlr10" />2.急诊
  114. <span class="mlr10" />3.其他医疗机构转入,转诊医疗机构名称:<NoValueInputVue :data="blInfo.patient_info.ZZYLJG" />
  115. <span class="mlr10" />4.其他
  116. </td>
  117. </tr>
  118. <tr>
  119. <td class="label">新生儿出生体重</td>
  120. <td colspan="5">
  121. <NoValueInputVue :data="blInfo.patient_info.AEN01" /> 克
  122. </td>
  123. <td class="label">新生儿入院体重</td>
  124. <td colspan="5">
  125. <NoValueInputVue :data="blInfo.patient_info.AAA42" /> 克
  126. </td>
  127. </tr>
  128. <tr>
  129. <td class="label">入院时间</td>
  130. <td colspan="2">{{ blInfo.patient_info.AAB01 }}</td>
  131. <td class="label">入院科别</td>
  132. <td colspan="2">{{ blInfo.patient_hospital_info.AAB02C }}</td>
  133. <td class="label">病房</td>
  134. <td colspan="2">{{ blInfo.patient_hospital_info.AAB11N }}</td>
  135. <td class="label">转科科别</td>
  136. <td colspan="2">{{ blInfo.patient_hospital_info.AAD01C }}</td>
  137. </tr>
  138. <tr>
  139. <td class="label">出院时间</td>
  140. <td colspan="2">{{ blInfo.patient_info.AAC01 }}</td>
  141. <td class="label">出院科别</td>
  142. <td colspan="2">{{ blInfo.patient_hospital_info.AAC02C }}</td>
  143. <td class="label">病房</td>
  144. <td colspan="2">{{ blInfo.patient_info.AAC11N }}</td>
  145. <td class="label">实际住院天数</td>
  146. <td colspan="2">{{ blInfo.patient_info.AAC04 }}</td>
  147. </tr>
  148. <tr>
  149. <td class="label">门(急)诊诊断</td>
  150. <td colspan="5">{{ blInfo.patient_medical_info.ABA01C }}</td>
  151. <td class="label">疾病编码</td>
  152. <td colspan="5">{{ blInfo.patient_medical_info.ABA01N }}</td>
  153. </tr>
  154. </table>
  155. <div class="oper-box">
  156. <IconBtnVue>
  157. <el-image
  158. class="icon_btn"
  159. :src="require('../../assets/images/sort.png')"
  160. fit="contain">
  161. </el-image>
  162. </IconBtnVue>
  163. <IconBtnVue style="margin-right: 0;">
  164. <el-image
  165. class="icon_btn"
  166. :src="require('../../assets/images/setting.png')"
  167. fit="contain">
  168. </el-image>
  169. </IconBtnVue>
  170. </div>
  171. <!-- 诊断信息 -->
  172. <table class="table">
  173. <tr>
  174. <th class="label" colspan="3">出院诊断</th>
  175. <th class="label">疾病编码</th>
  176. <th class="label">入院病情</th>
  177. <th class="label" colspan="3">出院诊断</th>
  178. <th class="label">疾病编码</th>
  179. <th class="label">入院病情</th>
  180. </tr>
  181. <tr>
  182. <td colspan="3" class="center">{{ blInfo.main_diagnosis.ICD10_NAME ? '主要诊断:' + blInfo.main_diagnosis.ICD10_NAME : '' }}</td>
  183. <td class="center">{{ blInfo.main_diagnosis.ICD10_ID1 }}</td>
  184. <td class="center">{{ blInfo.main_diagnosis.RYQK }}</td>
  185. <td colspan="3" class="center">{{ blInfo.other_diagnosis.length ? '其他诊断:' + blInfo.other_diagnosis[0].ICD10_NAME : '' }}</td>
  186. <td class="center">{{ blInfo.other_diagnosis.length ?blInfo.other_diagnosis[0].ICD10_ID1 : '' }}</td>
  187. <td class="center">{{ blInfo.other_diagnosis.length ?blInfo.other_diagnosis[0].CYQK : '' }}</td>
  188. </tr>
  189. <tr v-for="i of get2Rows(blInfo.other_diagnosis.length-1)" :key="'zd'+i">
  190. <td colspan="3" class="center">其他诊断:{{ blInfo.other_diagnosis[1+i] ? blInfo.other_diagnosis[1+i].ICD10_NAME : '' }}</td>
  191. <td class="center">{{ blInfo.other_diagnosis[1+i] ? blInfo.other_diagnosis[1+i].ICD10_ID1 : '' }}</td>
  192. <td class="center">{{ blInfo.other_diagnosis[1+i] ? blInfo.other_diagnosis[1+i].CYQK : '' }}</td>
  193. <td colspan="3" class="center">{{ blInfo.other_diagnosis[2+i] ? '其他诊断:' + blInfo.other_diagnosis[2+i].ICD10_NAME : '' }}</td>
  194. <td class="center">{{ blInfo.other_diagnosis[2+i] ? blInfo.other_diagnosis[2+i].ICD10_ID1 : '' }}</td>
  195. <td class="center">{{ blInfo.other_diagnosis[2+i]? blInfo.other_diagnosis[2+i].CYQK : '' }}</td>
  196. </tr>
  197. <tr>
  198. <td class="label">入院病情</td>
  199. <td colspan="9">1.有<span class="mlr10" />2.临床未确定<span class="mlr10" />3.情况不明<span class="mlr10" />4.无</td>
  200. </tr>
  201. <tr>
  202. <td class="label">损伤、中毒的外部原因</td>
  203. <td colspan="7">{{ blInfo.patient_info.ABG01N }}</td>
  204. <td class="label">疾病编码</td>
  205. <td>{{ blInfo.patient_info.ABG01C }}</td>
  206. </tr>
  207. <tr>
  208. <td class="label">病理诊断</td>
  209. <td colspan="7">{{ blInfo.patient_medical_info.ABF01N }}</td>
  210. <td class="label">疾病编码</td>
  211. <td>{{ blInfo.patient_medical_info.ABF01C }}</td>
  212. </tr>
  213. <tr>
  214. <td class="label">最高诊断依据</td>
  215. <td colspan="4">{{ blInfo.patient_medical_info.ABF02C }}</td>
  216. <td class="label">病理号</td>
  217. <td colspan="2">{{ blInfo.patient_medical_info.ABF04 }}</td>
  218. <td class="label">ICD-0-3</td>
  219. <td>{{ blInfo.patient_add.ICD }}</td>
  220. </tr>
  221. <tr>
  222. <td class="label">药物过敏</td>
  223. <td colspan="4">
  224. <span class="square">{{ blInfo.patient_medical_info.AEB02C }}</span>
  225. <span class="mlr10" />1.无
  226. <span class="mlr10" />2.有
  227. <span class="mlr10" />3.-
  228. <span style="margin-left: 40px;">过敏药物:</span>
  229. <NoValueInputVue :data="blInfo.patient_medical_info.AEB01" />
  230. </td>
  231. <td class="label">死亡患者尸检</td>
  232. <td colspan="4">
  233. <span class="square">{{ blInfo.patient_hospital_info.AEI01C }}</span>
  234. <span class="mlr10" />1.是
  235. <span class="mlr10" />2.否
  236. <span class="mlr10" />3.-
  237. </td>
  238. </tr>
  239. <tr>
  240. <td class="label">血型</td>
  241. <td colspan="4">
  242. <span class="square">{{ blInfo.patient_medical_info.AEG01C }}</span>
  243. <span class="mlr10" />1.A
  244. <span class="mlr10" />2.B
  245. <span class="mlr10" />3.O
  246. <span class="mlr10" />4.AB
  247. <span class="mlr10" />5.不详
  248. <span class="mlr10" />6.未查
  249. </td>
  250. <td class="label">Rh</td>
  251. <td colspan="4">
  252. <span class="square">{{ blInfo.patient_medical_info.AEG02C }}</span>
  253. <span class="mlr10" />1.阴
  254. <span class="mlr10" />2.阳
  255. <span class="mlr10" />3.不详
  256. <span class="mlr10" />4.未查
  257. </td>
  258. </tr>
  259. <tr>
  260. <td class="label">护理级别</td>
  261. <td colspan="9">
  262. 1.特级护理<NoValueInputVue :data="blInfo.patient_add.TJHL" />天
  263. 2.一级护理<NoValueInputVue :data="blInfo.patient_add.YJHL" />天
  264. 3.二级护理<NoValueInputVue :data="blInfo.patient_add.EJHL" />天
  265. 4.三级护理<NoValueInputVue :data="blInfo.patient_add.SJHL" />天
  266. </td>
  267. </tr>
  268. <tr>
  269. <td class="label">科主任</td>
  270. <td>{{ blInfo.patient_doctor_info.AEE01 }}</td>
  271. <td class="label">科主任编码</td>
  272. <td>{{ blInfo.patient_doctor_info.AEE01_CODE }}</td>
  273. <td class="label">医疗组长</td>
  274. <td>{{ blInfo.patient_doctor_info.ZZYISXM }}</td>
  275. <td class="label">主任(副主任)医师</td>
  276. <td>{{ blInfo.patient_doctor_info.AEE02 }}</td>
  277. <td class="label">主任(副主任)医师编码</td>
  278. <td>{{ blInfo.patient_doctor_info.AEE02_CODE }}</td>
  279. </tr>
  280. <tr>
  281. <td class="label">主治医师</td>
  282. <td>{{ blInfo.patient_doctor_info.AEE03 }}</td>
  283. <td class="label">主治医师编码</td>
  284. <td>{{ blInfo.patient_doctor_info.AEE03_CODE }}</td>
  285. <td class="label">住院医师</td>
  286. <td>{{ blInfo.patient_doctor_info.AEE04 }}</td>
  287. <td class="label">住院医师编码</td>
  288. <td>{{ blInfo.patient_doctor_info.AEE04_CODE }}</td>
  289. <td class="label"></td>
  290. <td></td>
  291. </tr>
  292. <tr>
  293. <td class="label">责任护士</td>
  294. <td>{{ blInfo.patient_doctor_info.AEE10 }}</td>
  295. <td class="label">责任护士编码</td>
  296. <td>{{ blInfo.patient_doctor_info.AEE10_CODE }}</td>
  297. <td class="label">进修医生</td>
  298. <td>{{ blInfo.patient_doctor_info.AEE05 }}</td>
  299. <td class="label">实习医师</td>
  300. <td>{{ blInfo.patient_doctor_info.AEE07 }}</td>
  301. <td class="label">编码员</td>
  302. <td>{{ blInfo.patient_doctor_info.AEE08 }}</td>
  303. </tr>
  304. <tr>
  305. <td class="label">病案质量</td>
  306. <td colspan="3">
  307. <span class="square">{{ blInfo.patient_medical_info.AED01C }}</span>
  308. <span class="mlr10" />1.甲
  309. <span class="mlr10" />2.乙
  310. <span class="mlr10" />3.丙
  311. </td>
  312. <td class="label">质控医师</td>
  313. <td>{{ blInfo.patient_doctor_info.AED02 }}</td>
  314. <td class="label">质控护士</td>
  315. <td>{{ blInfo.patient_doctor_info.AED03 }}</td>
  316. <td class="label">质控时间</td>
  317. <td>{{ blInfo.patient_doctor_info.AED04 }}</td>
  318. </tr>
  319. </table>
  320. <div class="oper-box">
  321. <IconBtnVue>
  322. <el-image
  323. class="icon_btn"
  324. :src="require('../../assets/images/sort.png')"
  325. fit="contain">
  326. </el-image>
  327. </IconBtnVue>
  328. <IconBtnVue style="margin-right: 0;">
  329. <el-image
  330. class="icon_btn"
  331. :src="require('../../assets/images/setting.png')"
  332. fit="contain">
  333. </el-image>
  334. </IconBtnVue>
  335. </div>
  336. <!-- 手术信息 -->
  337. <table class="table shoushu">
  338. <tr>
  339. <th rowspan="2" class="label th25">手术及操作编码</th>
  340. <th rowspan="2" class="label th25">手术及操作日期</th>
  341. <th colspan="2" rowspan="2" class="label th25">手术及操作名称</th>
  342. <th rowspan="2" class="label th25">手术级别</th>
  343. <th rowspan="2" class="label th25">手术类型</th>
  344. <th colspan="3" class="label th25">手术及操作人员</th>
  345. <th rowspan="2" class="label th25">切口愈合等级</th>
  346. <th rowspan="2" class="label th25">麻醉方式</th>
  347. <th rowspan="2" class="label th25">麻醉医师</th>
  348. </tr>
  349. <tr>
  350. <th class="label th25">术者</th>
  351. <th class="label th25">Ⅰ助</th>
  352. <th class="label th25">Ⅱ助</th>
  353. </tr>
  354. <tr>
  355. <td class="center">{{ blInfo.main_operation.ICD9_ID1 }}</td>
  356. <td class="center">{{ blInfo.main_operation.OPE_DATE }}</td>
  357. <td class="center" colspan="2">{{ blInfo.main_operation.ICD9_NAME }}</td>
  358. <td class="center">{{ blInfo.main_operation.OPE_LEVEL }}</td>
  359. <td class="center">{{ blInfo.main_operation.SSPB }}</td>
  360. <td class="center">{{ blInfo.main_operation.OPE_MAN_NAME }}</td>
  361. <td class="center">{{ blInfo.main_operation.FRIST_ASSISTANT_NAME }}</td>
  362. <td class="center">{{ blInfo.main_operation.SECOND_ASSISTANT_NAME }}</td>
  363. <td class="center">{{ blInfo.main_operation.INCISION_GRADE_ID }}</td>
  364. <td class="center">{{ blInfo.main_operation.HOCUS_WAY_ID }}</td>
  365. <td class="center">{{ blInfo.main_operation.HOCUS_MAN_NAME }}</td>
  366. </tr>
  367. <tr v-for="item of blInfo.secondary_operation" :key="'ss' + item">
  368. <td class="center">{{ item.ICD9_ID1 }}</td>
  369. <td class="center">{{ item.OPE_DATE }}</td>
  370. <td class="center" colspan="2">{{ item.ICD9_NAME }}</td>
  371. <td class="center">{{ item.OPE_LEVEL }}</td>
  372. <td class="center">{{ item.SSPB }}</td>
  373. <td class="center">{{ item.OPE_MAN_NAME }}</td>
  374. <td class="center">{{ item.FRIST_ASSISTANT_NAME }}</td>
  375. <td class="center">{{ item.SECOND_ASSISTANT_NAME }}</td>
  376. <td class="center">{{ item.INCISION_GRADE_ID }}</td>
  377. <td class="center">{{ item.HOCUS_WAY_ID }}</td>
  378. <td class="center">{{ item.HOCUS_MAN_NAME }}</td>
  379. </tr>
  380. <tr v-for="item of 5" :key="'ss2' + item">
  381. <td class="center"></td>
  382. <td class="center"></td>
  383. <td class="center" colspan="2"></td>
  384. <td class="center"></td>
  385. <td class="center"></td>
  386. <td class="center"></td>
  387. <td class="center"></td>
  388. <td class="center"></td>
  389. <td class="center"></td>
  390. <td class="center"></td>
  391. <td class="center"></td>
  392. </tr>
  393. <tr>
  394. <td class="label">是否为日间手术</td>
  395. <td colspan="5">
  396. <span class="square">{{ blInfo.main_operation.RJSS }}</span>
  397. <span class="mlr10" />1.是
  398. <span class="mlr10" />2.否
  399. </td>
  400. <td class="label">有创呼吸机使用时间</td>
  401. <td colspan="5">{{ blInfo.patient_medical_info.AEL01 }}</td>
  402. </tr>
  403. <tr>
  404. <td class="label">临床路径/入径情况</td>
  405. <td colspan="5">
  406. <span class="square">{{ blInfo.patient_add.LCLJ }}</span>
  407. <span class="mlr10" />1.是
  408. <span class="mlr10" />2.否
  409. </td>
  410. <td class="label">完成情况</td>
  411. <td colspan="2">
  412. <span class="square">{{ blInfo.patient_add.WCQK }}</span>
  413. <span class="mlr10" />1.完成
  414. <span class="mlr10" />2.退出
  415. </td>
  416. <td class="label">变异情况</td>
  417. <td colspan="2">
  418. <span class="square">{{ blInfo.patient_add.BYQK }}</span>
  419. <span class="mlr10" />1.有
  420. <span class="mlr10" />2.无
  421. </td>
  422. </tr>
  423. <tr>
  424. <td class="label">颅脑损伤患者昏迷时间</td>
  425. <td colspan="11">
  426. 入院前:
  427. <NoValueInputVue :data="blInfo.patient_medical_info.AEJ01" />天
  428. <NoValueInputVue :data="blInfo.patient_medical_info.AEJ02" />小时
  429. <NoValueInputVue :data="blInfo.patient_medical_info.AEJ03" />分钟
  430. 入院后:
  431. <NoValueInputVue :data="blInfo.patient_medical_info.AEJ04" />天
  432. <NoValueInputVue :data="blInfo.patient_medical_info.AEJ05" />小时
  433. <NoValueInputVue :data="blInfo.patient_medical_info.AEJ06" />分钟
  434. </td>
  435. </tr>
  436. <tr>
  437. <th class="label" colspan="4">重症监护病房类型<br />(CCU、RICU、SICU、NICU、PICU、EICU、MICU、其他)</th>
  438. <th class="label" colspan="3">进重症监护室时间<br />年月日时分</th>
  439. <th class="label" colspan="3">出重症监护室时间<br />年月日时分</th>
  440. <th class="label" colspan="2">合计<br />小时</th>
  441. </tr>
  442. <tr v-for="(item, index) of blInfo.icu" :key="'icu' + index">
  443. <td colspan="4" class="center">{{ item.IS_MAIN_WAY }}</td>
  444. <td colspan="3" class="center">{{ item.IN_TIME }}</td>
  445. <td colspan="3" class="center">{{ item.OUT_TIME }}</td>
  446. <td colspan="2" class="center">{{ item.HJXS }}</td>
  447. </tr>
  448. <tr v-for="item of 3" :key="'zz' + item">
  449. <td colspan="4" class="center"></td>
  450. <td colspan="3" class="center"></td>
  451. <td colspan="3" class="center"></td>
  452. <td colspan="2" class="center"></td>
  453. </tr>
  454. <tr>
  455. <td class="label">离院方式</td>
  456. <td colspan="11">
  457. <span class="square">{{ blInfo.patient_info.AEM01C }}</span>
  458. <span class="mlr10" />1.医嘱离院
  459. <span class="mlr10" />2.医嘱转院,拟接收医疗机构名称:
  460. <span class="mlr10" />3.医嘱转社区卫生服务机构/乡镇卫生院,拟接收医疗机构名称<NoValueInputVue :data="blInfo.patient_hospital_info.AEM02" />
  461. <span class="mlr10" />4.非医嘱离院
  462. <span class="mlr10" />5.死亡
  463. <span class="mlr10" />6其他
  464. </td>
  465. </tr>
  466. <tr>
  467. <td class="label">是否有出院31天内在住院计划</td>
  468. <td colspan="11">
  469. <span class="square">{{ blInfo.patient_hospital_info.AEM03C }}</span>
  470. <span class="mlr10" />1.无
  471. <span class="mlr10" />2.有,目的化疗
  472. </td>
  473. </tr>
  474. </table>
  475. <div class="oper-box">
  476. <IconBtnVue style="margin-right: 0;">
  477. <span class="text_btn" @click="toCostPage">查看费用详情</span>
  478. </IconBtnVue>
  479. </div>
  480. <!-- 费用信息 -->
  481. <table class="table">
  482. <tr>
  483. <td class="label">住院费用(元)</td>
  484. <td colspan="9">总费用:<NoValueInputVue :data="blInfo.patient_info.ADA01" /> (自付金额:<NoValueInputVue :data="blInfo.patient_cost_info.ADA0101" /> )</td>
  485. </tr>
  486. <tr>
  487. <td class="label">1.综合医疗服务费</td>
  488. <td colspan="9">(1)一般医疗服务费: <NoValueInputVue :data="blInfo.patient_cost_info.D11" /> (2)一般治疗操作费:<NoValueInputVue :data="blInfo.patient_cost_info.D12" />(3)护理费:<NoValueInputVue :data="blInfo.patient_cost_info.D13" /> (4)其他费用:<NoValueInputVue :data="blInfo.patient_cost_info.D14" /></td>
  489. </tr>
  490. <tr>
  491. <td class="label">2.诊断类</td>
  492. <td colspan="9">(5)病理诊断费:<NoValueInputVue :data="blInfo.patient_cost_info.D15" /> (6)实验室诊断费:<NoValueInputVue :data="blInfo.patient_cost_info.D16" /> (7)影像学诊断费:<NoValueInputVue :data="blInfo.patient_cost_info.D17" /> (8)临床诊断项目费:<NoValueInputVue :data="blInfo.patient_cost_info.D18" /></td>
  493. </tr>
  494. <tr>
  495. <td class="label">3.治疗类</td>
  496. <td colspan="9">(9)非手术治疗项目费:<NoValueInputVue :data="blInfo.patient_cost_info.D19" /> (临床物理治疗费:<NoValueInputVue :data="blInfo.patient_cost_info.D19X01" /> ) (10)手术治疗费:<NoValueInputVue :data="blInfo.patient_cost_info.D20" /> (麻醉费:<NoValueInputVue :data="blInfo.patient_cost_info.D20X01" /> 手术费:<NoValueInputVue :data="blInfo.patient_cost_info.D20X02" /> )</td>
  497. </tr>
  498. <tr>
  499. <td class="label">4.康复类</td>
  500. <td colspan="9">(11)康复费:<NoValueInputVue :data="blInfo.patient_cost_info.D21" /></td>
  501. </tr>
  502. <tr>
  503. <td class="label">5.中医类</td>
  504. <td colspan="9">(12)中医治疗费:<NoValueInputVue :data="blInfo.patient_cost_info.D22" /></td>
  505. </tr>
  506. <tr>
  507. <td class="label">6.西药类</td>
  508. <td colspan="9">(13)西药费:<NoValueInputVue :data="blInfo.patient_cost_info.D23" /> (抗菌药物费用:<NoValueInputVue :data="blInfo.patient_cost_info.D23X01" /> )</td>
  509. </tr>
  510. <tr>
  511. <td class="label">7.中药类</td>
  512. <td colspan="9">(14)中成药费:<NoValueInputVue :data="blInfo.patient_cost_info.D24" /> (15)中草药费:<NoValueInputVue :data="blInfo.patient_cost_info.D25" /></td>
  513. </tr>
  514. <tr>
  515. <td class="label">8.血液和血液制品类</td>
  516. <td colspan="9">(16)血费:<NoValueInputVue :data="blInfo.patient_cost_info.D26" /> (17)白蛋白类制品费:<NoValueInputVue :data="blInfo.patient_cost_info.D27" /> (18)球蛋白类制品费:<NoValueInputVue :data="blInfo.patient_cost_info.D28" /> (19)凝血因子类制品费:<NoValueInputVue :data="blInfo.patient_cost_info.D29" /> (20)细胞因子类制品费:<NoValueInputVue :data="blInfo.patient_cost_info.D30" /></td>
  517. </tr>
  518. <tr>
  519. <td class="label">9.耗材类</td>
  520. <td colspan="9">(21)检查用一次性医用材料费:<NoValueInputVue :data="blInfo.patient_cost_info.D31" /> (22)治疗用一次性医用材料费:<NoValueInputVue :data="blInfo.patient_cost_info.D32" /> (23)手术用一次性医用材料费:<NoValueInputVue :data="blInfo.patient_cost_info.D33" /></td>
  521. </tr>
  522. <tr>
  523. <td class="label">10.其他类</td>
  524. <td colspan="9">(24)其他费:<NoValueInputVue :data="blInfo.patient_cost_info.D3" /></td>
  525. </tr>
  526. </table>
  527. </div>
  528. <ControlDrawerVue v-if="controlData.bSwitch" :data="controlData" @close="controlData.bSwitch=false" />
  529. <!-- 质控栏 -->
  530. <!-- <ControlDialogVue v-if="controlData.bSwitch" :data="controlData" /> -->
  531. </div>
  532. </template>
  533. <script>
  534. import ControlDrawerVue from './components/index/ControlDrawer.vue'
  535. // import ControlDialogVue from './components/index/ControlDialog.vue'
  536. import IconBtnVue from './components/index/IconBtn.vue'
  537. import NoValueInputVue from './components/index/NoValueInput.vue'
  538. export default {
  539. components: {
  540. IconBtnVue,
  541. // ControlDialogVue,
  542. NoValueInputVue,
  543. ControlDrawerVue
  544. },
  545. data() {
  546. return {
  547. controlData: {
  548. bSwitch: false,
  549. zyh: ''
  550. },
  551. // blInfo: {
  552. // patient_info: {},
  553. // patient_add: {},
  554. // patient_address_info: {},
  555. // patient_contacts_info: {},
  556. // patient_cost_info: {},
  557. // patient_doctor_info: {},
  558. // patient_hospital_info: {},
  559. // patient_medical_info: {},
  560. // patient_other_info: {},
  561. // patient_work_info: {},
  562. // main_diagnosis: {},
  563. // other_diagnosis: [],
  564. // main_operation: {},
  565. // secondary_operation: [],
  566. // icu: []
  567. // },
  568. blInfo: {
  569. "patient_info": {
  570. "id": 108258,
  571. "hospital_name": "滨州医学院烟台附属医院",
  572. "AAA28": "00224538",
  573. "MED_REC_ID": "844664",
  574. "AAA01": "林*娟",
  575. "AAA02C": "女",
  576. "AAA03": "1956-03-27 00:00:00",
  577. "AAA04": 67,
  578. "AAA05C": "汉族",
  579. "AAA40": 0,
  580. "AAA42": "",
  581. "AEN01": "",
  582. "AAA06C": "中国",
  583. "AAA07": "370631********5526",
  584. "AAA08C": "已婚",
  585. "AEM01C": "1",
  586. "AAB01": "2023-09-25 07:58:00",
  587. "AAC01": "2023-09-29 09:18:00",
  588. "AAC11N": "胃肠外科、疝与腹壁外科二病区",
  589. "AAC04": 4,
  590. "ADA01": "6122.22",
  591. "ADA0101": "514.9",
  592. "AAA29": 5,
  593. "AAB06C": "2",
  594. "ABC01N": "手术后恶性肿瘤化学治疗",
  595. "ICD9_NAME": null,
  596. "ORG_STATE": "01",
  597. "AAA26C": "2.城乡居民基本医疗保险",
  598. "ATTEND_GRP_CODE": "",
  599. "ATTEND_GRP_NAME": "",
  600. "F_D": null,
  601. "J": null,
  602. "coder_id": null,
  603. "score": 100,
  604. "is_error": 0,
  605. "ABG01N": "",
  606. "ABG01C": "",
  607. "status": 0,
  608. "created_at": "2023-10-08 12:33:32",
  609. "updated_at": "2023-10-09 00:32:54",
  610. "source": 0,
  611. "level": 0,
  612. "is_defect": 1,
  613. "is_defect_v2": 0,
  614. "is_update": 0,
  615. "home_bmy_score": null,
  616. "AAC11C": null,
  617. "AEE03_CODE": null,
  618. "AEE04_CODE": null,
  619. "AEE08_CODE": null,
  620. "ICD10_NAME": null
  621. },
  622. "patient_add": {
  623. "id": 534804,
  624. "YLJG": "",
  625. "AAA28": "00224538",
  626. "BRCW": "",
  627. "BAHM": "",
  628. "TYSHXYDM": "123700000871841638",
  629. "JKKH": null,
  630. "SFZJLX": "居民身份证",
  631. "XB": "女",
  632. "CSRQ": "1956-03-27 00:00:00",
  633. "ZYH": 844664,
  634. "XM": "林*娟",
  635. "RYKB": "胃肠外科、疝与腹壁外科二病区",
  636. "BFRY": "胃肠外科、疝与腹壁外科二病区",
  637. "ZKKB": "4269",
  638. "CYKB": "胃肠外科、疝与腹壁外科二病区",
  639. "CYSJ": "2023-09-29 09:18:00",
  640. "NL": "67岁",
  641. "rynyr": "2023-09-25",
  642. "rys": "07:58:00",
  643. "SJHL": 0,
  644. "EJHL": 4,
  645. "YJHL": 0,
  646. "TJHL": 0,
  647. "ZRHSBM": "9334",
  648. "ZRHS": "张*娥",
  649. "BMY": "隋*平",
  650. "ZKHSBM": "619",
  651. "ZKHS": "王*",
  652. "ZKRQ": "2023-09-29 00:00:00",
  653. "ZHFZRYS": "203",
  654. "ZZYSBM": "9276",
  655. "ZYYSBM": "10291",
  656. "ZZZYSBM": null,
  657. "SS1BM": "99.2503",
  658. "SS1RQ": "2023-09-25 00:00:00",
  659. "SS1MC": "静脉注射化疗药物",
  660. "SSLX1": null,
  661. "SS2BM": null,
  662. "SS2RQ": null,
  663. "SS2MC": null,
  664. "SSLX2": null,
  665. "SS3BM": null,
  666. "SS3RQ": null,
  667. "SS3MC": null,
  668. "SSLX3": null,
  669. "SS4BM": null,
  670. "SS4RQ": null,
  671. "SS4MC": null,
  672. "SSLX4": null,
  673. "SS5BM": null,
  674. "SS5RQ": null,
  675. "SS5MC": null,
  676. "SSLX5": null,
  677. "SS6BM": null,
  678. "SS6RQ": null,
  679. "SS6MC": null,
  680. "SSLX6": null,
  681. "SS7BM": null,
  682. "SS7RQ": null,
  683. "SS7MC": null,
  684. "SSLX7": null,
  685. "SS8BM": null,
  686. "SS8RQ": null,
  687. "SS8MC": null,
  688. "SSLX8": null,
  689. "SS9BM": null,
  690. "SS9RQ": null,
  691. "SS9MC": null,
  692. "SSLX9": null,
  693. "SS10BM": null,
  694. "SS10RQ": null,
  695. "SS10MC": null,
  696. "SSLX10": null,
  697. "SS11BM": null,
  698. "SS11RQ": null,
  699. "SS11MC": null,
  700. "SSLX11": null,
  701. "SS12BM": null,
  702. "SS12RQ": null,
  703. "SS12MC": null,
  704. "SSLX12": null,
  705. "SS13BM": null,
  706. "SS13RQ": null,
  707. "SS13MC": null,
  708. "SSLX13": null,
  709. "SS14BM": null,
  710. "SS14RQ": null,
  711. "SS14MC": null,
  712. "SSLX14": null,
  713. "SS15BM": null,
  714. "SS15RQ": null,
  715. "SS15MC": null,
  716. "SSLX15": null,
  717. "LCLJ": "2",
  718. "WCQK": null,
  719. "KZRXM": "李*",
  720. "ZHFZRYSXM": "李*",
  721. "ZZYSXM": "鲁*翔",
  722. "ZYYSXM": "常*宾",
  723. "ZZYISXM": null,
  724. "SFCH": "是",
  725. "BLZDMC": null,
  726. "BLZDBM": null,
  727. "SSPB": 0,
  728. "created_at": "2023-10-08 06:50:49",
  729. "updated_at": "2023-10-08 06:50:49",
  730. "BYQK": "0",
  731. "HB": 0,
  732. "HCV": 0,
  733. "HIV": 0
  734. },
  735. "patient_address_info": {
  736. "id": 108258,
  737. "AAA28": "844664",
  738. "AAA09": "山东省",
  739. "AAA10": "烟台市",
  740. "AAA11": "牟平区",
  741. "AAA43": "山东省",
  742. "AAA44": "烟台市",
  743. "AAA45": "山东省",
  744. "AAA46": "烟台市",
  745. "AAA47": "牟平区",
  746. "AAA12": "体育馆路511号3单元3301号",
  747. "AAA13C": 370631,
  748. "AAA33C": "",
  749. "AAA14C": "",
  750. "AAA15": "体育馆路511号3单元3301号",
  751. "AAA48": "山东省",
  752. "AAA49": "烟台市",
  753. "AAA50": "牟平区",
  754. "AAA16C": 370612,
  755. "AAA36C": "",
  756. "AAA51": "",
  757. "AAA17C": "",
  758. "created_at": "2023-10-08 12:33:32",
  759. "updated_at": "2023-10-08 12:33:32"
  760. },
  761. "patient_contacts_info": {
  762. "id": 515554,
  763. "AAA28": "844664",
  764. "AAA22": "唐*江",
  765. "AAA23C": "配偶",
  766. "AAA24": "体育馆路511号3单元3301号",
  767. "AAA25": "156****5028",
  768. "created_at": "2023-10-08 12:33:32",
  769. "updated_at": "2023-10-08 12:33:32"
  770. },
  771. "patient_cost_info": {
  772. "id": 515554,
  773. "AAA28": "844664",
  774. "AAA22": "唐*江",
  775. "AAA23C": "10",
  776. "AAA24": "体育馆路511号3单元3301号",
  777. "AAA25": "156****5028",
  778. "created_at": "2023-10-08 12:33:32",
  779. "updated_at": "2023-10-08 12:33:32"
  780. },
  781. "patient_doctor_info": {
  782. "id": 108258,
  783. "AAA28": "844664",
  784. "AED02": "李贺",
  785. "AED03": "王东",
  786. "AED04": "2023-09-29",
  787. "AEE01": "李贺",
  788. "AEE01_CODE": "203",
  789. "AEE02": "李贺",
  790. "AEE03": "鲁科翔",
  791. "AEE11": "",
  792. "AEE09": "常凯宾",
  793. "AEE04": "常凯宾",
  794. "AEE05": "",
  795. "AEE07": "",
  796. "AEE08": "8292",
  797. "AEE10": "张勤娥",
  798. "CODE_DATE": null,
  799. "COMPLETION_DATE": null,
  800. "SIGN_IN_DATE": null,
  801. "QUALITY_CONTROL": null,
  802. "AEE02_CODE": "203",
  803. "AEE03_CODE": "9276",
  804. "AEE04_CODE": "10291",
  805. "created_at": "2023-10-08 12:33:32",
  806. "updated_at": "2023-10-08 12:33:32",
  807. "AEE10_CODE": "9334"
  808. },
  809. "patient_hospital_info": {
  810. "id": 108258,
  811. "AAA28": "844664",
  812. "AAA30": "00224538",
  813. "ABC01C": "Z51.102",
  814. "AAA27": "-",
  815. "AAC001": "",
  816. "AAB01": "2023-09-25",
  817. "AAB02C": "胃肠外科、疝与腹壁外科二病区",
  818. "AAB03": "",
  819. "AAB11C": "胃肠外科、疝与腹壁外科二病区",
  820. "AAB11N": "胃肠外科、疝与腹壁外科二病区",
  821. "AAC02C": "胃肠外科、疝与腹壁外科二病区",
  822. "AAC03": " ",
  823. "AAC11C": "胃肠外科、疝与腹壁外科二病区",
  824. "AAD01C": "",
  825. "AEM02": "",
  826. "AEM03C": 1,
  827. "AEM04": "",
  828. "AEI01C": 2,
  829. "created_at": "2023-10-08 12:33:32",
  830. "updated_at": "2023-10-08 12:33:32"
  831. },
  832. "patient_medical_info": {
  833. "id": 620795,
  834. "AAA28": "844664",
  835. "ABA01C": "Z51.102",
  836. "ABA01N": "手术后恶性肿瘤化学治疗",
  837. "ABC03C": 0,
  838. "ABF01C": "",
  839. "ABF01N": "",
  840. "ABF04": "2312126",
  841. "ABF02C": 1,
  842. "ABF03C": "",
  843. "ABH01C": "",
  844. "ABH0201C": "",
  845. "ABH0202C": "",
  846. "ABH0203C": "",
  847. "ABH03C": "",
  848. "AEB02C": 1,
  849. "AEB01": "",
  850. "AED01C": 1,
  851. "AEG01C": 6,
  852. "AEG02C": 4,
  853. "AEG04": "",
  854. "AEG05": "",
  855. "AEG06": "",
  856. "AEG07": "",
  857. "AEG08": "",
  858. "AEJ01": 0,
  859. "AEJ02": 0,
  860. "AEJ03": 0,
  861. "AEJ04": 0,
  862. "AEJ05": 0,
  863. "AEJ06": 0,
  864. "AEL01": 0,
  865. "AEN02C": "",
  866. "AEN02N": "",
  867. "AEI09": "",
  868. "AEI10": "",
  869. "AEI08": "",
  870. "created_at": "2023-10-08 12:33:32",
  871. "updated_at": "2023-10-08 12:33:32"
  872. },
  873. "patient_other_info": {
  874. "id": 620795,
  875. "AAA28": "844664",
  876. "AAB07C": "",
  877. "AAB07N": "",
  878. "AAB07": 3,
  879. "AAB07D": "",
  880. "ABD04": "",
  881. "ABD051": 1,
  882. "ABD052": 1,
  883. "ABD053": 0,
  884. "ABD054": 0,
  885. "ZB09": "",
  886. "ZB08": "",
  887. "ZB07": "",
  888. "ZB06": "",
  889. "ZB05": "",
  890. "ZB04": "隋亚平",
  891. "ZB03": 9,
  892. "ZB02": 2023,
  893. "ZB01C": "",
  894. "ZA04": "",
  895. "MED_REC_ID": 844664,
  896. "UNT_ID": "060101",
  897. "ZA03": "滨州医学院烟台附属医院",
  898. "AFA01": 0,
  899. "AFA02": 0,
  900. "AFA03": 0,
  901. "AFA04": 0,
  902. "AFA05": 0,
  903. "AFA06": 0,
  904. "AFA07": 0,
  905. "AFA08": 0,
  906. "AFA09": 0,
  907. "AFA10": 0,
  908. "AFA11": 0,
  909. "AFA12": "",
  910. "ZB10": "",
  911. "ZB11": "",
  912. "IS_VALID": "",
  913. "SYN_DATE": "",
  914. "QU_STATE": "",
  915. "DATA_STATE": "",
  916. "BALANCEID": "",
  917. "AKC021": "",
  918. "created_at": "2023-10-08 12:33:32",
  919. "updated_at": "2023-10-08 12:33:32"
  920. },
  921. "patient_work_info": {
  922. "id": 108258,
  923. "AAA28": "844664",
  924. "AAA18C": 18,
  925. "AAA19": "无",
  926. "AAA20": "156****5029",
  927. "AAA21C": "",
  928. "created_at": "2023-10-08 12:33:32",
  929. "updated_at": "2023-10-08 12:33:32"
  930. },
  931. "main_diagnosis": {
  932. "id": 194173,
  933. "AAA28": "844664",
  934. "ZYHM": "00224538",
  935. "BAHM": "00224538",
  936. "CYRQ": "2023-09-29 09:18:00",
  937. "DIA_ORDER": 1,
  938. "ZZPB": 1,
  939. "LBMC": "出院诊断",
  940. "ICD10_ID1": "Z51.102",
  941. "ICD10_NAME": "手术后恶性肿瘤化学治疗",
  942. "RYQK": "有",
  943. "CYQK": null,
  944. "AREA_ID": "",
  945. "BATCH_ID": "",
  946. "created_at": "2023-10-08 06:45:40",
  947. "updated_at": "2023-10-08 06:45:40"
  948. },
  949. "other_diagnosis": [
  950. {
  951. "id": 886005,
  952. "AAA28": "844664",
  953. "ZYHM": "00224538",
  954. "BAHM": "00224538",
  955. "CYRQ": "2023-09-29 09:18:00",
  956. "DIA_ORDER": 1,
  957. "ZZPB": 0,
  958. "LBMC": "其他诊断1",
  959. "ICD10_ID1": "C18.900",
  960. "ICD10_NAME": "结肠恶性肿瘤",
  961. "RYQK": "有",
  962. "CYQK": null,
  963. "AREA_ID": "",
  964. "BATCH_ID": "",
  965. "created_at": "2023-10-08 06:46:20",
  966. "updated_at": "2023-10-08 06:46:20"
  967. },
  968. {
  969. "id": 886006,
  970. "AAA28": "844664",
  971. "ZYHM": "00224538",
  972. "BAHM": "00224538",
  973. "CYRQ": "2023-09-29 09:18:00",
  974. "DIA_ORDER": 2,
  975. "ZZPB": 0,
  976. "LBMC": "其他诊断2",
  977. "ICD10_ID1": "E11.900",
  978. "ICD10_NAME": "2型糖尿病",
  979. "RYQK": "有",
  980. "CYQK": null,
  981. "AREA_ID": "",
  982. "BATCH_ID": "",
  983. "created_at": "2023-10-08 06:46:20",
  984. "updated_at": "2023-10-08 06:46:20"
  985. },
  986. {
  987. "id": 886007,
  988. "AAA28": "844664",
  989. "ZYHM": "00224538",
  990. "BAHM": "00224538",
  991. "CYRQ": "2023-09-29 09:18:00",
  992. "DIA_ORDER": 3,
  993. "ZZPB": 0,
  994. "LBMC": "其他诊断3",
  995. "ICD10_ID1": "I10.x00x002",
  996. "ICD10_NAME": "高血压",
  997. "RYQK": "有",
  998. "CYQK": null,
  999. "AREA_ID": "",
  1000. "BATCH_ID": "",
  1001. "created_at": "2023-10-08 06:46:20",
  1002. "updated_at": "2023-10-08 06:46:20"
  1003. },
  1004. {
  1005. "id": 886095,
  1006. "AAA28": "844664",
  1007. "ZYHM": "00224538",
  1008. "BAHM": "00224538",
  1009. "CYRQ": "2023-09-29 09:18:00",
  1010. "DIA_ORDER": 4,
  1011. "ZZPB": 0,
  1012. "LBMC": "其他诊断4",
  1013. "ICD10_ID1": "Z98.800x005",
  1014. "ICD10_NAME": "肺术后",
  1015. "RYQK": "有",
  1016. "CYQK": null,
  1017. "AREA_ID": "",
  1018. "BATCH_ID": "",
  1019. "created_at": "2023-10-08 06:46:20",
  1020. "updated_at": "2023-10-08 06:46:20"
  1021. }
  1022. ],
  1023. "main_operation": {
  1024. "id": 225938,
  1025. "AAA28": "844664",
  1026. "ICD9_ID1": "99.2503",
  1027. "ICD9_NAME": "静脉注射化疗药物",
  1028. "OPE_DATE": "2023-09-25 00:00:00",
  1029. "OPE_MAN_NAME": "李*",
  1030. "OPE_MAN_CODE": "203",
  1031. "FRIST_ASSISTANT_CODE": null,
  1032. "FRIST_ASSISTANT_NAME": null,
  1033. "SECOND_ASSISTANT_CODE": null,
  1034. "SECOND_ASSISTANT_NAME": null,
  1035. "HOCUS_WAY_ID": null,
  1036. "INCISION_GRADE_ID": "0",
  1037. "HOCUS_MAN_CODE": null,
  1038. "HOCUS_MAN_NAME": null,
  1039. "START_TIME": null,
  1040. "END_TIME": null,
  1041. "OPE_ORDER": 1,
  1042. "OPE_LEVEL": 2,
  1043. "RJSS": "否",
  1044. "AREA_ID": "",
  1045. "BATCH_ID": "",
  1046. "created_at": "2023-10-08 06:48:19",
  1047. "updated_at": "2023-10-08 06:48:19",
  1048. "OPE_TYPE": null,
  1049. "SSPB": "治疗操作",
  1050. "HEAL_ID": null,
  1051. "ZYHM": "00224538",
  1052. "BAHM": "00224538",
  1053. "CYRQ": "2023-09-29 09:18:00",
  1054. "SFZYSS": "1"
  1055. },
  1056. "secondary_operation": [
  1057. {
  1058. "id": 225938,
  1059. "AAA28": "844664",
  1060. "ICD9_ID1": "99.2503",
  1061. "ICD9_NAME": "静脉注射化疗药物",
  1062. "OPE_DATE": "2023-09-25 00:00:00",
  1063. "OPE_MAN_NAME": "李*",
  1064. "OPE_MAN_CODE": "203",
  1065. "FRIST_ASSISTANT_CODE": null,
  1066. "FRIST_ASSISTANT_NAME": null,
  1067. "SECOND_ASSISTANT_CODE": null,
  1068. "SECOND_ASSISTANT_NAME": null,
  1069. "HOCUS_WAY_ID": null,
  1070. "INCISION_GRADE_ID": "0",
  1071. "HOCUS_MAN_CODE": null,
  1072. "HOCUS_MAN_NAME": null,
  1073. "START_TIME": null,
  1074. "END_TIME": null,
  1075. "OPE_ORDER": 1,
  1076. "OPE_LEVEL": 2,
  1077. "RJSS": "否",
  1078. "AREA_ID": "",
  1079. "BATCH_ID": "",
  1080. "created_at": "2023-10-08 06:48:19",
  1081. "updated_at": "2023-10-08 06:48:19",
  1082. "OPE_TYPE": null,
  1083. "SSPB": "治疗操作",
  1084. "HEAL_ID": null,
  1085. "ZYHM": "00224538",
  1086. "BAHM": "00224538",
  1087. "CYRQ": "2023-09-29 09:18:00",
  1088. "SFZYSS": "1"
  1089. }
  1090. ],
  1091. "icu": []
  1092. },
  1093. }
  1094. },
  1095. created() {
  1096. this.getData()
  1097. },
  1098. methods: {
  1099. // 是否显示质控栏
  1100. onToggle() {
  1101. this.controlData.zyh = this.$route.query.zyh
  1102. this.controlData.bSwitch = !this.controlData.bSwitch
  1103. },
  1104. // 计算行数
  1105. get2Rows(num) {
  1106. return Math.ceil(num / 2)
  1107. },
  1108. // 获取详情
  1109. getData() {
  1110. const params = {
  1111. ZYH: this.$route.query.zyh
  1112. }
  1113. this.$axios.post('/bmy/getBlDetails', params).then(res => {
  1114. this.blInfo = res.data
  1115. });
  1116. },
  1117. // 查看费用详情
  1118. toCostPage() {
  1119. this.$router.push({ name: 'Cost', query: { zyh: this.$route.query.zyh }})
  1120. }
  1121. }
  1122. }
  1123. </script>
  1124. <style lang="scss" scoped>
  1125. .bg-box {
  1126. transition: all .3s;
  1127. }
  1128. .has_control {
  1129. padding-right: 426px;
  1130. }
  1131. .title {
  1132. font-size: 24px;
  1133. font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  1134. font-weight: bold;
  1135. color: #333333;
  1136. text-align: center;
  1137. line-height: 40px;
  1138. margin-bottom: 20px;
  1139. }
  1140. .bg-card {
  1141. position: relative;
  1142. user-select: none;
  1143. }
  1144. .btn-wrapper {
  1145. position: absolute;
  1146. top: 20px;
  1147. right: 20px;
  1148. }
  1149. .zyh {
  1150. font-size: 16px;
  1151. font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  1152. font-weight: 400;
  1153. color: #333333;
  1154. text-align: right;
  1155. margin-bottom: 20px;
  1156. }
  1157. .icon_btn {
  1158. width: 20px;
  1159. height: 20px;
  1160. display: block;
  1161. }
  1162. .text_btn {
  1163. font-size: 14px;
  1164. font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  1165. font-weight: 400;
  1166. color: #185DA6;
  1167. line-height: 20px;
  1168. }
  1169. .oper-box {
  1170. text-align: right;
  1171. }
  1172. .mlr10 {
  1173. margin: 0 10px;
  1174. }
  1175. .table {
  1176. width: 100%;
  1177. min-width: 600px;
  1178. table-layout: fixed;
  1179. empty-cells: show;
  1180. border-collapse: collapse;
  1181. margin: 0 auto;
  1182. th,td {
  1183. border: 1px solid #666666;
  1184. font-size: 14px;
  1185. box-sizing: border-box;
  1186. height: 40px;
  1187. color: #333333;
  1188. padding: 0 12px;
  1189. word-break: break-all;
  1190. }
  1191. td.label {
  1192. width: 140px;
  1193. height: 40px;
  1194. color: #666666;
  1195. background-color: #EBEBEB;
  1196. text-align: center;
  1197. }
  1198. th.label {
  1199. height: 40px;
  1200. color: #666666;
  1201. background-color: #EBEBEB;
  1202. text-align: center;
  1203. }
  1204. .center {
  1205. text-align: center;
  1206. }
  1207. }
  1208. .shoushu {
  1209. .th25 {
  1210. height: 25px !important;
  1211. }
  1212. }
  1213. .square {
  1214. display: inline-block;
  1215. width: 20px;
  1216. height: 20px;
  1217. text-align: center;
  1218. border: 1px solid #707070;
  1219. border-radius: 2px;
  1220. vertical-align: middle;
  1221. }
  1222. </style>