修改dicomAE 测试状态
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-08-09 15:24:40 +08:00
parent 63e2ca07b5
commit d62562149c
4 changed files with 30 additions and 4 deletions
@@ -19,7 +19,6 @@ namespace IRaCIS.Core.Application.ViewModel
public DateTime? LatestTestTime { get; set; }
public bool IsTestOK { get; set; }
//public bool IsPACSConnect { get; set; }
@@ -62,7 +61,7 @@ namespace IRaCIS.Core.Application.ViewModel
public bool IsPACSConnect { get; set; }
public bool IsTestOK { get; set; }
public bool? IsTestOK { get; set; }
}
public class TestAECommand