Uat_Study
parent
3139ad0a16
commit
0a455dc4c5
|
@ -292,7 +292,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
|
|
||||||
public class GetReadingPastResultListOutDto
|
public class GetReadingPastResultListOutDto
|
||||||
{
|
{
|
||||||
public Guid TaskId { get; set; }
|
public Guid VisitTaskId { get; set; }
|
||||||
public string TaskName { get; set; }
|
public string TaskName { get; set; }
|
||||||
|
|
||||||
public string TaskBlindName { get; set; }
|
public string TaskBlindName { get; set; }
|
||||||
|
|
|
@ -83,7 +83,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
.ForMember(x=>x.ReadingQuestionTrialId, y=>y.MapFrom(z=>z.Id));
|
.ForMember(x=>x.ReadingQuestionTrialId, y=>y.MapFrom(z=>z.Id));
|
||||||
|
|
||||||
CreateMap<VisitTask, GetReadingPastResultListOutDto>()
|
CreateMap<VisitTask, GetReadingPastResultListOutDto>()
|
||||||
.ForMember(x => x.TaskId, y => y.MapFrom(z => z.Id));
|
.ForMember(x => x.VisitTaskId, y => y.MapFrom(z => z.Id));
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region 医学审核
|
#region 医学审核
|
||||||
|
|
Loading…
Reference in New Issue