肿瘤学修改

This commit is contained in:
he
2024-02-27 14:16:59 +08:00
parent 9eabd9031b
commit b90743ded1
7 changed files with 159 additions and 44 deletions
@@ -1293,9 +1293,15 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
//任务阅片状态
public ReadingTaskState ReadingTaskState { get; set; }
public Guid GlobalTaskId { get; set; }
public Guid GlobalOrVisitTaskId { get; set; }
public Guid RelatedTaskId { get; set; }
/// <summary>
/// 任务类型
/// </summary>
public ReadingCategory ReadingCategory { get; set; }
public Guid RelatedTaskId { get; set; }
public Guid SubjectId { get; set; }