Test.EIImageViewer
he 2023-01-29 15:26:05 +08:00
parent 275baf16db
commit a95bcbd180
1 changed files with 3 additions and 0 deletions

View File

@ -620,6 +620,9 @@ namespace IRaCIS.Application.Services
public async Task<(GetReadingTableQuestionOutDto, object)> GetCustomTableQuestionAnswer(GetCustomTableQuestionAnswerInDto inDto)
{
await _readingCalculateService.AddTaskLesionAnswerFromLastTask(new AddTaskLesionAnswerFromLastTaskInDto() {
VisitTaskId=inDto.VisitTaskId
});
var taskInfo = await _visitTaskRepository.Where(x => x.Id == inDto.VisitTaskId).Include(x=>x.SourceSubjectVisit).FirstNotNullAsync();
var tableAnswers = await _readingTableQuestionAnswerRepository