Uat_Study
parent
93322582ed
commit
b5687431f0
|
@ -162,6 +162,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
|||
{
|
||||
public Guid VisitTaskId { get; set; }
|
||||
|
||||
public string BlindName { get; set; }
|
||||
public string TaskName { get; set; }
|
||||
|
||||
public decimal VisitTaskNum { get; set; }
|
||||
|
|
|
@ -307,6 +307,7 @@ namespace IRaCIS.Application.Services
|
|||
&& x.ReadingCategory == ReadingCategory.Visit && !x.IsAnalysisCreate && x.ReadingTaskState == ReadingTaskState.HaveSigned)||x.Id== indto.VisitTaskId
|
||||
).OrderBy(x => x.VisitTaskNum).Select(x => new VisitTaskInfo()
|
||||
{
|
||||
BlindName=x.SourceSubjectVisit.BlindName,
|
||||
VisitTaskId = x.Id,
|
||||
TaskName = x.TaskName,
|
||||
VisitTaskNum = x.VisitTaskNum,
|
||||
|
|
Loading…
Reference in New Issue