x
This commit is contained in:
@@ -99,7 +99,7 @@ namespace IRaCIS.Application.Contracts
|
|||||||
|
|
||||||
public DicDataTypeEnum DataTypeEnum { get; set; }
|
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 阅片期 -全局和肿瘤学任务的生成
|
#region 阅片期 -全局和肿瘤学任务的生成
|
||||||
|
#endregion
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 添加阅片期任务
|
/// 添加阅片期任务
|
||||||
|
|||||||
Reference in New Issue
Block a user