Compare commits
No commits in common. "253084393141437294af14d3deeffe4c12f9087a" and "e63d6ba65258ec6c77d6a10530fd689298c4046e" have entirely different histories.
2530843931
...
e63d6ba652
|
|
@ -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();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue