修改一版

This commit is contained in:
he
2022-06-06 22:48:37 +08:00
parent 5ffada4e03
commit bd9a0c494d
10 changed files with 370 additions and 118 deletions
@@ -337,7 +337,14 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
public class GetDataInspectionOutDto : DataInspection
{
public string ExperimentName { get; set; } = string.Empty;
public string SubjectCode { get; set; } = string.Empty;
public string TrialName { get; set; } = string.Empty;
public string SiteCode { get; set; } = string.Empty;
public string ResearchProgramNo { get; set; } = string.Empty;
public string SubjectVisitName { get; set; } = string.Empty;
public string RoleName { get; set; } = string.Empty;
public string FirstName { get; set; } = string.Empty;
@@ -97,8 +97,8 @@ namespace IRaCIS.Core.Application.Service.Inspection
ParentId = data.ParentId,
ChildrenType = data.ChildrenType,
JsonDetail = data.JsonDetail,
SiteName = data.SiteName,
ExperimentName = data.TrialName,
//SiteName = data.SiteName,
//ExperimentName = data.TrialName,
FirstName = leftsubject.FirstName,
LastName = leftsubject.LastName,
Id = data.Id,
@@ -124,7 +124,7 @@ namespace IRaCIS.Core.Application.Service.Inspection
ParentIdentification = leftparent.Identification,
OptType = leftOptType.Id,
VisitNum=leftsubjectVisit.VisitNum,
IsFrontAdd=data.IsFrontAdd,
//IsFrontAdd=data.IsFrontAdd,
BatchId=data.BatchId,
OptTypeName = leftOptType.Value,
};