Uat_Study
parent
71c2416a45
commit
c6403db7df
|
@ -887,7 +887,7 @@ namespace IRaCIS.Application.Services
|
||||||
|
|
||||||
Dictionary<CriterionType, string> errorMsgDic = new Dictionary<CriterionType, string>()
|
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;
|
string msg = string.Empty;
|
||||||
try
|
try
|
||||||
|
|
Loading…
Reference in New Issue