@@ -963,7 +963,7 @@ export default {
|
|||||||
if (i < 0) return
|
if (i < 0) return
|
||||||
this.activeTaskInfo.visitTaskIndex = i
|
this.activeTaskInfo.visitTaskIndex = i
|
||||||
var studyList = this.visitTaskList[i].StudyList || []
|
var studyList = this.visitTaskList[i].StudyList || []
|
||||||
studyList = studyList.filter(i => !i.IsCriticalSequence && i.Modalities.indexOf('CT') !== -1 && i.Modalities.indexOf('PT') !== -1)
|
studyList = studyList.filter(i => !i.IsCriticalSequence && (i.Modalities.indexOf('CT') !== -1 || i.Modalities.indexOf('MR') !== -1) && i.Modalities.indexOf('PT') !== -1)
|
||||||
if (studyList.length === 0) return
|
if (studyList.length === 0) return
|
||||||
this.studyList = studyList
|
this.studyList = studyList
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user