Uat_Study
parent
53739d2177
commit
592f4a0ab3
|
@ -355,6 +355,9 @@ namespace IRaCIS.Application.Services
|
|||
{
|
||||
x.VisitTaskId = visitTaskId;
|
||||
x.Id = NewId.NextGuid();
|
||||
x.SeriesId = null;
|
||||
x.InstanceId = null;
|
||||
x.MeasureData = string.Empty;
|
||||
});
|
||||
|
||||
tableRowAnswers.ForEach(x =>
|
||||
|
|
Loading…
Reference in New Issue