Test.EIImageViewer
parent
8677ac1192
commit
d17aff4cc0
|
@ -712,9 +712,9 @@ namespace IRaCIS.Application.Services
|
||||||
public async Task<(GetReadingTableQuestionOutDto, object)> GetCustomTableQuestionAnswer(GetCustomTableQuestionAnswerInDto inDto)
|
public async Task<(GetReadingTableQuestionOutDto, object)> GetCustomTableQuestionAnswer(GetCustomTableQuestionAnswerInDto inDto)
|
||||||
{
|
{
|
||||||
|
|
||||||
await _readingCalculateService.AddTaskLesionAnswerFromLastTask(new AddTaskLesionAnswerFromLastTaskInDto() {
|
//await _readingCalculateService.AddTaskLesionAnswerFromLastTask(new AddTaskLesionAnswerFromLastTaskInDto() {
|
||||||
VisitTaskId=inDto.VisitTaskId
|
//VisitTaskId=inDto.VisitTaskId
|
||||||
});
|
//});
|
||||||
var taskInfo = await _visitTaskRepository.Where(x => x.Id == inDto.VisitTaskId).Include(x=>x.SourceSubjectVisit).FirstNotNullAsync();
|
var taskInfo = await _visitTaskRepository.Where(x => x.Id == inDto.VisitTaskId).Include(x=>x.SourceSubjectVisit).FirstNotNullAsync();
|
||||||
|
|
||||||
var tableAnswers = await _readingTableQuestionAnswerRepository
|
var tableAnswers = await _readingTableQuestionAnswerRepository
|
||||||
|
|
Loading…
Reference in New Issue