项目自定义标准-NM DICOM工具可配置测量标注工具,影像标记可以与CRF问题关联
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-12-18 11:36:50 +08:00
parent fb8135d985
commit 4e46bbac84
1 changed files with 3 additions and 0 deletions

View File

@ -2741,6 +2741,9 @@ export default {
const studyList = this.visitTaskList[i].StudyList
let series = this.getMarkedSeries(studyList, obj.annotation, true)
if (series) {
if (this.isFusion && series.SeriesInstanceUid !== this.fusionSerieId.ct && series.SeriesInstanceUid !== this.fusionSerieId.pt) {
return await this.$confirm(this.$t('trials:reading:confirm:fusionPTOrCTInconsistent'))
}
this.activeViewportIndex = this.cells.length - 1
if (obj.annotation.from === 'MPR') {
let viewPlaneNormal = obj.annotation?.metadata?.viewPlaneNormal.map(i => i == 0 ? 0 : i).join(',')