@@ -139,6 +139,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||
{
|
||||
IsChangeOtherTask = false,
|
||||
VisitTaskId = inDto.VisitTaskId,
|
||||
ComputationTrigger=ComputationTrigger.Report,
|
||||
});
|
||||
|
||||
await _visitTaskRepository.BatchUpdateNoTrackingAsync(x => x.Id == inDto.VisitTaskId, x => new VisitTask()
|
||||
|
||||
@@ -846,6 +846,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||
|
||||
|
||||
ReadingCalculateDto readingData = await _generalCalculateService.GetReadingCalculateDto(visitTaskId);
|
||||
|
||||
await ReadingCalculate(readingData, new List<QuestionType>() { QuestionType.ExistPET });
|
||||
|
||||
|
||||
@@ -1919,7 +1920,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||
//{
|
||||
// return SpleenAssessment.Stabilization.GetEnumInt();
|
||||
//}
|
||||
|
||||
Console.WriteLine("计算了PET5PS,当前接口" + _userInfo.RequestUrl);
|
||||
if (inDto.QuestionInfo.Any(x => x.QuestionType == QuestionType.ExistPET && x.Answer == ReadingYesOrNo.No.GetEnumInt()))
|
||||
{
|
||||
return PET5PSScore.NE.GetEnumInt();
|
||||
|
||||
Reference in New Issue
Block a user