From 72fd85a7269f5e05f24a0444197023b802416829 Mon Sep 17 00:00:00 2001 From: bianyaqi Date: Tue, 23 May 2023 18:06:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E7=BA=A6=E7=9B=B8=E5=85=B3=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page-subspecialty/store/modules/sign.js | 32 ++- .../modules/formList/InformedConsent.vue | 5 +- .../views/modules/formList/mraForm.vue | 228 +++++++++++++++--- .../views/modules/formList/mraOrder.vue | 31 ++- .../reservation/schedule/addPatientOrder.vue | 117 ++++----- .../reservation/subList/index.vue | 74 +++++- .../reservation/subSetting/addProject.vue | 2 +- .../outpatientManagement/treat/index.vue | 1 - 8 files changed, 385 insertions(+), 105 deletions(-) diff --git a/src/page-subspecialty/store/modules/sign.js b/src/page-subspecialty/store/modules/sign.js index 3796072..554d7dd 100644 --- a/src/page-subspecialty/store/modules/sign.js +++ b/src/page-subspecialty/store/modules/sign.js @@ -25,7 +25,11 @@ export default { guardianSign2: '', operator: '', informedDocSign: '', - informPatientSign: '' + informPatientSign: '', + fundusDocSign: '', + kinSign: '', + performerSign: '', + checkerSign: '' }, getters: { doctorSignImg: state => state.doctorSignImg, @@ -39,7 +43,11 @@ export default { guardianSign2: state => state.guardianSign2, operator: state => state.operator, informedDocSign: state => state.informedDocSign, - informPatientSign: state => state.informPatientSign + informPatientSign: state => state.informPatientSign, + fundusDocSign: state => state.fundusDocSign, + kinSign: state => state.kinSign, + performerSign: state => state.performerSign, + checkerSign: state => state.checkerSign }, mutations: { // 销毁签字笔 @@ -182,6 +190,14 @@ export default { this.commit('informedDocSign', img_base64) } else if (state.type === 11) { this.commit('informPatientSign', img_base64) + } else if (state.type === 12) { + this.commit('fundusDocSign', img_base64) + } else if (state.type === 13) { + this.commit('kinSign', img_base64) + } else if (state.type === 14) { + this.commit('performerSign', img_base64) + } else if (state.type === 15) { + this.commit('checkerSign', img_base64) } } else { // debugPrint("saveSignToBase64 error,description:" + args[0]); @@ -224,6 +240,18 @@ export default { }, informPatientSign(state, val) { state.informPatientSign = val + }, + fundusDocSign(state, val) { + state.fundusDocSign = val + }, + kinSign(state, val) { + state.kinSign = val + }, + performerSign(state, val) { + state.performerSign = val + }, + checkerSign(state, val) { + state.checkerSign = val } } } diff --git a/src/page-subspecialty/views/modules/formList/InformedConsent.vue b/src/page-subspecialty/views/modules/formList/InformedConsent.vue index d292297..2ba7642 100644 --- a/src/page-subspecialty/views/modules/formList/InformedConsent.vue +++ b/src/page-subspecialty/views/modules/formList/InformedConsent.vue @@ -19,7 +19,7 @@
年龄:
性别:
眼别: - + { const detail = data.data.data + if (detail.eyeType) { + this.confirmData.eyeType = detail.eyeType + } const bnzList = detail.bnz && detail.bnz.split('/') || [] const qgyList = detail.qgy && detail.qgy.split('/') || [] const ydbList = detail.ydb && detail.ydb.split('/') || [] diff --git a/src/page-subspecialty/views/modules/formList/mraForm.vue b/src/page-subspecialty/views/modules/formList/mraForm.vue index 8cc538b..234566c 100644 --- a/src/page-subspecialty/views/modules/formList/mraForm.vue +++ b/src/page-subspecialty/views/modules/formList/mraForm.vue @@ -5,46 +5,141 @@ 保存 删除
-
-
- -
-
-

- 眼底血管造影知情同意书 -

-
-
- 患者姓名: -
-
- 性别: -
-
- 年龄: +
+
+
+
-
- 登记号: -
-
-
-

尊敬的患者:

-

- 您好!眼底血管造影检查属特殊检查,可能产生不良后果,为使该项检查顺利完成,特将相关事项提前告知: -

-

- 请您务必在检查前认真阅读! +


+

+ 眼底血管造影知情同意书

-
-

{{ `${index+1}. ${item.title}` }}

-

- {{ `(${idx+1})${det}` }} +

+
+ 患者姓名: +
+
+ 性别: +
+
+ 年龄: +
+
+ 登记号: +
+
+
+

尊敬的患者:

+

+ 您好!眼底血管造影检查属特殊检查,可能产生不良后果,为使该项检查顺利完成,特将相关事项提前告知: +

+

+ 请您务必在检查前认真阅读!

+
+

{{ `${index+1}. ${item.title}` }}

+

+ {{ `(${idx+1})${det}` }} +

+
+
+
+ + 今日行 + 荧光素血管造影,以上内容我已逐条认真阅读并理解眼底血管造影相关风险,同意进行此项检查 + 及荧光素钠注射液药物过敏试验。 + +
+
+ + 今日行 + 吲哚菁绿血管造影,以上内容我已逐条认真阅读并理解眼底血管造影相关风险,同意进行此项检查。 + +
+
+
+
+ 患者签字: +
+ + +
+
+
+ 或授权亲属签字(关系): +
+ + +
+ 日期: + +
+
+ 医生签字: + + 日期: + +
+
+
+
检查当日患者情况:
+
+ 血压:mmHg, + 脉搏:次/分, + 血糖:mmol/L, +
+
+ 眼压: + 右眼: + mmHg, + 左眼:mmHg。 +
+
检查前药物过敏试验情况:
+
+ 阴性: + 时间: +
+
+ 阳性:反应情况:恶心、呕吐、头晕、皮肤反应、其它 +
+
+ 药物批号: +
+
检查前药物过敏试验情况:
+
+ 执行药敏试验者签字: +
+ + +
+ 工号: +
+
+ 核对药敏实验者签字: +
+ + +
+ 工号: +
+
-
- +