iRECSIT在 首次为PD时,由RECSIT 1.1转为iRECST,进入阅片页时会显示新病灶的转换提示。当重置eICRF时,需要再次显示。
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
d3446833ce
commit
37e07fda42
|
@ -1103,6 +1103,7 @@ export default {
|
||||||
DicomEvent.$emit('getMeasureData')
|
DicomEvent.$emit('getMeasureData')
|
||||||
DicomEvent.$emit('getReportInfo', true)
|
DicomEvent.$emit('getReportInfo', true)
|
||||||
DicomEvent.$emit('refreshStudyListMeasureData')
|
DicomEvent.$emit('refreshStudyListMeasureData')
|
||||||
|
DicomEvent.$emit('showIRecistTip')
|
||||||
}
|
}
|
||||||
loading.close()
|
loading.close()
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|
|
@ -208,7 +208,7 @@ export default {
|
||||||
this.dialogVisible = true
|
this.dialogVisible = true
|
||||||
this.cdVisitTaskId = taskId
|
this.cdVisitTaskId = taskId
|
||||||
})
|
})
|
||||||
DicomEvent.$on('refreshStudyListMeasureData', () => {
|
DicomEvent.$on('showIRecistTip', () => {
|
||||||
var param = {
|
var param = {
|
||||||
subjectId: this.subjectId,
|
subjectId: this.subjectId,
|
||||||
trialId: this.trialId,
|
trialId: this.trialId,
|
||||||
|
|
Loading…
Reference in New Issue