Test.EIImageViewer
parent
275baf16db
commit
a95bcbd180
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue