Uat_Study
he 2023-07-06 15:57:05 +08:00
parent 689511a130
commit 0d73d19e44
2 changed files with 10 additions and 4 deletions

View File

@ -218,6 +218,7 @@ namespace IRaCIS.Core.Application.Service
SubjectId=x.SubjectId,
SubjectCode=x.Subject.Code,
TrialId=inDto.TrialId,
ReadingId= x.ReadingId,
ReadingClinicalDataId=x.Id,
UploadRole = x.ClinicalDataTrialSet.UploadRole,
ClinicalDataLevel = x.ClinicalDataTrialSet.ClinicalDataLevel,

View File

@ -40,6 +40,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public UploadRole UploadRole { get; set; }
public Guid TrialId { get; set; }
/// <summary>
/// 访视Id 或者模块Id
/// </summary>
public Guid ReadingId { get; set; }
/// <summary>
/// 临床级别
/// </summary>