From 26558472b485b9f83113c76f06379be63dfbe50b Mon Sep 17 00:00:00 2001 From: lichuanyang <1176537920@qq.com> Date: Thu, 15 Aug 2024 13:06:03 +0800 Subject: [PATCH] =?UTF-8?q?dicom=E6=95=B0=E6=8D=AE=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/tblist/patientexamlist/index.ts | 9 +- src/views/tblist/patientexamlist/index.vue | 22 +- .../patientexamlistultrasonic/index.vue | 302 +++++++++--------- 3 files changed, 168 insertions(+), 165 deletions(-) diff --git a/src/api/tblist/patientexamlist/index.ts b/src/api/tblist/patientexamlist/index.ts index a80a4d82..3b08a1e8 100644 --- a/src/api/tblist/patientexamlist/index.ts +++ b/src/api/tblist/patientexamlist/index.ts @@ -75,8 +75,13 @@ export const PatientexamlistApi = { return await request.put({ url: `/tblist/patientexamlist/examineupdate`, data }) }, - // 超声审核 - examine: async (id: String) => { + // 超声审核 + examine: async (id: String) => { return await request.get({ url: `/tblist/patientexamlist/examine?id=` + id }) }, + + // dicom数据同步 + dicomDataSync: async () => { + return await request.get({ url: `/tblist/patientexamlist/dicomDataSync` }) + }, } diff --git a/src/views/tblist/patientexamlist/index.vue b/src/views/tblist/patientexamlist/index.vue index 680ebf54..e3a200fd 100644 --- a/src/views/tblist/patientexamlist/index.vue +++ b/src/views/tblist/patientexamlist/index.vue @@ -264,6 +264,7 @@ > 导出 + 同步 @@ -287,7 +288,7 @@ - + - - + +