Uat_Study
parent
c8fed0f04b
commit
04992355fb
|
@ -325,6 +325,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
|||
x.SeriesId = null;
|
||||
x.InstanceId = null;
|
||||
x.MeasureData = string.Empty;
|
||||
x.PicturePath = string.Empty;
|
||||
});
|
||||
|
||||
tableRowAnswers.ForEach(x =>
|
||||
|
|
|
@ -630,6 +630,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
|||
x.SeriesId = null;
|
||||
x.InstanceId = null;
|
||||
x.MeasureData = string.Empty;
|
||||
x.PicturePath= string.Empty;
|
||||
});
|
||||
|
||||
tableRowAnswers.ForEach(x =>
|
||||
|
|
Loading…
Reference in New Issue