Uat_Study
he 2023-04-04 11:54:13 +08:00
parent e659c49d6f
commit 525ce01abf
2 changed files with 17 additions and 10 deletions

View File

@ -47,4 +47,9 @@ namespace IRaCIS.Core.Application.ViewModel
{ {
public bool IsBaseLine { get; set; } public bool IsBaseLine { get; set; }
} }
public class IRECISTTargetLesionDto
{
}
} }

View File

@ -809,14 +809,14 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
QuestionMark.State, QuestionMark.State,
}; };
if (taskinfo.IsConvertedTask) //if (taskinfo.IsConvertedTask)
{ //{
notNeedCopyMarks = new List<QuestionMark?>() // notNeedCopyMarks = new List<QuestionMark?>()
{ //{
QuestionMark.MajorAxis, // QuestionMark.MajorAxis,
QuestionMark.ShortAxis, // QuestionMark.ShortAxis,
}; //};
} //}
var tableAnswers = copyTableAnswers.Select(x => new ReadingTableQuestionAnswer var tableAnswers = copyTableAnswers.Select(x => new ReadingTableQuestionAnswer
{ {
@ -1567,6 +1567,8 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
// { // {
// 靶病灶疗效为 iSD // 靶病灶疗效为 iSD
//} //}
//if()
return string.Empty; return string.Empty;
} }
#endregion #endregion