Uat_Study
parent
5f35fb81ee
commit
b2e7cc62fb
|
@ -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;
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -1802,6 +1802,7 @@ namespace IRaCIS.Application.Services
|
|||
|
||||
|
||||
#region 阅片期 -全局和肿瘤学任务的生成
|
||||
#endregion
|
||||
|
||||
/// <summary>
|
||||
/// 添加阅片期任务
|
||||
|
|
Loading…
Reference in New Issue