淋巴结非靶病灶和淋巴结新病灶在状态为消失时且长短径不符合标准的不允许保存
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
b57076d41d
commit
7a91ccac80
|
|
@ -1118,7 +1118,7 @@ export default {
|
|||
if (this.lesionType === 1 && lesionState === 3) {
|
||||
if (lymphNodes === 1) {
|
||||
// 淋巴结靶病灶 必须使用长短径测量工具、箭头工具
|
||||
if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) {
|
||||
if (!(measureData && (measureData.type === 'ArrowAnnotate' || (measureData.type === 'Bidirectional' && lesionShort < 10)))) {
|
||||
// 评估状态为消失的淋巴结非靶病灶需使用箭头工具添加标记!
|
||||
this.$confirm(this.$t('trials:reading:warnning:msg37'), {
|
||||
type: 'warning',
|
||||
|
|
@ -1292,7 +1292,7 @@ export default {
|
|||
if (this.lesionType === 2 && lesionState === 3) {
|
||||
if (lymphNodes === 1) {
|
||||
// 淋巴结靶病灶 必须使用长短径测量工具、箭头工具
|
||||
if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) {
|
||||
if (!(measureData && (measureData.type === 'ArrowAnnotate' || (measureData.type === 'Bidirectional' && lesionShort < 10)))) {
|
||||
// 评估状态为消失的淋巴结新病灶需使用箭头工具添加标记!
|
||||
this.$confirm(this.$t('trials:reading:warnning:msg45'), {
|
||||
type: 'warning',
|
||||
|
|
|
|||
|
|
@ -1389,9 +1389,9 @@ export default {
|
|||
if (this.lesionType === 1 && lesionState === 3) {
|
||||
if (lymphNodes === 1) {
|
||||
// 淋巴结靶病灶 必须使用长短径测量工具、箭头工具
|
||||
if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) {
|
||||
if (!(measureData && (measureData.type === 'ArrowAnnotate' || (measureData.type === 'Bidirectional' && lesionLength < 15)))) {
|
||||
// 评估状态为消失的淋巴结非靶病灶需使用箭头工具添加标记!
|
||||
this.$confirm(this.$t('trials:reading:warnning:msg37'), {
|
||||
this.$confirm(this.$t('trials:reading:warnning:lgmsg37'), {
|
||||
type: 'warning',
|
||||
showCancelButton: false,
|
||||
callback: action => { }
|
||||
|
|
@ -1505,9 +1505,9 @@ export default {
|
|||
if (this.lesionType === 2 && lesionState === 3) {
|
||||
if (lymphNodes === 1) {
|
||||
// 淋巴结靶病灶 必须使用长短径测量工具、箭头工具
|
||||
if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) {
|
||||
if (!(measureData && (measureData.type === 'ArrowAnnotate' || (measureData.type === 'Bidirectional' && lesionLength < 15)))) {
|
||||
// 评估状态为消失的淋巴结新病灶需使用箭头工具添加标记!
|
||||
this.$confirm(this.$t('trials:reading:warnning:msg45'), {
|
||||
this.$confirm(this.$t('trials:reading:warnning:lgmsg45'), {
|
||||
type: 'warning',
|
||||
showCancelButton: false,
|
||||
callback: action => { }
|
||||
|
|
|
|||
|
|
@ -1389,9 +1389,9 @@ export default {
|
|||
if (this.lesionType === 1 && lesionState === 3) {
|
||||
if (lymphNodes === 1) {
|
||||
// 淋巴结靶病灶 必须使用长短径测量工具、箭头工具
|
||||
if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) {
|
||||
if (!(measureData && (measureData.type === 'ArrowAnnotate' || (measureData.type === 'Bidirectional' && lesionLength < 15)))) {
|
||||
// 评估状态为消失的淋巴结非靶病灶需使用箭头工具添加标记!
|
||||
this.$confirm(this.$t('trials:reading:warnning:msg37'), {
|
||||
this.$confirm(this.$t('trials:reading:warnning:lgmsg37'), {
|
||||
type: 'warning',
|
||||
showCancelButton: false,
|
||||
callback: action => { }
|
||||
|
|
@ -1505,9 +1505,9 @@ export default {
|
|||
if (this.lesionType === 2 && lesionState === 3) {
|
||||
if (lymphNodes === 1) {
|
||||
// 淋巴结靶病灶 必须使用长短径测量工具、箭头工具
|
||||
if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) {
|
||||
if (!(measureData && (measureData.type === 'ArrowAnnotate' || (measureData.type === 'Bidirectional' && lesionLength < 15)))) {
|
||||
// 评估状态为消失的淋巴结新病灶需使用箭头工具添加标记!
|
||||
this.$confirm(this.$t('trials:reading:warnning:msg45'), {
|
||||
this.$confirm(this.$t('trials:reading:warnning:lgmsg45'), {
|
||||
type: 'warning',
|
||||
showCancelButton: false,
|
||||
callback: action => { }
|
||||
|
|
|
|||
|
|
@ -1068,7 +1068,7 @@ export default {
|
|||
if (this.lesionType === 1 && lesionState === 3) {
|
||||
if (lymphNodes === 1) {
|
||||
// 淋巴结靶病灶 必须使用长短径测量工具、箭头工具
|
||||
if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) {
|
||||
if (!(measureData && (measureData.type === 'ArrowAnnotate' || (measureData.type === 'Bidirectional' && lesionShort < 10)))) {
|
||||
// 评估状态为消失的淋巴结非靶病灶需使用箭头工具添加标记!
|
||||
this.$confirm(this.$t('trials:reading:warnning:msg37'), {
|
||||
type: 'warning',
|
||||
|
|
@ -1184,7 +1184,7 @@ export default {
|
|||
if (this.lesionType === 2 && lesionState === 3) {
|
||||
if (lymphNodes === 1) {
|
||||
// 淋巴结靶病灶 必须使用长短径测量工具、箭头工具
|
||||
if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) {
|
||||
if (!(measureData && (measureData.type === 'ArrowAnnotate' || (measureData.type === 'Bidirectional' && lesionShort < 10)))) {
|
||||
// 评估状态为消失的淋巴结新病灶需使用箭头工具添加标记!
|
||||
this.$confirm(this.$t('trials:reading:warnning:msg45'), {
|
||||
type: 'warning',
|
||||
|
|
|
|||
|
|
@ -1126,7 +1126,7 @@ export default {
|
|||
if (lesionType === 1 && lesionState === 3) {
|
||||
if (lymphNodes === 1) {
|
||||
// 淋巴结靶病灶 必须使用长短径测量工具、箭头工具
|
||||
if (!(measureData && (measureData.markTool === 'ArrowAnnotate' || measureData.markTool === 'Bidirectional'))) {
|
||||
if (!(measureData && (measureData.markTool === 'ArrowAnnotate' || (measureData.markTool === 'Bidirectional' && lesionShort < 10)))) {
|
||||
// 评估状态为消失的淋巴结非靶病灶需使用箭头工具添加标记!
|
||||
this.$confirm(this.$t('trials:reading:warnning:msg37'), {
|
||||
type: 'warning',
|
||||
|
|
@ -1242,7 +1242,7 @@ export default {
|
|||
if (lesionType === 2 && lesionState === 3) {
|
||||
if (lymphNodes === 1) {
|
||||
// 淋巴结靶病灶 必须使用长短径测量工具、箭头工具
|
||||
if (!(measureData && (measureData.markTool === 'ArrowAnnotate' || measureData.markTool === 'Bidirectional'))) {
|
||||
if (!(measureData && (measureData.markTool === 'ArrowAnnotate' || (measureData.markTool === 'Bidirectional' && lesionShort < 10)))) {
|
||||
// 评估状态为消失的淋巴结新病灶需使用箭头工具添加标记!
|
||||
this.$confirm(this.$t('trials:reading:warnning:msg45'), {
|
||||
type: 'warning',
|
||||
|
|
|
|||
Loading…
Reference in New Issue