IRC_NewDev
parent
992dfe39fb
commit
61f95bf59b
|
@ -436,9 +436,10 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
|||
/// <returns></returns>
|
||||
public async Task<GetReportVerifyOutDto> GetReportVerify(GetReportVerifyInDto inDto)
|
||||
{
|
||||
var calculateDto = await _generalCalculateService.GetReadingCalculateDto(inDto.VisitTaskId);
|
||||
return new GetReportVerifyOutDto()
|
||||
{
|
||||
TumorEvaluate = await this.GetReportTumor(inDto.VisitTaskId),
|
||||
TumorEvaluate = calculateDto.QuestionInfo.Where(x=>x.QuestionType==QuestionType.ImgOncology).Select(x=>x.Answer).FirstOrDefault(),
|
||||
IsExistDisease = await this.GetReportIsExistDisease(inDto.VisitTaskId),
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue