修改验证

Uat_Study
hang 2022-10-11 15:03:22 +08:00
parent 54f4e02573
commit aab2e14b20
1 changed files with 4 additions and 1 deletions

View File

@ -53,8 +53,11 @@ namespace IRaCIS.Core.Application.Contracts
await QCCommon.VerifyIsCRCSubmmitAsync(_repository, _userInfo, addOrEditNoneDicomStudy.SubjectVisitId);
if (_repository.Where<Trial>(t => t.Id == addOrEditNoneDicomStudy.TrialId).Any(t => t.IsVerifyVisitImageDate==true))
{
await QCCommon.VerifyStudyImageDataAsync(_repository, addOrEditNoneDicomStudy.SubjectId, addOrEditNoneDicomStudy.SubjectVisitId, addOrEditNoneDicomStudy.ImageDate);
}
NoneDicomStudy? optEntity = null;
using (await _mutex.LockAsync())