Compare commits

...

2 Commits

Author SHA1 Message Date
he 2530843931 Merge branch 'Test_HIR_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_HIR_Net8
continuous-integration/drone/push Build is passing Details
2025-09-22 11:06:48 +08:00
he c4b588376d 修改计算 2025-09-22 11:06:45 +08:00
1 changed files with 4 additions and 0 deletions

View File

@ -1185,6 +1185,10 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
{
item.Answer = item.PCWGInterimAnswer;
}
if (item.QuestionType == QuestionType.DaysBetween)
{
item.Answer = inDto.NumberOfDaysBetween.ToString();
}
}
FrontGetSiteVisitForTumorEvaluationOutDto result = new FrontGetSiteVisitForTumorEvaluationOutDto();