Uat_Study
he 2022-07-25 13:46:05 +08:00
parent 94bfec172b
commit c8db183b43
2 changed files with 4 additions and 0 deletions

View File

@ -239,6 +239,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary> /// </summary>
public string ImagePath { get; set; } = string.Empty; public string ImagePath { get; set; } = string.Empty;
public string FileName { get; set; } = string.Empty;
} }
public class SendMedicalReviewDialogInDto public class SendMedicalReviewDialogInDto

View File

@ -440,6 +440,7 @@ namespace IRaCIS.Core.Application.Service
ImagePath=inDto.ImagePath, ImagePath=inDto.ImagePath,
UserTypeEnumInt = _userInfo.UserTypeEnumInt, UserTypeEnumInt = _userInfo.UserTypeEnumInt,
VisitTaskId = visitTaskId, VisitTaskId = visitTaskId,
FileName=inDto.FileName,
DisagreeReason = inDto.DisagreeReason, DisagreeReason = inDto.DisagreeReason,
DoctorUserIdeaEnum = inDto.DoctorUserIdeaEnum, DoctorUserIdeaEnum = inDto.DoctorUserIdeaEnum,
IsApplyHeavyReading = inDto.IsApplyHeavyReading, IsApplyHeavyReading = inDto.IsApplyHeavyReading,