1
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-12-06 16:35:23 +08:00
parent 3a20586609
commit 6ecce41b35
-6
View File
@@ -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) {