质控预览 增加是否阅片 是否删除 第二次提交
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-02-13 10:40:18 +08:00
parent a150156810
commit 6dd0831a66
5 changed files with 14 additions and 7 deletions
@@ -79,6 +79,11 @@ namespace IRaCIS.Core.Application.Contracts.Dicom.DTO
public int InstanceNumber { get; set; }
public bool IsReading { get; set; }
public bool IsDeleted { get; set; }
public Guid? StudyId { get; set; }
public List<int?> KeyFramesList { get; set; } = new List<int?> { };