修改一版
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user