diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/FusionForm.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/FusionForm.vue new file mode 100644 index 00000000..afd0ae57 --- /dev/null +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/FusionForm.vue @@ -0,0 +1,276 @@ + + + diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/PetCtReadPage.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/PetCtReadPage.vue index cf948261..a18d0258 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/PetCtReadPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/PetCtReadPage.vue @@ -921,11 +921,13 @@ export default { this.rows = 2; this.cols = 2; this.$refs[`viewport-${0}`][0].setSeriesInfo(this.ctSeriesInfo) - this.$refs[`viewport-${1}`][0].setSeriesInfo(this.petSeriesInfo) - this.$refs[`viewport-${2}`][0].setSeriesInfo({ ct: this.ctSeriesInfo, pet: this.petSeriesInfo }, false, { isFusion: true }) - this.$refs[`viewport-${3}`][0].setSeriesInfo(this.petSeriesInfo, false, { isMip: true }) + this.$refs[`viewport-${1}`][0].setSeriesInfo(this.petSeriesInfo, false, { colorMap: true }) + this.$refs[`viewport-${2}`][0].setSeriesInfo({ ct: this.ctSeriesInfo, pet: this.petSeriesInfo }, false, { isFusion: true, colorMap: true }) + this.$refs[`viewport-${3}`][0].setSeriesInfo(this.petSeriesInfo, false, { isMip: true, colorMap: true }) this.cellType = ['CT', 'PT', 'FUSION', 'MIP'] - this.setColorMap(this.rgbPresetName) + this.$nextTick(() => { + this.setColorMap(this.rgbPresetName) + }) }, handleStudyIdChange(v) { var i = this.studyList.findIndex(i => i.StudyId === v) diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/PetCtViewport.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/PetCtViewport.vue index 7321a43c..0bf7ef5f 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/PetCtViewport.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/PetCtViewport.vue @@ -1,5 +1,5 @@ + + \ No newline at end of file