Compare commits
2 Commits
e63d6ba652
...
2530843931
| Author | SHA1 | Date |
|---|---|---|
|
|
2530843931 | |
|
|
c4b588376d |
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue