修改非dicom 删除稽查
parent
8f5d391c0d
commit
7264c4a417
|
@ -2012,6 +2012,15 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||||
type = type + "/" + 2;
|
type = type + "/" + 2;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
if(_userInfo.RequestUrl== "NoneDicomStudy/deleteNoneDicomStudy"|| _userInfo.RequestUrl == "NoneDicomStudy/deleteNoneDicomStudyFile")
|
||||||
|
{
|
||||||
|
isDistinctionInterface = false;
|
||||||
|
|
||||||
|
extraIdentification = "/DeleteNoneDicomFileZero";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (entity.CheckChallengeState == CheckChanllengeTypeEnum.CRCWaitPMReply || entity.CheckChallengeState == CheckChanllengeTypeEnum.PMWaitCRCReply)
|
if (entity.CheckChallengeState == CheckChanllengeTypeEnum.CRCWaitPMReply || entity.CheckChallengeState == CheckChanllengeTypeEnum.PMWaitCRCReply)
|
||||||
|
|
Loading…
Reference in New Issue