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