修改
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user