修改
This commit is contained in:
@@ -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 =>
|
||||
|
||||
Reference in New Issue
Block a user