上传列表 返回阅片任务状态,已阅片的不允许删除

This commit is contained in:
2024-09-30 10:21:36 +08:00
parent 63d7bd5607
commit 8768fe0437
5 changed files with 11 additions and 2 deletions
@@ -1,4 +1,6 @@
namespace IRaCIS.Core.Application.Service.ImageAndDoc.DTO
using IRaCIS.Core.Domain.Share;
namespace IRaCIS.Core.Application.Service.ImageAndDoc.DTO
{
public class SubjectImageUploadDTO
{
@@ -19,6 +21,8 @@
public Guid? SourceSubjectVisitId { get; set; }
public ReadingTaskState ReadingTaskState { get; set; }
public List<StudyBasicInfo> OrginalStudyList { get; set; }
public List<StudyBasicInfo> UploadStudyList { get; set; }
@@ -498,6 +498,8 @@ namespace IRaCIS.Core.Application.Contracts
public string TaskName { get; set; }
public Guid? SourceSubjectVisitId { get; set; }
public ReadingTaskState ReadingTaskState { get; set; }
}