This commit is contained in:
he
2025-01-13 14:56:14 +08:00
parent 7544bc81a3
commit c1fdf67d39
9 changed files with 18658 additions and 0 deletions
@@ -1141,6 +1141,7 @@ namespace IRaCIS.Core.Application.Service
SynchronizeTime = DateTime.Now,
IsMustGlobalReading = systemCriterion.IsMustGlobalReading,
IseCRFShowInDicomReading = systemCriterion.IseCRFShowInDicomReading,
CriterionGroup = systemCriterion.CriterionGroup,
IsGlobalReading = systemCriterion.IsMustGlobalReading ? true : trialCriterion.IsGlobalReading,
IsReadingPeriod = systemCriterion.IsMustGlobalReading ? true : trialCriterion.IsReadingPeriod,
});