修改一版

Uat_Study
he 2022-08-04 17:55:32 +08:00
parent d5f4aadd82
commit c1108bd9f4
2 changed files with 4 additions and 0 deletions

View File

@ -139,6 +139,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid GlobalTaskId { get; set; }
public Guid SubjectId { get; set; }
public List<OncologyVisitTaskInfo> OncologyVisits { get; set; } = new List<OncologyVisitTaskInfo>();
}

View File

@ -153,6 +153,7 @@ namespace IRaCIS.Application.Services
}
result.GlobalTaskId = visitTask.Id;
result.SubjectId = visitTask.SubjectId;
// 获取全局阅片信息
var globalTaskReadingInfo = await this.GetGlobalReadingInfo(new GetGlobalReadingInfoInDto()