Uat_Study
hang 2022-09-30 09:54:35 +08:00
parent e5a3dce331
commit c297bf0293
2 changed files with 17 additions and 1 deletions

View File

@ -3911,6 +3911,9 @@
<summary>
阅片计算
</summary>
<summary>
阅片验证
</summary>
</member>
<member name="F:IRaCIS.Core.Application.Service.ReadingCalculateService.sODData">
<summary>
@ -4119,6 +4122,19 @@
<param name="inDto"></param>
<returns></returns>
</member>
<member name="M:IRaCIS.Core.Application.Service.ReadingCalculateService.CriterionVerify(System.Guid)">
<summary>
标准验证
</summary>
<returns></returns>
</member>
<member name="M:IRaCIS.Core.Application.Service.ReadingCalculateService.RECIST1Point1Verify(IRaCIS.Core.Application.Service.Reading.Dto.ReadingCalculateDto)">
<summary>
RECIST 1.1验证
</summary>
<param name="inDto"></param>
<returns></returns>
</member>
<member name="T:IRaCIS.Core.Application.Service.ReadingMedicalReviewService">
<summary>
阅片医学审核

View File

@ -2562,7 +2562,7 @@ namespace IRaCIS.Core.Application.Service.Allocation
var list = await _visitTaskRepository.Where(filterExpression)
//IR 申请的时候,仅仅看到影响自己的
.WhereIf(_userInfo.UserTypeEnumInt == (int)UserTypeEnum.IndependentReviewer, t => t.DoctorUserId == _userInfo.Id
.WhereIf(_userInfo.UserTypeEnumInt == (int)UserTypeEnum.IndependentReviewer, t => t.DoctorUserId == _userInfo.Id)
.OrderBy(t => t.VisitTaskNum).ProjectTo<InfluenceTaskInfo>(_mapper.ConfigurationProvider).ToListAsync();
#region 影响后的操作