Uat_Study
parent
00cdea630c
commit
06885fc38d
|
@ -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;
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue