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>
public string ImagePath { get; set; } = string.Empty;
public string FileName { get; set; } = string.Empty;
}
public class SendMedicalReviewDialogInDto

View File

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