Compare commits
No commits in common. "60d3b2504176e283684df01883ba2f8fc1e0b664" and "472599c663b93f92732620e5ee7e16e4387a2128" have entirely different histories.
60d3b25041
...
472599c663
|
@ -123,6 +123,10 @@ export default {
|
|||
|
||||
elementObject.tagLength = element.length
|
||||
elementObject.value = ''
|
||||
|
||||
if (element.vr) {
|
||||
elementObject.vr = element.vr
|
||||
}
|
||||
elementObject.child = []
|
||||
|
||||
if (element.items) {
|
||||
|
@ -137,12 +141,7 @@ export default {
|
|||
var vr
|
||||
if (element.vr !== undefined) {
|
||||
vr = element.vr
|
||||
} else {
|
||||
if (tag !== undefined) {
|
||||
vr = tag.vr
|
||||
}
|
||||
}
|
||||
elementObject.vr = vr
|
||||
if (element.length < 128) {
|
||||
// const str = dataSet.string(propertyName)
|
||||
// if (elementObject.tagCode === 'x00280010') {
|
||||
|
|
Loading…
Reference in New Issue