Uat_Study
he 2022-11-04 18:05:25 +08:00
parent 71c2416a45
commit c6403db7df
1 changed files with 1 additions and 1 deletions

View File

@ -887,7 +887,7 @@ namespace IRaCIS.Application.Services
Dictionary<CriterionType, string> errorMsgDic = new Dictionary<CriterionType, string>()
{
{CriterionType.RECIST1Pointt1, $"按照RECIST1.1的相关规则,同一器官的靶病灶数量不超过{item.MaxRowCount.Value}个,请确认!"},
{CriterionType.RECIST1Pointt1, $"按照RECIST1.1的相关规则,同一器官的靶病灶数量不超过{item.MaxRowCount.Value}个,请确认!"},
};
string msg = string.Empty;
try