From ee487483d6179570ac3b70e782b934d553609958 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Tue, 28 May 2024 14:03:47 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E7=AE=A1=E7=90=86=E7=B1=BB=E8=B4=A6?=
=?UTF-8?q?=E5=8F=B7=E5=A2=9E=E5=8A=A0=E8=BF=9B=E5=85=A5=E7=AE=A1=E7=90=86?=
=?UTF-8?q?=E5=90=8E=E5=8F=B0=E7=9A=84=E8=8F=9C=E5=8D=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../trials/trials-layout/components/trialsNavbar.vue | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/src/views/trials/trials-layout/components/trialsNavbar.vue b/src/views/trials/trials-layout/components/trialsNavbar.vue
index 082a8545..ee83bc71 100644
--- a/src/views/trials/trials-layout/components/trialsNavbar.vue
+++ b/src/views/trials/trials-layout/components/trialsNavbar.vue
@@ -46,6 +46,12 @@
{{ $t('trials:trials-myinfo:title:accountInfo') }}
+
+ {{ $t("trials:trials-myinfo:title:system") }}
{{ $t('trials:trials-myinfo:button:loginout') }}
@@ -108,6 +114,9 @@ export default {
case '4-3':
this.logout()
break
+ case "4-4":
+ this.go("/system");
+ break;
case '1':
this.go('/trials/trials-workbench')
break
From c3e5ed0bff644c0d5830320deac63305d549f6aa Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Wed, 29 May 2024 08:58:03 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E3=80=81=E4=B8=8B?=
=?UTF-8?q?=E8=BD=BD=E5=BD=B1=E5=83=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../uploadImage/components/study-view.vue | 95 +++
.../uploadImage/components/upload-list.vue | 683 ++++++++++++++++
src/components/uploadImage/index.vue | 742 +-----------------
3 files changed, 793 insertions(+), 727 deletions(-)
create mode 100644 src/components/uploadImage/components/study-view.vue
create mode 100644 src/components/uploadImage/components/upload-list.vue
diff --git a/src/components/uploadImage/components/study-view.vue b/src/components/uploadImage/components/study-view.vue
new file mode 100644
index 00000000..8cb60683
--- /dev/null
+++ b/src/components/uploadImage/components/study-view.vue
@@ -0,0 +1,95 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/uploadImage/components/upload-list.vue b/src/components/uploadImage/components/upload-list.vue
new file mode 100644
index 00000000..9abdf010
--- /dev/null
+++ b/src/components/uploadImage/components/upload-list.vue
@@ -0,0 +1,683 @@
+
+
+
{{
+ $t("trials:uploadImage:button:uploadTableTitle")
+ }}
+
+
+
+
+
+ {{ $t("trials:uploadImage:button:selectFolder") }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t("trials:uploadImage:table:studyDetail1") }}
+ {{ $t("trials:uploadImage:table:studyDetail2") }}
+ {{ $t("trials:uploadedDicoms:table:studyDate") }}
+
+ {{ $t("trials:uploadImage:table:studyInfo") }}
+
+
+
+
+
+
+
+ Acc:
+ {{ scope.row.dicomInfo.AccessionNumber || "N/A" }}
+
+
+
+
+ {{ scope.row.dicomInfo.Modalities.join("、") }},
+
+ N/A,
+
+
+ {{ scope.row.SeriesInstanceUidList.length }} Series,
+
+ N/A,
+
+
+ {{ scope.row.count }} Instances
+
+ N/A
+
+
+
+
+
+
+ {{ scope.row.dicomInfo.seriesBodyPartExamined }},
+
+ N/A,
+
+
+
+ {{ scope.row.dicomInfo.StudyDescription }}
+ N/A
+
+
+
+ {{ scope.row.dicomInfo.StudyTime }}
+
+
+
+
+
+
+
+
+
+ {{ $t("trials:uploadImage:table:pId") }}
+ {{ $t("trials:uploadImage:table:patientName") }}
+ {{ $t("trials:uploadImage:table:pInfo") }}
+
+ {{ $t("trials:uploadImage:table:patientInfo") }}
+
+
+
+
+
+ PID: {{ scope.row.dicomInfo.PatientId }}
+ N/A
+
+
+
+ {{ scope.row.dicomInfo.PatientName || "N/A" }}
+
+
+
+
+ {{ scope.row.dicomInfo.PatientSex || "N/A" }},
+
+
+
+ {{ scope.row.dicomInfo.PatientAge || "N/A" }},
+
+
+
+ {{ scope.row.dicomInfo.PatientBirthDate || "N/A" }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $fd("UploadStatus", scope.row.status) }}
+
+
+
+
+
+ {{
+ `${scope.row.count} /${scope.row.successCount} / ${scope.row.failCount}`
+ }}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/uploadImage/index.vue b/src/components/uploadImage/index.vue
index e2ce78b2..c065d92a 100644
--- a/src/components/uploadImage/index.vue
+++ b/src/components/uploadImage/index.vue
@@ -75,294 +75,24 @@
- {{
- $t("trials:uploadImage:button:uploadTableTitle")
- }}
-
-
-
-
-
- {{ $t("trials:uploadImage:button:selectFolder") }}
-
-
-
-
-
-
-
-
-
-
-
- {{ $t("trials:uploadImage:table:studyDetail1") }}
- {{ $t("trials:uploadImage:table:studyDetail2") }}
- {{ $t("trials:uploadedDicoms:table:studyDate") }}
-
- {{ $t("trials:uploadImage:table:studyInfo") }}
-
-
-
-
-
-
-
- Acc:
- {{ scope.row.dicomInfo.AccessionNumber || "N/A" }}
-
-
-
-
- {{ scope.row.dicomInfo.Modalities.join("、") }},
-
- N/A,
-
-
- {{ scope.row.SeriesInstanceUidList.length }} Series,
-
- N/A,
-
-
- {{ scope.row.count }} Instances
-
- N/A
-
-
-
-
-
-
- {{ scope.row.dicomInfo.seriesBodyPartExamined }},
-
- N/A,
-
-
-
- {{ scope.row.dicomInfo.StudyDescription }}
- N/A
-
-
-
- {{ scope.row.dicomInfo.StudyTime }}
-
-
-
-
-
-
-
-
-
- {{ $t("trials:uploadImage:table:pId") }}
- {{ $t("trials:uploadImage:table:patientName") }}
- {{ $t("trials:uploadImage:table:pInfo") }}
-
- {{ $t("trials:uploadImage:table:patientInfo") }}
-
-
-
-
-
- PID: {{ scope.row.dicomInfo.PatientId }}
- N/A
-
-
-
- {{ scope.row.dicomInfo.PatientName || "N/A" }}
-
-
-
-
- {{ scope.row.dicomInfo.PatientSex || "N/A" }},
-
-
-
- {{ scope.row.dicomInfo.PatientAge || "N/A" }},
-
-
-
- {{ scope.row.dicomInfo.PatientBirthDate || "N/A" }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ $fd("UploadStatus", scope.row.status) }}
-
-
-
-
-
- {{
- `${scope.row.count} /${scope.row.successCount} / ${scope.row.failCount}`
- }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ :StudyInstanceUidList="StudyInstanceUidList"
+ :SopInstanceUidList="SopInstanceUidList"
+ @getList="getList"
+ />
+
@@ -947,7 +238,4 @@ label {
padding-top: 15px;
}
}
-.colorOfRed {
- color: #f44336;
-}
\ No newline at end of file