Uat_Study
hang 2022-10-18 11:15:41 +08:00
parent 5f35fb81ee
commit b2e7cc62fb
2 changed files with 2 additions and 1 deletions

View File

@ -99,7 +99,7 @@ namespace IRaCIS.Application.Contracts
public DicDataTypeEnum DataTypeEnum { get; set; }
public bool IsEnumInt => System.Text.RegularExpressions.Regex.IsMatch(Code, @"^-?\d+$") && DataTypeEnum== DicDataTypeEnum.Enum;
public bool IsEnumInt => System.Text.RegularExpressions.Regex.IsMatch(Code, @"^[-+]?[1-9]\d*$") && DataTypeEnum== DicDataTypeEnum.Enum;
}

View File

@ -1802,6 +1802,7 @@ namespace IRaCIS.Application.Services
#region 阅片期 -全局和肿瘤学任务的生成
#endregion
/// <summary>
/// 添加阅片期任务