Uat_Study
parent
d86988cb8f
commit
567d204a62
|
@ -523,10 +523,12 @@ namespace IRaCIS.Core.Application.Service
|
|||
DialogCloseReason=inDto.DialogCloseReason,
|
||||
});
|
||||
|
||||
var taskMedical = await _taskMedicalReviewRepository.Where(x => x.Id == inDto.TaskMedicalReviewId).FirstNotNullAsync();
|
||||
|
||||
ReadingMedicalReviewDialog dialog = new ReadingMedicalReviewDialog()
|
||||
{
|
||||
TaskMedicalReviewId = inDto.TaskMedicalReviewId,
|
||||
VisitTaskId= taskMedical.VisitTaskId,
|
||||
UserTypeShortName = _userInfo.UserTypeShortName,
|
||||
Content = inDto.MedicalDialogCloseEnum.GetDescription()+ (inDto.DialogCloseReason.IsNullOrEmpty()? inDto.DialogCloseReason:","+ inDto.DialogCloseReason),
|
||||
UserTypeEnumInt = _userInfo.UserTypeEnumInt,
|
||||
|
|
Loading…
Reference in New Issue