From 6ecce41b353e4675e16565916e249b200349a6d3 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Fri, 6 Dec 2024 16:35:23 +0800 Subject: [PATCH] 1 --- src/components/Dicom/DicomTags.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/Dicom/DicomTags.vue b/src/components/Dicom/DicomTags.vue index 734d51ea..31e503f2 100644 --- a/src/components/Dicom/DicomTags.vue +++ b/src/components/Dicom/DicomTags.vue @@ -119,9 +119,6 @@ export default { } else { elementObject.tagCode = tag ? tag.tag : '' elementObject.tagName = tag ? tag.name : '' - if (tag.name === 'PatientName') { - console.log(123) - } } elementObject.tagLength = element.length @@ -177,9 +174,6 @@ export default { } else { if (this.isStringVr(vr)) { const str = dataSet.string(propertyName) - if (elementObject.tagName === 'PatientName') { - console.log(str) - } const stringIsAscii = this.isASCII(str) if (stringIsAscii) {