Uat_Study
parent
a5c2fce817
commit
12646eb205
|
@ -1426,7 +1426,7 @@ namespace IRaCIS.Application.Services
|
|||
|
||||
await VerifyTaskIsSign(inDto.VisitTaskId);
|
||||
|
||||
if (inDto.InstanceId != null)
|
||||
if (inDto.InstanceId != null&&inDto.IsDicomReading)
|
||||
{
|
||||
if (!(await _dicomInstanceRepository.AnyAsync(x => x.Id == inDto.InstanceId && x.SeriesId == inDto.SeriesId)))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue