检查列表增加查询 区分是否来自Pacs
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-16 17:30:01 +08:00
parent 9924375f82
commit 8fedcdaf00
3 changed files with 13 additions and 4 deletions
@@ -44,6 +44,9 @@ namespace IRaCIS.Core.Application.Contracts
public string RecordPath { get; set; } = string.Empty;
public bool IsDicom { get; set; }
}
public class UnionStudyMonitorModel : UnionStudyBaseModel
@@ -124,7 +127,7 @@ namespace IRaCIS.Core.Application.Contracts
public Guid Id { get; set; }
public bool IsFromPACS { get; set; }
public int? Count { get; set; }
@@ -164,6 +167,8 @@ namespace IRaCIS.Core.Application.Contracts
public bool? IsSuccess { get; set; }
public string? StudyCode { get; set; }
public bool? IsFromPACS { get; set; }
}