阅片报告页更改
parent
f8774224b3
commit
8ea7540581
|
@ -1301,6 +1301,7 @@ export default {
|
||||||
annotations.map(i => {
|
annotations.map(i => {
|
||||||
if (i.MeasureData) {
|
if (i.MeasureData) {
|
||||||
const annotation = i.MeasureData
|
const annotation = i.MeasureData
|
||||||
|
annotation.highlighted = false
|
||||||
cornerstoneTools.annotation.state.addAnnotation(annotation)
|
cornerstoneTools.annotation.state.addAnnotation(annotation)
|
||||||
if (this.visitTaskList[taskIdx].ReadingTaskState === 2) {
|
if (this.visitTaskList[taskIdx].ReadingTaskState === 2) {
|
||||||
cornerstoneTools.annotation.locking.setAnnotationLocked(annotation.annotationUID)
|
cornerstoneTools.annotation.locking.setAnnotationLocked(annotation.annotationUID)
|
||||||
|
|
|
@ -245,7 +245,7 @@
|
||||||
:title="additionalAssessmentsDig.title"
|
:title="additionalAssessmentsDig.title"
|
||||||
width="600px"
|
width="600px"
|
||||||
>
|
>
|
||||||
<AdditionalAssessment
|
<additional-assessment
|
||||||
:questions="assessmentQuestions"
|
:questions="assessmentQuestions"
|
||||||
:visit-task-id="visitTaskId"
|
:visit-task-id="visitTaskId"
|
||||||
@close="additionalAssessmentsDig.visible = false"
|
@close="additionalAssessmentsDig.visible = false"
|
||||||
|
@ -440,7 +440,7 @@ export default {
|
||||||
} else {
|
} else {
|
||||||
filterArr = [3, 4, 5, 6, 2, 8, 10, 7, 1106, 1105]
|
filterArr = [3, 4, 5, 6, 2, 8, 10, 7, 1106, 1105]
|
||||||
}
|
}
|
||||||
if ((lesionType === 0 || lesionType === 5) && isLymphNodes === 0 && !this.isShowDetail && (this.criterionType === 1 || this.criterionType === 3 || this.criterionType === 17)) {
|
if ((lesionType === 0 || lesionType === 5) && isLymphNodes === 0 && !this.isShowDetail && (this.criterionType === 1 || this.criterionType === 3 || this.criterionType === 7 || this.criterionType === 17)) {
|
||||||
filterArr.push(1)
|
filterArr.push(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -502,7 +502,7 @@ export default {
|
||||||
obj.QuestionName = `${obj.QuestionName} (${item.ReportMark})`
|
obj.QuestionName = `${obj.QuestionName} (${item.ReportMark})`
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.criterionType === 1 || this.criterionType === 3 || this.criterionType === 17) {
|
if (this.criterionType === 1 || this.criterionType === 3 || this.criterionType === 7 || this.criterionType === 17) {
|
||||||
var idxLymphNode = item.Childrens.findIndex(i => i.QuestionMark === 2)
|
var idxLymphNode = item.Childrens.findIndex(i => i.QuestionMark === 2)
|
||||||
if (idxLymphNode > -1) {
|
if (idxLymphNode > -1) {
|
||||||
isLymphNodes = item.Childrens[idxLymphNode].Answer[k].Answer ? parseInt(item.Childrens[idxLymphNode].Answer[k].Answer) : null
|
isLymphNodes = item.Childrens[idxLymphNode].Answer[k].Answer ? parseInt(item.Childrens[idxLymphNode].Answer[k].Answer) : null
|
||||||
|
|
Loading…
Reference in New Issue