Uat_Study
parent
131ea58016
commit
9d35c44faa
|
@ -75,7 +75,7 @@ namespace IRaCIS.Application.Services
|
||||||
{
|
{
|
||||||
TrialId = inDto.TrialId,
|
TrialId = inDto.TrialId,
|
||||||
SubjectId = inDto.SubjectId,
|
SubjectId = inDto.SubjectId,
|
||||||
VisistTaskId = inDto.VisistTaskId,
|
VisitTaskId = inDto.VisistTaskId,
|
||||||
});
|
});
|
||||||
List<Guid> visitIds = new List<Guid>();
|
List<Guid> visitIds = new List<Guid>();
|
||||||
if (task.ReadingCategory == ReadingCategory.Visit)
|
if (task.ReadingCategory == ReadingCategory.Visit)
|
||||||
|
|
Loading…
Reference in New Issue