1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
3a20586609
commit
6ecce41b35
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue