@@ -503,7 +503,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
{
|
||||
public Guid SubjectId { get; set; }
|
||||
|
||||
public CriterionType CriterionType { get; set; }
|
||||
public Guid TrialCriterionId { get; set; }
|
||||
}
|
||||
|
||||
public class GetReportsChartSummaryOutDto
|
||||
@@ -518,10 +518,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
|
||||
public class EvaluationColumn
|
||||
{
|
||||
public List<List<string>> Evaluation { get; set; }
|
||||
public List<List<EvaluationValue>> Evaluation { get; set; }
|
||||
public string DictionaryCode { get; set; }
|
||||
}
|
||||
|
||||
|
||||
public class EvaluationValue
|
||||
{
|
||||
public string Value { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user