Uat_Study
parent
94bfec172b
commit
c8db183b43
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue