diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue index 197fa836..0f0b0da0 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue @@ -1301,6 +1301,7 @@ export default { annotations.map(i => { if (i.MeasureData) { const annotation = i.MeasureData + annotation.highlighted = false cornerstoneTools.annotation.state.addAnnotation(annotation) if (this.visitTaskList[taskIdx].ReadingTaskState === 2) { cornerstoneTools.annotation.locking.setAnnotationLocked(annotation.annotationUID) diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/ReportPage.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/ReportPage.vue index ccdb3339..393536d1 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/ReportPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/ReportPage.vue @@ -245,7 +245,7 @@ :title="additionalAssessmentsDig.title" width="600px" > - i.QuestionMark === 2) if (idxLymphNode > -1) { isLymphNodes = item.Childrens[idxLymphNode].Answer[k].Answer ? parseInt(item.Childrens[idxLymphNode].Answer[k].Answer) : null