@@ -114,6 +114,18 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
public double? MonthsDiff
|
||||
{
|
||||
get
|
||||
{
|
||||
if (DaysDiff.HasValue)
|
||||
{
|
||||
return Math.Round(DaysDiff.Value / 30.0, 1, MidpointRounding.AwayFromZero);
|
||||
}
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public class EfficacyEvaluationStatViewModel
|
||||
|
||||
Reference in New Issue
Block a user