Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
commit
4f1fdb185f
|
@ -181,9 +181,10 @@ export default {
|
||||||
elementObject.value = str
|
elementObject.value = str
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (element.length !== 2 && element.length !== 4) {
|
elementObject.value = dataSet.string(propertyName)
|
||||||
// elementObject.value = 'binary data'
|
// if (element.length !== 2 && element.length !== 4) {
|
||||||
}
|
// // elementObject.value = 'binary data'
|
||||||
|
// }
|
||||||
}
|
}
|
||||||
} else if (vr === 'US') {
|
} else if (vr === 'US') {
|
||||||
let text = dataSet.uint16(propertyName)
|
let text = dataSet.uint16(propertyName)
|
||||||
|
|
Loading…
Reference in New Issue