Compare commits

..

No commits in common. "bc4639a238c86e17d3e5aab3d407529f8bff8250" and "ff0d2046129b79f7975ecc2c9c73a5eebd74bf2c" have entirely different histories.

3 changed files with 7 additions and 18 deletions

View File

@ -185,8 +185,7 @@ export default {
rotateAngle: 0,
rotateBarLeft: 0,
loading: false,
toggleClipPlayTimer: null,
isFlip: false
toggleClipPlayTimer: null
}
},
mounted() {
@ -364,11 +363,7 @@ export default {
return 'unknown';
},
setFilp(f = false) {
this.isFlip = f
},
stackNewImage(e) {
if (this.isFlip) return this.isFlip = false
const { detail } = e
this.series.SliceIndex = detail.imageIndex
this.sliderInfo.height = detail.imageIndex * 100 / detail.numberOfSlices

View File

@ -2902,7 +2902,6 @@ export default {
const viewportId = `${this.viewportKey}-${this.activeViewportIndex}`
const viewport = renderingEngine.getViewport(viewportId)
const type = parseInt(value)
if (this.readingTool === 3 || this.isMPR) this.$refs[`${this.viewportKey}-${this.activeViewportIndex}`][0].setFilp(true)
// 123490590
if (type === 1) {
// viewport.resetCamera()
@ -3007,7 +3006,7 @@ export default {
viewport.setProperties({ voiRange: { upper: 5, lower: 0 } })
}
viewport.render()
// renderingEngine.render()
renderingEngine.render()
if (this.readingTool === 3) {
DicomEvent.$emit('isloaded', { isChange: false, viewportId })
}

View File

@ -203,8 +203,7 @@ export default {
rotateAngle: 0,
rotateBarLeft: 0,
loading: false,
toggleClipPlayTimer: null,
isFlip: false
toggleClipPlayTimer: null
}
},
mounted() {
@ -383,11 +382,7 @@ export default {
return 'unknown';
},
setFilp(f = false) {
this.isFlip = f
},
stackNewImage(e) {
if (this.isFlip) return this.isFlip = false
const { detail } = e
delete this.series.segment
this.series.SliceIndex = detail.imageIndex