Uat_Study
{872297557@qq.com} 2022-12-20 11:23:58 +08:00
parent 00cdea630c
commit 06885fc38d
2 changed files with 3 additions and 0 deletions

View File

@ -348,6 +348,8 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
public string TrialReadingCriterionName { get; set; }
public string BlindName { get; set; }
public string TaskName { get; set; }
//public string FirstName { get; set; } = string.Empty;
//public string LastName { get; set; } = string.Empty;

View File

@ -95,6 +95,7 @@ namespace IRaCIS.Core.Application.Service.Inspection
CreateUserId = data.CreateUserId,
ModuleTypeId = leftmoduleTypec.Id,
BlindName = data.VisitTask.TaskBlindName,
TaskName = data.VisitTask.TaskName,
TrialId = data.TrialId,
SiteId = data.SiteId,
SubjectId = data.SubjectId,