@@ -150,17 +150,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||
|
||||
public const string EvaluationReason = "肿瘤学阅片评估原因请依据临床数据填写,在与影像学结果不一致时必填。";
|
||||
|
||||
public static bool IsNullOrEmpty(this string value)
|
||||
{
|
||||
if (value == null || value == string.Empty)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user