修改一版

Uat_Study
he 2022-07-08 13:47:37 +08:00
parent b03a5da2a1
commit 7b94d2a74e
3 changed files with 13 additions and 2 deletions

View File

@ -33,6 +33,12 @@ namespace IRaCIS.Core.Application.ViewModel
public UserSimpleInfo DoctorUser { get; set; }
public UserSimpleInfo MedicalManagerUser { get; set; }
/// <summary>
/// 医学审核对话关闭原因
/// </summary>
public MedicalDialogClose MedicalDialogCloseEnum { get; set; }
}
public class GenerateMedicalReviewTaskView : VisitTaskViewBasic

View File

@ -47,6 +47,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public bool IsUrgent { get; set; }
/// <summary>
/// 医学审核对话关闭原因
/// </summary>
public MedicalDialogClose MedicalDialogCloseEnum { get; set; }
/// <summary>
/// 审核 质询状态
/// </summary>

View File

@ -541,8 +541,8 @@ namespace IRaCIS.Core.Application.Service
SaveConclusionTime=x.SaveConclusionTime,
IsClosedDialog=x.IsClosedDialog,
IsHaveQuestion=x.IsHaveQuestion,
MedicalDialogCloseEnum=x.MedicalDialogCloseEnum,
});
var result=await taskMedicalReviewquery.ToPagedListAsync(inDto.PageIndex, inDto.PageSize, inDto.SortField.IsNullOrEmpty() ? nameof(GetIRMedicalFeedbackListOutDto.AuditState) : inDto.SortField,