Compare commits

..

No commits in common. "253084393141437294af14d3deeffe4c12f9087a" and "e63d6ba65258ec6c77d6a10530fd689298c4046e" have entirely different histories.

1 changed files with 0 additions and 4 deletions

View File

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